-
@ 7f6db517:a4931eda
2025-06-16 14:02:26What is KYC/AML?
- The acronym stands for Know Your Customer / Anti Money Laundering.
- In practice it stands for the surveillance measures companies are often compelled to take against their customers by financial regulators.
- Methods differ but often include: Passport Scans, Driver License Uploads, Social Security Numbers, Home Address, Phone Number, Face Scans.
- Bitcoin companies will also store all withdrawal and deposit addresses which can then be used to track bitcoin transactions on the bitcoin block chain.
- This data is then stored and shared. Regulations often require companies to hold this information for a set number of years but in practice users should assume this data will be held indefinitely. Data is often stored insecurely, which results in frequent hacks and leaks.
- KYC/AML data collection puts all honest users at risk of theft, extortion, and persecution while being ineffective at stopping crime. Criminals often use counterfeit, bought, or stolen credentials to get around the requirements. Criminals can buy "verified" accounts for as little as $200. Furthermore, billions of people are excluded from financial services as a result of KYC/AML requirements.
During the early days of bitcoin most services did not require this sensitive user data, but as adoption increased so did the surveillance measures. At this point, most large bitcoin companies are collecting and storing massive lists of bitcoiners, our sensitive personal information, and our transaction history.
Lists of Bitcoiners
KYC/AML policies are a direct attack on bitcoiners. Lists of bitcoiners and our transaction history will inevitably be used against us.
Once you are on a list with your bitcoin transaction history that record will always exist. Generally speaking, tracking bitcoin is based on probability analysis of ownership change. Surveillance firms use various heuristics to determine if you are sending bitcoin to yourself or if ownership is actually changing hands. You can obtain better privacy going forward by using collaborative transactions such as coinjoin to break this probability analysis.
Fortunately, you can buy bitcoin without providing intimate personal information. Tools such as peach, hodlhodl, robosats, azteco and bisq help; mining is also a solid option: anyone can plug a miner into power and internet and earn bitcoin by mining privately.
You can also earn bitcoin by providing goods and/or services that can be purchased with bitcoin. Long term, circular economies will mitigate this threat: most people will not buy bitcoin - they will earn bitcoin - most people will not sell bitcoin - they will spend bitcoin.
There is no such thing as KYC or No KYC bitcoin, there are bitcoiners on lists and those that are not on lists.
If you found this post helpful support my work with bitcoin.
-
@ 7f6db517:a4931eda
2025-06-16 08:01:57The newly proposed RESTRICT ACT - is being advertised as a TikTok Ban, but is much broader than that, carries a $1M Fine and up to 20 years in prison️! It is unconstitutional and would create massive legal restrictions on the open source movement and free speech throughout the internet.
The Bill was proposed by: Senator Warner, Senator Thune, Senator Baldwin, Senator Fischer, Senator Manchin, Senator Moran, Senator Bennet, Senator Sullivan, Senator Gillibrand, Senator Collins, Senator Heinrich, and Senator Romney. It has broad support across Senators of both parties.
Corrupt politicians will not protect us. They are part of the problem. We must build, support, and learn how to use censorship resistant tools in order to defend our natural rights.
The RESTRICT Act, introduced by Senators Warner and Thune, aims to block or disrupt transactions and financial holdings involving foreign adversaries that pose risks to national security. Although the primary targets of this legislation are companies like Tik-Tok, the language of the bill could potentially be used to block or disrupt cryptocurrency transactions and, in extreme cases, block Americans’ access to open source tools or protocols like Bitcoin.
The Act creates a redundant regime paralleling OFAC without clear justification, it significantly limits the ability for injured parties to challenge actions raising due process concerns, and unlike OFAC it lacks any carve-out for protected speech. COINCENTER ON THE RESTRICT ACT
If you found this post helpful support my work with bitcoin.
-
@ 7f6db517:a4931eda
2025-06-16 14:02:26The 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.
-
@ 2b24a1fa:17750f64
2025-06-16 10:27:22Der 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.
https://soundcloud.com/radiomuenchen/eine-stunde-klassik-liebesfreud-und-liebesleid?
Sonntags um 10 Uhr in der Wiederholung.
-
@ 8bad92c3:ca714aa5
2025-06-16 14:02:15Key Takeaways
Michael Goldstein, aka Bitstein, presents a sweeping philosophical and economic case for going “all in” on Bitcoin, arguing that unlike fiat, which distorts capital formation and fuels short-term thinking, Bitcoin fosters low time preference, meaningful saving, and long-term societal flourishing. At the heart of his thesis is “hodling for good”—a triple-layered idea encompassing permanence, purpose, and the pursuit of higher values like truth, beauty, and legacy. Drawing on thinkers like Aristotle, Hoppe, and Josef Pieper, Goldstein redefines leisure as contemplation, a vital practice in aligning capital with one’s deepest ideals. He urges Bitcoiners to think beyond mere wealth accumulation and consider how their sats can fund enduring institutions, art, and architecture that reflect a moral vision of the future.
Best Quotes
“Let BlackRock buy the houses, and you keep the sats.”
“We're not hodling just for the sake of hodling. There is a purpose to it.”
“Fiat money shortens your time horizon… you can never rest.”
“Savings precedes capital accumulation. You can’t build unless you’ve saved.”
“You're increasing the marginal value of everyone else’s Bitcoin.”
“True leisure is contemplation—the pursuit of the highest good.”
“What is Bitcoin for if not to make the conditions for magnificent acts of creation possible?”
“Bitcoin itself will last forever. Your stack might not. What will outlast your coins?”
“Only a whale can be magnificent.”
“The market will sell you all the crack you want. It’s up to you to demand beauty.”
Conclusion
This episode is a call to reimagine Bitcoin as more than a financial revolution—it’s a blueprint for civilizational renewal. Michael Goldstein reframes hodling as an act of moral stewardship, urging Bitcoiners to lower their time preference, build lasting institutions, and pursue truth, beauty, and legacy—not to escape the world, but to rebuild it on sound foundations.
Timestamps
00:00 - Intro
00:50 - Michael’s BBB presentation Hodl for Good
07:27 - Austrian principles on capital
15:40 - Fiat distorts the economic process
23:34 - Bitkey
24:29 - Hodl for Good triple entendre
29:52 - Bitcoin benefits everyone
39:05 - Unchained
40:14 - Leisure theory of value
52:15 - Heightening life
1:15:48 - Breaking from the chase makes room for magnificence
1:32:32 - Nakamoto Institute’s missionTranscript
(00:00) Fiat money is by its nature a disturbance. If money is being continually produced, especially at an uncertain rate, these uh policies are really just redistribution of wealth. Most are looking for number to go up post hyper bitcoinization. The rate of growth of bitcoin would be more reflective of the growth of the economy as a whole.
(00:23) Ultimately, capital requires knowledge because it requires knowing there is something that you can add to the structures of production to lengthen it in some way that will take time but allow you to have more in the future than you would today. Let Black Rockck buy the houses and you keep the sats, not the other way around.
(00:41) You wait until later for Larry Frink to try to sell you a [Music] mansion. And we're live just like that. Just like that. 3:30 on a Friday, Memorial Day weekend. It's a good good good way to end the week and start the holiday weekend. Yes, sir. Yes, sir. Thank you for having me here. Thank you for coming. I wore this hat specifically because I think it's I think it's very apppropo uh to the conversation we're going to have which is I hope an extension of the presentation you gave at Bitblock Boom Huddle for good. You were working on
(01:24) that for many weeks leading up to uh the conference and explaining how you were structuring it. I think it's a very important topic to discuss now as the Bitcoin price is hitting new all-time highs and people are trying to understand what am I doing with Bitcoin? Like you have you have the different sort of factions within Bitcoin.
(01:47) Uh get on a Bitcoin standard, get on zero, spend as much Bitcoin as possible. You have the sailors of the world are saying buy Bitcoin, never sell, die with your Bitcoin. And I think you do a really good job in that presentation. And I just think your understanding overall of Bitcoin is incredible to put everything into context. It's not either or.
(02:07) It really depends on what you want to accomplish. Yeah, it's definitely there there is no actual one-sizefits-all um for I mean nearly anything in this world. So um yeah, I mean first of all I mean there was it was the first conference talk I had given in maybe five years. I think the one prior to that uh was um bit block boom 2019 which was my meme talk which uh has uh become infamous and notorious.
(02:43) So uh there was also a lot of like high expectations uh you know rockstar dev uh has has treated that you know uh that that talk with a lot of reference. a lot of people have enjoyed it and he was expecting this one to be, you know, the greatest one ever, which is a little bit of a little bit of a uh a burden to live up to those kinds of standards.
(03:08) Um, but you know, because I don't give a lot of talks. Um, you know, I I I like to uh try to bring ideas that might even be ideas that are common. So, something like hodling, we all talk about it constantly. uh but try to bring it from a little bit of a different angle and try to give um a little bit of uh new light to it.
(03:31) I alsove I've I've always enjoyed kind of coming at things from a third angle. Um whenever there's, you know, there's there's all these little debates that we have in in Bitcoin and sometimes it's nice to try to uh step out of it and look at it a little more uh kind of objectively and find ways of understanding it that incorporate the truths of of all of them.
(03:58) uh you know cuz I think we should always be kind of as much as possible after ultimate truth. Um so with this one um yeah I was kind of finding that that sort of golden mean. So uh um yeah and I actually I think about that a lot is uh you know Aristotle has his his concept of the golden mean. So it's like any any virtue is sort of between two vices um because you can you can always you can always take something too far.
(04:27) So you're you're always trying to find that right balance. Um so someone who is uh courageous you know uh one of the vices uh on one side is being basically reckless. I I can't remember what word he would use. Uh but effectively being reckless and just wanting to put yourself in danger for no other reason than just you know the thrill of it.
(04:50) Um and then on the other side you would just have cowardice which is like you're unwilling to put yourself um at any risk at any time. Um, and courage is right there in the middle where it's understanding when is the right time uh to put your put yourself, you know, in in the face of danger um and take it on. And so um in some sense this this was kind of me uh in in some ways like I'm obviously a partisan of hodling.
(05:20) Um, I've for, you know, a long time now talked about the, um, why huddling is good, why people do it, why we should expect it. Um, but still trying to find that that sort of golden mean of like yes, huddle, but also what are we hodling for? And it's not we're we're not hodddling just merely for the sake of hodddling.
(05:45) There there is a a purpose to it. And we should think about that. And that would also help us think more about um what are the benefits of of spending, when should we spend, why should we spend, what should we spend on um to actually give light to that sort of side of the debate. Um so that was that was what I was kind of trying to trying to get into.
(06:09) Um, as well as also just uh at the same time despite all the talk of hodling, there's always this perennial uh there's always this perennial dislike of hodlers because we're treated as uh as if um we're just free riding the network or we're just greedy or you know any of these things. And I wanted to show how uh huddling does serve a real economic purpose.
(06:36) Um, and it does benefit the individual, but it also does uh it it has actual real social um benefits as well beyond merely the individual. Um, so I wanted to give that sort of defense of hodling as well to look at it from um a a broader position than just merely I'm trying to get rich. Um uh because even the person who uh that is all they want to do um just like you know your your pure number grow up go up moonboy even that behavior has positive ramifications on on the economy.
(07:14) And while we might look at them and have uh judgments about their particular choices for them as an individual, we shouldn't discount that uh their actions are having positive positive effects for the rest of the economy. Yeah. So, let's dive into that just not even in the context of Bitcoin because I think you did a great job of this in the presentation.
(07:36) just you've done a good job of this consistently throughout the years that I've known you. Just from like a first principles Austrian economics perspective, what is the idea around capital accumulation, low time preference and deployment of that capital like what what like getting getting into like the nitty-gritty and then applying it to Bitcoin? Yeah, it's it's a big question and um in many ways I mean I I even I barely scratched the surface.
(08:05) uh I I can't claim to have read uh all the volumes of Bombber works, you know, capital and interest and and stuff like that. Um but I think there's some some sort of basic concepts that we can look at that we can uh draw a lot out. Um the first uh I guess let's write that. So repeat so like capital time preference. Yeah. Well, I guess getting more broad like why sav -
@ 2b24a1fa:17750f64
2025-06-16 10:24:44Wo läßt es sich trefflicher plaudern als am Küchentisch. Es muß ja nicht unbedingt der eigene sein. Hauptsache, es sitzen vergnügte Menschen reinen Herzens daran, wie zum Beispiel die Herren Helmut Schleich und Franz Esser.
https://soundcloud.com/radiomuenchen/karlspreis-katzeklo-am-kuchentisch-mit-schleich-esser?
-
@ 7f6db517:a4931eda
2025-06-16 08:01:57The 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.
-
@ cae03c48:2a7d6671
2025-06-16 14:01:23Bitcoin Magazine
Coinbase Announces Bitcoin Rewards Credit Card, Offering up to 4% BTC Back on EverythingCoinbase is launching its first-ever branded credit card in partnership with American Express, set to roll out this fall. Called the Coinbase One Card, it will be available only to U.S. members of Coinbase One, the platform’s monthly subscription service. The card will offer 2% to 4% back in Bitcoin on everyday purchases, along with access to American Express perks.
JUST IN: Coinbase launches credit card allowing users to earn up to 4% bitcoin back on every purchase
pic.twitter.com/d6pdNZV4pi
— Bitcoin Magazine (@BitcoinMagazine) June 12, 2025
This is a first-of-its-kind product for Coinbase, which previously only offered a prepaid debit card with Visa in 2020.
“We see real potential in the combination of Coinbase and crypto with the powerful backing of American Express, and what the card offers is an excellent mix of what customers are looking for right now,” said Will Stredwick, head of American Express global network services, during the Coinbase State of Crypto Summit in New York.
The card is part of a larger push by Coinbase to expand its subscription-based services. Coinbase One costs $29.99/month and includes zero trading fees, higher staking rewards, and customer support perks. The company also announced a cheaper version—Coinbase Basic—for $4.99/month or $49.99/year, which includes fewer features.
Coinbase’s subscription business is growing fast. It brought in $698.1 million in Q1 2025, compared to $1.26 billion in trading revenue. According to William Blair analyst Andrew Jeffrey, this kind of recurring revenue is a big reason why long-term investors are sticking with the stock.
Launched in 2023, Coinbase One now has over a million members. The company has been steadily growing its ecosystem with products like its Base developer platform and a self-custody wallet.
The company has long positioned Bitcoin at the center of its strategy—offering BTC custody services to institutions, supporting Bitcoin ETFs, integrating Bitcoin rewards into its products, and actively advocating for Bitcoin-friendly regulation in Washington. Coinbase also supports Bitcoin development directly through funding grants and engineering support. As the largest publicly traded crypto exchange in the U.S., Coinbase continues to frame Bitcoin not just as an asset, but as the foundation of its long-term vision.
This post Coinbase Announces Bitcoin Rewards Credit Card, Offering up to 4% BTC Back on Everything first appeared on Bitcoin Magazine and is written by Jenna Montgomery.
-
@ 8bad92c3:ca714aa5
2025-06-16 04:01:35Key Takeaways
Michael Goldstein, aka Bitstein, presents a sweeping philosophical and economic case for going “all in” on Bitcoin, arguing that unlike fiat, which distorts capital formation and fuels short-term thinking, Bitcoin fosters low time preference, meaningful saving, and long-term societal flourishing. At the heart of his thesis is “hodling for good”—a triple-layered idea encompassing permanence, purpose, and the pursuit of higher values like truth, beauty, and legacy. Drawing on thinkers like Aristotle, Hoppe, and Josef Pieper, Goldstein redefines leisure as contemplation, a vital practice in aligning capital with one’s deepest ideals. He urges Bitcoiners to think beyond mere wealth accumulation and consider how their sats can fund enduring institutions, art, and architecture that reflect a moral vision of the future.
Best Quotes
“Let BlackRock buy the houses, and you keep the sats.”
“We're not hodling just for the sake of hodling. There is a purpose to it.”
“Fiat money shortens your time horizon… you can never rest.”
“Savings precedes capital accumulation. You can’t build unless you’ve saved.”
“You're increasing the marginal value of everyone else’s Bitcoin.”
“True leisure is contemplation—the pursuit of the highest good.”
“What is Bitcoin for if not to make the conditions for magnificent acts of creation possible?”
“Bitcoin itself will last forever. Your stack might not. What will outlast your coins?”
“Only a whale can be magnificent.”
“The market will sell you all the crack you want. It’s up to you to demand beauty.”
Conclusion
This episode is a call to reimagine Bitcoin as more than a financial revolution—it’s a blueprint for civilizational renewal. Michael Goldstein reframes hodling as an act of moral stewardship, urging Bitcoiners to lower their time preference, build lasting institutions, and pursue truth, beauty, and legacy—not to escape the world, but to rebuild it on sound foundations.
Timestamps
00:00 - Intro
00:50 - Michael’s BBB presentation Hodl for Good
07:27 - Austrian principles on capital
15:40 - Fiat distorts the economic process
23:34 - Bitkey
24:29 - Hodl for Good triple entendre
29:52 - Bitcoin benefits everyone
39:05 - Unchained
40:14 - Leisure theory of value
52:15 - Heightening life
1:15:48 - Breaking from the chase makes room for magnificence
1:32:32 - Nakamoto Institute’s missionTranscript
(00:00) Fiat money is by its nature a disturbance. If money is being continually produced, especially at an uncertain rate, these uh policies are really just redistribution of wealth. Most are looking for number to go up post hyper bitcoinization. The rate of growth of bitcoin would be more reflective of the growth of the economy as a whole.
(00:23) Ultimately, capital requires knowledge because it requires knowing there is something that you can add to the structures of production to lengthen it in some way that will take time but allow you to have more in the future than you would today. Let Black Rockck buy the houses and you keep the sats, not the other way around.
(00:41) You wait until later for Larry Frink to try to sell you a [Music] mansion. And we're live just like that. Just like that. 3:30 on a Friday, Memorial Day weekend. It's a good good good way to end the week and start the holiday weekend. Yes, sir. Yes, sir. Thank you for having me here. Thank you for coming. I wore this hat specifically because I think it's I think it's very apppropo uh to the conversation we're going to have which is I hope an extension of the presentation you gave at Bitblock Boom Huddle for good. You were working on
(01:24) that for many weeks leading up to uh the conference and explaining how you were structuring it. I think it's a very important topic to discuss now as the Bitcoin price is hitting new all-time highs and people are trying to understand what am I doing with Bitcoin? Like you have you have the different sort of factions within Bitcoin.
(01:47) Uh get on a Bitcoin standard, get on zero, spend as much Bitcoin as possible. You have the sailors of the world are saying buy Bitcoin, never sell, die with your Bitcoin. And I think you do a really good job in that presentation. And I just think your understanding overall of Bitcoin is incredible to put everything into context. It's not either or.
(02:07) It really depends on what you want to accomplish. Yeah, it's definitely there there is no actual one-sizefits-all um for I mean nearly anything in this world. So um yeah, I mean first of all I mean there was it was the first conference talk I had given in maybe five years. I think the one prior to that uh was um bit block boom 2019 which was my meme talk which uh has uh become infamous and notorious.
(02:43) So uh there was also a lot of like high expectations uh you know rockstar dev uh has has treated that you know uh that that talk with a lot of reference. a lot of people have enjoyed it and he was expecting this one to be, you know, the greatest one ever, which is a little bit of a little bit of a uh a burden to live up to those kinds of standards.
(03:08) Um, but you know, because I don't give a lot of talks. Um, you know, I I I like to uh try to bring ideas that might even be ideas that are common. So, something like hodling, we all talk about it constantly. uh but try to bring it from a little bit of a different angle and try to give um a little bit of uh new light to it.
(03:31) I alsove I've I've always enjoyed kind of coming at things from a third angle. Um whenever there's, you know, there's there's all these little debates that we have in in Bitcoin and sometimes it's nice to try to uh step out of it and look at it a little more uh kind of objectively and find ways of understanding it that incorporate the truths of of all of them.
(03:58) uh you know cuz I think we should always be kind of as much as possible after ultimate truth. Um so with this one um yeah I was kind of finding that that sort of golden mean. So uh um yeah and I actually I think about that a lot is uh you know Aristotle has his his concept of the golden mean. So it's like any any virtue is sort of between two vices um because you can you can always you can always take something too far.
(04:27) So you're you're always trying to find that right balance. Um so someone who is uh courageous you know uh one of the vices uh on one side is being basically reckless. I I can't remember what word he would use. Uh but effectively being reckless and just wanting to put yourself in danger for no other reason than just you know the thrill of it.
(04:50) Um and then on the other side you would just have cowardice which is like you're unwilling to put yourself um at any risk at any time. Um, and courage is right there in the middle where it's understanding when is the right time uh to put your put yourself, you know, in in the face of danger um and take it on. And so um in some sense this this was kind of me uh in in some ways like I'm obviously a partisan of hodling.
(05:20) Um, I've for, you know, a long time now talked about the, um, why huddling is good, why people do it, why we should expect it. Um, but still trying to find that that sort of golden mean of like yes, huddle, but also what are we hodling for? And it's not we're we're not hodddling just merely for the sake of hodddling.
(05:45) There there is a a purpose to it. And we should think about that. And that would also help us think more about um what are the benefits of of spending, when should we spend, why should we spend, what should we spend on um to actually give light to that sort of side of the debate. Um so that was that was what I was kind of trying to trying to get into.
(06:09) Um, as well as also just uh at the same time despite all the talk of hodling, there's always this perennial uh there's always this perennial dislike of hodlers because we're treated as uh as if um we're just free riding the network or we're just greedy or you know any of these things. And I wanted to show how uh huddling does serve a real economic purpose.
(06:36) Um, and it does benefit the individual, but it also does uh it it has actual real social um benefits as well beyond merely the individual. Um, so I wanted to give that sort of defense of hodling as well to look at it from um a a broader position than just merely I'm trying to get rich. Um uh because even the person who uh that is all they want to do um just like you know your your pure number grow up go up moonboy even that behavior has positive ramifications on on the economy.
(07:14) And while we might look at them and have uh judgments about their particular choices for them as an individual, we shouldn't discount that uh their actions are having positive positive effects for the rest of the economy. Yeah. So, let's dive into that just not even in the context of Bitcoin because I think you did a great job of this in the presentation.
(07:36) just you've done a good job of this consistently throughout the years that I've known you. Just from like a first principles Austrian economics perspective, what is the idea around capital accumulation, low time preference and deployment of that capital like what what like getting getting into like the nitty-gritty and then applying it to Bitcoin? Yeah, it's it's a big question and um in many ways I mean I I even I barely scratched the surface.
(08:05) uh I I can't claim to have read uh all the volumes of Bombber works, you know, capital and interest and and stuff like that. Um but I think there's some some sort of basic concepts that we can look at that we can uh draw a lot out. Um the first uh I guess let's write that. So repeat so like capital time preference. Yeah. Well, I guess getting more broad like why sav -
@ 7f6db517:a4931eda
2025-06-16 14:02:25The newly proposed RESTRICT ACT - is being advertised as a TikTok Ban, but is much broader than that, carries a $1M Fine and up to 20 years in prison️! It is unconstitutional and would create massive legal restrictions on the open source movement and free speech throughout the internet.
The Bill was proposed by: Senator Warner, Senator Thune, Senator Baldwin, Senator Fischer, Senator Manchin, Senator Moran, Senator Bennet, Senator Sullivan, Senator Gillibrand, Senator Collins, Senator Heinrich, and Senator Romney. It has broad support across Senators of both parties.
Corrupt politicians will not protect us. They are part of the problem. We must build, support, and learn how to use censorship resistant tools in order to defend our natural rights.
The RESTRICT Act, introduced by Senators Warner and Thune, aims to block or disrupt transactions and financial holdings involving foreign adversaries that pose risks to national security. Although the primary targets of this legislation are companies like Tik-Tok, the language of the bill could potentially be used to block or disrupt cryptocurrency transactions and, in extreme cases, block Americans’ access to open source tools or protocols like Bitcoin.
The Act creates a redundant regime paralleling OFAC without clear justification, it significantly limits the ability for injured parties to challenge actions raising due process concerns, and unlike OFAC it lacks any carve-out for protected speech. COINCENTER ON THE RESTRICT ACT
If you found this post helpful support my work with bitcoin.
-
@ 2b24a1fa:17750f64
2025-06-16 10:22:35All diese politischen Themen! Dauernd schreit einer lauter als der andere, um DIE WAHRHEIT über Geschehnisse zu verkünden, bei denen er allermeist gar nicht anwesend war. Längst spüren wir, dass die übermäßige Beschäftigung mit dem Außen nicht gut tut und weder zur Ruhe, noch zum inneren Frieden beiträgt. Bei Radio München wird es ab 20. Juni eine neue Sendereihe geben, mit dem Titel „Böttchers innere Reisen“, hier soll der Fokus mehr auf das Seelenheil in unheilen Zeiten gehen, oder heißt es unheilige Zeiten?
Jens Böttcher, ist Musiker, Schriftsteller und Lebensberater, ausgezeichnet mit dem Kulturpreis „Blauer Löwe“ und dem renommierten Preis der deutschen Schallplattenkritik. In seinem Gesprächsformat namens Licht.Spiel.Haus, zu dem er immer wieder interessante Gäste einlädt, spricht er, wie auch in seinen Büchern und Liedtexten, vom Scheitern, vom Leiden, vom Aufstehen, von der Freude und von der Liebe … und dass alles irgendwie zusammenhängt in unserem Leben, das er als spirituelle Reise begreift.
Unser Autor Andreas Geltinger stellt uns heute unseren neuen Kollegen Jens Böttcher im Rahmen eines Interview vor.
-
@ 7f6db517:a4931eda
2025-06-16 14:02:25People 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.
-
@ 2b24a1fa:17750f64
2025-06-16 10:20:11„Die Technologie neigt dazu, alle Attribute des religiösen Denkens, der magischen und animistischen Vernunft und des künstlerischen Schaffens sich allein einzuverleiben. Es ist noch nicht lange her, als angenommen wurde, das künstliche Objekt entferne den Menschen von der Welt. Heute ist es keine Frage der Entfernung mehr, sondern die Frage einer möglichen Verschmelzung, da die Welt selbst dazu neigt, künstlich zu werden.“
https://soundcloud.com/radiomuenchen/die-terrestrische-gemeinschaft-ein-buch-von-achille-mbembe?
\ Das schreibt Achille Mbembe, Historiker und Politikwissenschaftler aus Kamerun, in seinem Buch „Die terrestrische Gemeinschaft. Technik, Animismus und die Erde als Utopie“. Inspiration und Hoffnung findet der Autor in Afrika. Jenem Kontinent, den unsere – je nach Blickwinkel westliche oder nördliche – Zivilisation gerne reduziert auf Schlagwörter wie Krieg, Hunger, Despotie, Überbevölkerung und Aberglaube. In den alten Stammeskulturen findet Mbembe eine ganz andere Haltung, ein ganz anderes Verständnis der Welt. Das könnte uns helfen, die Natur nicht als Feind zu betrachten, den es zu bezwingen gilt, sondern als Ort, an dem alles mit allem verbunden ist und niemand sich zum Herrscher aufschwingen kann, ohne den anderen und letztlich auch sich selbst zu schaden:\ „Dieser Gemeinschaft der Erde entspricht die grundlegende Universalität aller ihrer Bewohner. Weder die menschlichen Personen noch die anderen Wesen zusammengenommen sind die Eigentümer der Erde. Sie sind dort Erdenbürger, insofern sie alle in den Genuss eines unbestreitbaren Platzes auf ihr kommen.“\ Unser Autor Jonny Rieder hat Mbembes Buch gelesen und darüber nachgedacht.
Sprecher: Ulrich Allroggen
Bild: Verlag Matthes & Seitz Berlin / Dirk Lebahn
-
@ 70c48e4b:00ce3ccb
2025-06-16 06:59:12Hello all :)
Something pretty exciting just happened in the world of decentralized tech.
A new social network project called Nostria successfully wrapped up its pre-seed funding round. It raised the funds through Angor, a crowdfunding platform built on Bitcoin and Nostr that aligns perfectly with the project’s decentralized mission.This post is all about what Nostria is doing, why it matters, and how Angor made it all possible.
What is Nostria?
nostr:npub16x7nxvehx0wvgy0sa6ynkw9c2ghuph3z0ll5t8veq3xwm8n9tqds6ka44x is a social network app that’s built to make the Nostr protocol easy to use. If you're not familiar with Nostr, it's an open protocol for decentralized social networking. It gives users more control and privacy, without relying on big platforms.
Nostria makes all that feel less like a tech experiment and more like a real social network. The app is simple, elegant, and beginner-friendly. It is available across iOS, Android, and web so you can jump in from anywhere.
Think of it as the easiest way to start using Nostr without needing to understand all the technical stuff under the hood.
https://www.nostria.app/assets/screenshots/nostria-01.jpg
The Problem Nostria is Solving:
One of the challenges Nostr faces right now is scaling. The network relies on relays to pass messages around, but many of these are centralized and getting overloaded. That creates serious bottlenecks and makes the whole experience less reliable. Just to give you an idea:
- Damus relay has around 646,000 users
- Nos relay has 601,000 users
- Snort sits at 417,000 users
When so many users depend on just a few relays, it puts a huge strain on the system and limits how far the network can grow.
Nostria’s Clever Fix
Nostria introduces a smarter way to scale Nostr without losing its decentralized core. Instead of relying on a few overloaded relays, it uses:
• Regionally deployed Discovery Relays – Think of these as local hubs placed in different parts of the world. When users connect, they are matched with a nearby relay, which keeps things faster and spreads the traffic out so no single relay gets overwhelmed.
• Pooled User Relays – Instead of each person depending on just one relay, users are connected through a shared pool. This means messages are sent and received more efficiently, especially when more people join the network.
All of this happens behind the scenes. The app keeps things simple and intuitive, with automation that handles the complexity for you. Whether you're posting, reading, or connecting with others, the experience stays smooth.
Nostria has bold ambitions. Here’s what they’re going for:
- A goal of 1 million daily active users
- Competing with platforms like Bluesky, Mastodon, and even X (formerly Twitter)
- A long-term plan to support both free and premium services to drive adoption
As of now, the Nostr network as a whole has:
- 15,000 daily active users
- 42.7 million total users
- 552 million total events
So the market is already there. It just needs the right tools to grow.
https://www.nostria.app/assets/screenshots/nostria-02.jpg
Meet the Team
Nostria is led by nostr:npub1zl3g38a6qypp6py2z07shggg45cu8qex992xpss7d8zrl28mu52s4cjajh, a software engineer with deep experience in distributed systems. He has been involved with the Nostr protocol since its early days in 2021 and is deeply passionate about decentralization and open-source tech.
https://www.nostria.app/assets/team/sondre.jpg
He’s joined by nostr:npub1e0krp2gr3l5nfd2jw2cydh68adxjpmcqdhs2e0jxkrqd4crwt4dslwrk0k, a thoughtful full-stack developer focused on simplicity and sovereignty, and nostr:npub10c4sn723akd7fqegfe6xntpq43p86vnyvv7j2ryaq8jzvhyea4pq72c5ul, a junior dev who’s already contributed to open source and is finishing up her studies.
https://www.nostria.app/assets/team/kosta.jpg https://www.nostria.app/assets/team/lu.jpg
The Funding Round
To bring Nostria to life, the team aimed to raise $30,000 during their pre-seed round. This funding would help them:
- Complete their MVP (Minimum Viable Product)
- Deploy global infrastructure
- Start building their user base
- Get ready for a full Seed round in late 2025
How Angor Helped?
Angor is a decentralized crowdfunding platform built on Bitcoin and the Nostr protocol. It’s designed exactly for projects like this. The team at Nostria launched their campaign on Angor between May 12 and May 31, and it was a success.
What made the campaign stand out?
- The whole process was decentralized and transparent.
- Backers could fund the project directly, without intermediaries.
- Nostria aligned perfectly with Angor’s vision of empowering projects that push decentralization forward.
The campaign served as both a fundraiser and a real-world example of how decentralized infrastructure can power decentralized ideas. And it worked.
Inside the Funding Terms
As part of this funding round, Nostria offered contributors a post-money SAFE (Simple Agreement for Future Equity). This is a modern, flexible way for startups to raise money early without the complexity of traditional equity rounds.
In simple terms:
•Investors contributed funds now, and in return, they will receive equity in Nostria during a future priced equity round. When Nostria raises its next round, most likely a Seed round, then those SAFE contributions will convert into actual shares.
•The SAFE includes a valuation cap, which sets a maximum company valuation for conversion. This guarantees that early backers receive shares at a better rate than future investors. While the exact cap isn't publicly listed, this feature ensures early supporters are rewarded for their trust.
•There is no interest or maturity date, which is a major benefit over traditional convertible notes. There’s no ticking clock or repayment obligation. Investors simply wait until the next funding event.
•The SAFE also features a Most Favored Nation (MFN) clause. This ensures that if the company issues another SAFE later with better terms, early investors will automatically receive the same improved terms. It’s designed to keep things transparent and equitable.
•Jurisdiction and legal terms: While the full legal text isn’t included in the note, SAFEs typically specify the legal jurisdiction governing the agreement. Nostria’s approach suggests a commitment to following standard legal frameworks, further underlining their seriousness and professionalism.
You can read Nostria’s public SAFE summary here: nostr:npub16x7nxvehx0wvgy0sa6ynkw9c2ghuph3z0ll5t8veq3xwm8n9tqds6ka44x
And you can view the full campaign hosted on Angor here: https://hub.angor.io/project/angor1qwdgxjuzhjykgpn5q8p3l2q9vyrgqdlrkfp5sjr
By sharing these details openly, the team added a strong layer of transparency and trust to the entire campaign. It is a clear signal that they are building something serious and thoughtful, with long-term commitment and care instead of shortcuts.
What’s Next?
With the funding secured, Nostria is sprinting ahead. The roadmap includes:
- June: Deploying media and relay servers
- July: Adding premium features and full cross-platform support
- August: Growing the user base and preparing for the next funding round
If all goes well, Nostria is on track to become one of the most accessible and user-friendly Nostr based platforms out there. With a clear roadmap and a team focused on long-term decentralization, the journey is just getting started...
Got an idea of your own? You can launch your project on Angor, just like Nostria did, and start your own funding round with the support of a like-minded community.
Thanks for reading. See y’all next week with another story from the world of open, decentralized innovation. Ciao
-
@ 9ca447d2:fbf5a36d
2025-06-16 04:01:22CANNES, FRANCE – May 2025 — Bitcoin mining made its mark at the world’s most prestigious film gathering this year as Puerto Rican director and producer Alana Mediavilla introduced her feature documentary Dirty Coin: The Bitcoin Mining Documentary at the Marché du Film during the Cannes Film Festival.
The film puts bitcoin mining at the center of a rising global conversation about energy, technology, and economic freedom.
Dirty Coin is the first feature-length documentary to explore bitcoin mining through immersive, on-the-ground case studies.
From rural towns in the United States to hydro-powered sites in Latin America and the Congo, the film follows miners and communities navigating what may be one of the most misunderstood technologies of our time.
The result is a human-centered look at how bitcoin mining is transforming local economies and energy infrastructure in real ways.
To mark its Cannes debut, Mediavilla and her team hosted a packed industry event that brought together leaders from both film and finance.
Dirty Coin debut ceremony at the Marché du Film
Sponsors Celestial Management, Sangha Renewables, Nordblock, and Paystand.org supported the program, which featured panels on mining, energy use, and decentralized infrastructure.
Attendees had the rare opportunity to engage directly with pioneers in the space. A special session in French led by Seb Gouspillou spotlighted mining efforts in the Congo’s Virunga region.
Dirty Coin builds on Mediavilla’s award-winning short film Stranded, which won over 20 international prizes, including Best Short Documentary at Cannes in 2024.
That success helped lay the foundation for the feature and positioned Mediavilla as one of the boldest new voices in global documentary filmmaking.
Alana Mediavilla speaks at the Marché du Film — Cannes Film Festival
“If we’ve found an industry that can unlock stranded energy and turn it into real power for people—especially in regions with energy poverty—why wouldn’t we look into it?” says Mediavilla. “Our privilege blinds us.
“The same thing we criticize could be the very thing that lifts the developing world to our standard of living. Ignoring that potential is a failure of imagination.”
Much like the decentralized network it explores, Dirty Coin is spreading globally through grassroots momentum.
Local leaders are hosting independent screenings around the world, from Roatán and Berlin to São Paulo and Madrid. Upcoming events include Toronto and Zurich, with more cities joining each month.
Mediavilla, who previously worked in creative leadership roles in the U.S. — including as a producer at Google — returned to Puerto Rico to found Campo Libre, a studio focused on high-caliber, globally relevant storytelling from the Caribbean.
She was also accepted into the Cannes Producers Network, a selective program open only to producers with box office releases in the past four years.
Mediavilla qualified after independently releasing Dirty Coin in theaters across Puerto Rico. Her participation in the network gave her direct access to meetings, insights, and connections with the most active distributors and producers working today.
The film’s next public screening will take place at the Anthem Film Festival in Palm Springs on Saturday, June 14 at 2 PM. Additional screenings and market appearances are planned throughout the year at Bitcoin events and international film platforms.
Dirty Coin at the Cannes Film Festival
Watch the Trailer + Access Press Materials
📂 EPK
🎬 Screener
🌍 Host a Screening
Follow the Movement
Instagram: https://www.instagram.com/dirty_coin_official/
Twitter: https://x.com/DirtyCoinDoc
Website: www.dirtycointhemovie.com -
@ 7f6db517:a4931eda
2025-06-16 14:02:25
"Privacy is necessary for an open society in the electronic age. Privacy is not secrecy. A private matter is something one doesn't want the whole world to know, but a secret matter is something one doesn't want anybody to know. Privacy is the power to selectively reveal oneself to the world." - Eric Hughes, A Cypherpunk's Manifesto, 1993
Privacy is essential to freedom. Without privacy, individuals are unable to make choices free from surveillance and control. Lack of privacy leads to loss of autonomy. When individuals are constantly monitored it limits our ability to express ourselves and take risks. Any decisions we make can result in negative repercussions from those who surveil us. Without the freedom to make choices, individuals cannot truly be free.
Freedom is essential to acquiring and preserving wealth. When individuals are not free to make choices, restrictions and limitations prevent us from economic opportunities. If we are somehow able to acquire wealth in such an environment, lack of freedom can result in direct asset seizure by governments or other malicious entities. At scale, when freedom is compromised, it leads to widespread economic stagnation and poverty. Protecting freedom is essential to economic prosperity.
The connection between privacy, freedom, and wealth is critical. Without privacy, individuals lose the freedom to make choices free from surveillance and control. While lack of freedom prevents individuals from pursuing economic opportunities and makes wealth preservation nearly impossible. No Privacy? No Freedom. No Freedom? No Wealth.
Rights are not granted. They are taken and defended. Rights are often misunderstood as permission to do something by those holding power. However, if someone can give you something, they can inherently take it from you at will. People throughout history have necessarily fought for basic rights, including privacy and freedom. These rights were not given by those in power, but rather demanded and won through struggle. Even after these rights are won, they must be continually defended to ensure that they are not taken away. Rights are not granted - they are earned through struggle and defended through sacrifice.
If you found this post helpful support my work with bitcoin.
-
@ 044da344:073a8a0e
2025-06-16 10:08:10Im September starten wir an der Freien Akademie für Medien & Journalismus eine Veranstaltungsreihe im Vorderen Bayerischen Wald und laden alle ein, live dabei zu sein, wenn Menschen interviewt werden, die etwas zu sagen und spannende Geschichten zu erzählen haben. Nach etwa einer Stunde werden die Kameras ausgeschaltet, sodass genug Raum bleibt für Fragen, für das Kennenlernen, für den Austausch mit Gleichgesinnten.
Die ersten Gäste ab dem 8. September: Jürgen Fliege, Joana Cotar, Gerd Reuther und Gabriele Gysi. Es gibt eine zweite Gesprächsreihe, die am 13. Oktober mit Jörg Bernig startet. Die Aufzeichnungen beginnen jeweils um 18 Uhr in einer Gaststätte im Raum Sankt Englmar. Wer eine weitere Anreise hat: Die Gegend ist wunderschön, lädt zum Entspannen ein (Wandern, hervorragende Gastronomie, Unterkünfte für jeden Geldbeutel) und verfügt über alles, was das Urlauberherz begehrt. Organistorisches und Anmeldung
8. September 2025: Jürgen Fliege – Glaube, Kirche, Hoffnung
Eine Talkshow im Ersten, präsentiert von einem Pastor, der alles mitbringt, was man braucht, um Menschen zu gewinnen: Einen besseren Werbeträger hätte sich die evangelische Kirche nicht wünschen können. Jürgen Fliege war von 1994 bis 2005 Stammgast in den Wohnzimmern und ist trotzdem oder gerade deshalb schon damals immer wieder in Konflikt geraten mit Amtsträgern aller Art. Ab 2020 hat er sich in Sachen Corona öffentlich klar positioniert und dabei auch auf die Bibel verwiesen.
9. September 2025: Joana Cotar – Acht Jahre Bundestag. Wie weiter mit der Demokratie?
Ganz stimmt das mit den acht Jahren nicht: Die zweite Legislaturperiode ist vor der Zeit zu Ende gegangen. Joana Cotar wurde zweimal über die AfD-Landesliste in Hessen in den Bundestag gewählt, war dabei 2021 auch als Spitzenkandidatin im Gespräch und zwei Jahre im Bundesvorstand. Ende 2022 hat sie Partei und Fraktion verlassen, im Parlament aber weitergemacht und immer wieder den Finger in die Wunde gelegt, wenn es um das Parteiensystem ging oder um den Spielraum der Volksvertreter.
10. September 2025: Gerd Reuther – Tatort Vergangenheit
Gerd Reuther hat sich als Medizinaufklärer ohne Tabus einen Namen gemacht – ein Radiologe, der an drei Kliniken Chefarzt war, dann aber mit 55 aufgehört hat. Sein Buch „Der betrogene Patient“ war 2017 ein Bestseller. Danach hat er die Geschichte der Medizin gegen den Strich gebürstet („Heilung Nebensache“) und in „Hauptsache Panik“ die europäische Seuchengeschichte demontiert. Jetzt nimmt er sich unsere gesamte Geschichte vor und stellt von den Römern bis in die Neuzeit unser „Wissen“ über die Vergangenheit in Frage.
11. September 2025: Gabriele Gysi – Gibt es noch eine deutsche Frage?
Niemand kann das besser beantworten als diese Künstlerin, Spross einer Politikerfamilie und Zeitzeugin für alle drei deutschen Nachkriegsstaaten – für die DDR sowieso, nach ihrer Ausreise 1984 aber auch für die alte Bundesrepublik und dann natürlich für die neue, wo sie unter anderem Chefdramaturgin der Berliner Volksbühne war. Gabriele Gysi sagt: Solange wir keine gesamtdeutsche Geschichte haben, bleibt die große Frage offen.
-
@ dfa02707:41ca50e3
2025-06-16 00:02:32Good morning (good night?)! The No Bullshit Bitcoin news feed is now available on Moody's Dashboard! A huge shoutout to sir Clark Moody for integrating our feed.
Headlines
- Spiral welcomes Ben Carman. The developer will work on the LDK server and a new SDK designed to simplify the onboarding process for new self-custodial Bitcoin users.
- The Bitcoin Dev Kit Foundation announced new corporate members for 2025, including AnchorWatch, CleanSpark, and Proton Foundation. The annual dues from these corporate members fund the small team of open-source developers responsible for maintaining the core BDK libraries and related free and open-source software (FOSS) projects.
- Strategy increases Bitcoin holdings to 538,200 BTC. In the latest purchase, the company has spent more than $555M to buy 6,556 coins through proceeds of two at-the-market stock offering programs.
- Spar supermarket experiments with Bitcoin payments in Zug, Switzerland. The store has introduced a new payment method powered by the Lightning Network. The implementation was facilitated by DFX Swiss, a service that supports seamless conversions between bitcoin and legacy currencies.
- The Bank for International Settlements (BIS) wants to contain 'crypto' risks. A report titled "Cryptocurrencies and Decentralised Finance: Functions and Financial Stability Implications" calls for expanding research into "how new forms of central bank money, capital controls, and taxation policies can counter the risks of widespread crypto adoption while still fostering technological innovation."
- "Global Implications of Scam Centres, Underground Banking, and Illicit Online Marketplaces in Southeast Asia." According to the United Nations Office on Drugs and Crime (UNODC) report, criminal organizations from East and Southeast Asia are swiftly extending their global reach. These groups are moving beyond traditional scams and trafficking, creating sophisticated online networks that include unlicensed cryptocurrency exchanges, encrypted communication platforms, and stablecoins, fueling a massive fraud economy on an industrial scale.
- Slovenia is considering a 25% capital gains tax on Bitcoin profits for individuals. The Ministry of Finance has proposed legislation to impose this tax on gains from cryptocurrency transactions, though exchanging one cryptocurrency for another would remain exempt. At present, individual 'crypto' traders in Slovenia are not taxed.
- Circle, BitGo, Coinbase, and Paxos plan to apply for U.S. bank charters or licenses. According to a report in The Wall Street Journal, major crypto companies are planning to apply for U.S. bank charters or licenses. These firms are pursuing limited licenses that would permit them to issue stablecoins, as the U.S. Congress deliberates on legislation mandating licensing for stablecoin issuers.
"Established banks, like Bank of America, are hoping to amend the current drafts of [stablecoin] legislation in such a way that nonbanks are more heavily restricted from issuing stablecoins," people familiar with the matter told The Block.
- Charles Schwab to launch spot Bitcoin trading by 2026. The financial investment firm, managing over $10 trillion in assets, has revealed plans to introduce spot Bitcoin trading for its clients within the next year.
Use the tools
- Bitcoin Safe v1.2.3 expands QR SignMessage compatibility for all QR-UR-compatible hardware signers (SpecterDIY, KeyStone, Passport, Jade; already supported COLDCARD Q). It also adds the ability to import wallets via QR, ensuring compatibility with Keystone's latest firmware (2.0.6), alongside other improvements.
- Minibits v0.2.2-beta, an ecash wallet for Android devices, packages many changes to align the project with the planned iOS app release. New features and improvements include the ability to lock ecash to a receiver's pubkey, faster confirmations of ecash minting and payments thanks to WebSockets, UI-related fixes, and more.
- Zeus v0.11.0-alpha1 introduces Cashu wallets tied to embedded LND wallets. Navigate to Settings > Ecash to enable it. Other wallet types can still sweep funds from Cashu tokens. Zeus Pay now supports Cashu address types in Zaplocker, Cashu, and NWC modes.
- LNDg v1.10.0, an advanced web interface designed for analyzing Lightning Network Daemon (LND) data and automating node management tasks, introduces performance improvements, adds a new metrics page for unprofitable and stuck channels, and displays warnings for batch openings. The Profit and Loss Chart has been updated to include on-chain costs. Advanced settings have been added for users who would like their channel database size to be read remotely (the default remains local). Additionally, the AutoFees tool now uses aggregated pubkey metrics for multiple channels with the same peer.
- Nunchuk Desktop v1.9.45 release brings the latest bug fixes and improvements.
- Blockstream Green iOS v4.1.8 has renamed L-BTC to LBTC, and improves translations of notifications, login time, and background payments.
- Blockstream Green Android v4.1.8 has added language preference in App Settings and enables an Android data backup option for disaster recovery. Additionally, it fixes issues with Jade entry point PIN timeout and Trezor passphrase input.
- Torq v2.2.2, an advanced Lightning node management software designed to handle large nodes with over 1000 channels, fixes bugs that caused channel balance to not be updated in some cases and channel "peer total local balance" not getting updated.
- Stack Wallet v2.1.12, a multicoin wallet by Cypher Stack, fixes an issue with Xelis introduced in the latest release for Windows.
- ESP-Miner-NerdQAxePlus v1.0.29.1, a forked version from the NerdAxe miner that was modified for use on the NerdQAxe+, is now available.
- Zark enables sending sats to an npub using Bark.
- Erk is a novel variation of the Ark protocol that completely removes the need for user interactivity in rounds, addressing one of Ark's key limitations: the requirement for users to come online before their VTXOs expire.
- Aegis v0.1.1 is now available. It is a Nostr event signer app for iOS devices.
- Nostash is a NIP-07 Nostr signing extension for Safari. It is a fork of Nostore and is maintained by Terry Yiu. Available on iOS TestFlight.
- Amber v3.2.8, a Nostr event signer for Android, delivers the latest fixes and improvements.
- Nostur v1.20.0, a Nostr client for iOS, adds
-
@ 39cc53c9:27168656
2025-06-16 06:26:04Know Your Customer is a regulation that requires companies of all sizes to verify the identity, suitability, and risks involved with maintaining a business relationship with a customer. Such procedures fit within the broader scope of anti-money laundering (AML) and counterterrorism financing (CTF) regulations.
Banks, exchanges, online business, mail providers, domain registrars... Everyone wants to know who you are before you can even opt for their service. Your personal information is flowing around the internet in the hands of "god-knows-who" and secured by "trust-me-bro military-grade encryption". Once your account is linked to your personal (and verified) identity, tracking you is just as easy as keeping logs on all these platforms.
Rights for Illusions
KYC processes aim to combat terrorist financing, money laundering, and other illicit activities. On the surface, KYC seems like a commendable initiative. I mean, who wouldn't want to halt terrorists and criminals in their tracks?
The logic behind KYC is: "If we mandate every financial service provider to identify their users, it becomes easier to pinpoint and apprehend the malicious actors."
However, terrorists and criminals are not precisely lining up to be identified. They're crafty. They may adopt false identities or find alternative strategies to continue their operations. Far from being outwitted, many times they're several steps ahead of regulations. Realistically, KYC might deter a small fraction – let's say about 1% ^1 – of these malefactors. Yet, the cost? All of us are saddled with the inconvenient process of identification just to use a service.
Under the rhetoric of "ensuring our safety", governments and institutions enact regulations that seem more out of a dystopian novel, gradually taking away our right to privacy.
To illustrate, consider a city where the mayor has rolled out facial recognition cameras in every nook and cranny. A band of criminals, intent on robbing a local store, rolls in with a stolen car, their faces obscured by masks and their bodies cloaked in all-black clothes. Once they've committed the crime and exited the city's boundaries, they switch vehicles and clothes out of the cameras' watchful eyes. The high-tech surveillance? It didn’t manage to identify or trace them. Yet, for every law-abiding citizen who merely wants to drive through the city or do some shopping, their movements and identities are constantly logged. The irony? This invasive tracking impacts all of us, just to catch the 1% ^1 of less-than-careful criminals.
KYC? Not you.
KYC creates barriers to participation in normal economic activity, to supposedly stop criminals. ^2
KYC puts barriers between many users and businesses. One of these comes from the fact that the process often requires multiple forms of identification, proof of address, and sometimes even financial records. For individuals in areas with poor record-keeping, non-recognized legal documents, or those who are unbanked, homeless or transient, obtaining these documents can be challenging, if not impossible.
For people who are not skilled with technology or just don't have access to it, there's also a barrier since KYC procedures are mostly online, leaving them inadvertently excluded.
Another barrier goes for the casual or one-time user, where they might not see the value in undergoing a rigorous KYC process, and these requirements can deter them from using the service altogether.
It also wipes some businesses out of the equation, since for smaller businesses, the costs associated with complying with KYC norms—from the actual process of gathering and submitting documents to potential delays in operations—can be prohibitive in economical and/or technical terms.
You're not welcome
Imagine a swanky new club in town with a strict "members only" sign. You hear the music, you see the lights, and you want in. You step up, ready to join, but suddenly there's a long list of criteria you must meet. After some time, you are finally checking all the boxes. But then the club rejects your membership with no clear reason why. You just weren't accepted. Frustrating, right?
This club scenario isn't too different from the fact that KYC is being used by many businesses as a convenient gatekeeping tool. A perfect excuse based on a "legal" procedure they are obliged to.
Even some exchanges may randomly use this to freeze and block funds from users, claiming these were "flagged" by a cryptic system that inspects the transactions. You are left hostage to their arbitrary decision to let you successfully pass the KYC procedure. If you choose to sidestep their invasive process, they might just hold onto your funds indefinitely.
Your identity has been stolen
KYC data has been found to be for sale on many dark net markets^3. Exchanges may have leaks or hacks, and such leaks contain very sensitive data. We're talking about the full monty: passport or ID scans, proof of address, and even those awkward selfies where you're holding up your ID next to your face. All this data is being left to the mercy of the (mostly) "trust-me-bro" security systems of such companies. Quite scary, isn't it?
As cheap as $10 for 100 documents, with discounts applying for those who buy in bulk, the personal identities of innocent users who passed KYC procedures are for sale. ^3
In short, if you have ever passed the KYC/AML process of a crypto exchange, your privacy is at risk of being compromised, or it might even have already been compromised.
(they) Know Your Coins
You may already know that Bitcoin and most cryptocurrencies have a transparent public blockchain, meaning that all data is shown unencrypted for everyone to see and recorded forever. If you link an address you own to your identity through KYC, for example, by sending an amount from a KYC exchange to it, your Bitcoin is no longer pseudonymous and can then be traced.
If, for instance, you send Bitcoin from such an identified address to another KYC'ed address (say, from a friend), everyone having access to that address-identity link information (exchanges, governments, hackers, etc.) will be able to associate that transaction and know who you are transacting with.
Conclusions
To sum up, KYC does not protect individuals; rather, it's a threat to our privacy, freedom, security and integrity. Sensible information flowing through the internet is thrown into chaos by dubious security measures. It puts borders between many potential customers and businesses, and it helps governments and companies track innocent users. That's the chaos KYC has stirred.
The criminals are using stolen identities from companies that gathered them thanks to these very same regulations that were supposed to combat them. Criminals always know how to circumvent such regulations. In the end, normal people are the most affected by these policies.
The threat that KYC poses to individuals in terms of privacy, security and freedom is not to be neglected. And if we don’t start challenging these systems and questioning their efficacy, we are just one step closer to the dystopian future that is now foreseeable.
Edited 20/03/2024 * Add reference to the 1% statement on Rights for Illusions section to an article where Chainalysis found that only 0.34% of the transaction volume with cryptocurrencies in 2023 was attributable to criminal activity ^1
-
@ 7f6db517:a4931eda
2025-06-16 14:02:24Nostr 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.
-
@ 866e0139:6a9334e5
2025-06-16 06:26:28Autor: Tina Marie. Dieser Beitrag wurde mit dem Pareto-Client geschrieben. Sie finden alle Texte der Friedenstaube und weitere Texte zum Thema Frieden hier. Die neuesten Pareto-Artikel finden Sie in unserem Telegram-Kanal.
Die neuesten Artikel der Friedenstaube gibt es jetzt auch im eigenen Friedenstaube-Telegram-Kanal.
Solange wir mit uns selbst im Krieg stehen, bleibt der Ruf nach Weltfrieden hohl.\ Ein Text über Selbstoptimierung, innere Leere – und die Möglichkeit, Frieden dort zu beginnen,\ wo wir ihn am wenigsten suchen: im eigenen Körper.
Es beginnt oft leise.\ Mit dem Wunsch, mehr aus sich zu machen.\ Dich zu entwickeln, Dich zu verbessern, das Beste aus Deinem Leben herauszuholen.
Manche nennen es Wachstum.\ Doch oft wird daraus etwas anderes:\ Ein ständiger Druck, ein inneres Getriebensein.\ Ein subtiler Krieg gegen alles, was noch nicht „gut genug“ ist.
Vielleicht kennst Du das auch:\ Du funktionierst, erreichst viel, bist stark.\ Aber tief innen wächst eine Leere.\ Eine Erschöpfung, die nicht vom Tun kommt –\ sondern vom dauerhaften Versuch, Dich selbst zu übertreffen.
„Wer nach außen schaut, träumt. Wer nach innen blickt, erwacht.“\ – C.G. Jung
Was wäre, wenn Du gar nicht „mehr“ sein musst?\ Wenn in der Akzeptanz dessen, was jetzt in Dir lebt, bereits alles enthalten ist?\ Was, wenn Frieden genau dort beginnt,\ wo Du aufhörst, Dich selbst ständig neu zu optimieren?
„Du kannst nicht tief in Dein Herz hinabtauchen,\ wenn Du versuchst, das Wasser mit Gewalt klar zu machen.“\ – Virginia Woolf
Wir leben in einer Welt, die das Laute feiert –\ die Schnelligkeit, die Disziplin, den Aufstieg.\ Aber was geht dabei verloren?
Wie oft passen wir uns an –\ an Bilder, an Formate, an Erwartungen,\ bis wir kaum noch wissen, was in uns wirklich lebt?
Statt authentischer Individualität\ formt sich ein konformer Einheitsbrei:\ angepasst, glatt, kontrolliert – aber leer.
DIE FRIEDENSTAUBE FLIEGT AUCH IN IHR POSTFACH!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt, vorerst für alle kostenfrei, wir starten gänzlich ohne Paywall. (Die Bezahlabos fangen erst zu laufen an, wenn ein Monetarisierungskonzept für die Inhalte steht). Sie wollen der Genossenschaft beitreten oder uns unterstützen? Mehr Infos hier oder am Ende des Textes.
Sie schreiben und haben etwas zum Frieden zu sagen? Melden Sie sich gerne: friedenstaube\@pareto.space
Perfektion ist eine Illusion.\ Sie wird genährt durch Ideale, die nie wirklich unsere waren.\ Was wir sehen, sind Körper, die nach den Maßgaben digitaler Vorbilder geformt wurden –\ glattgezogen, modelliert, mit immer gleichen Proportionen, gleichen Posen,\ gleichen Michelin-Männchen-Lippen.\ Einheitsästhetik statt Echtheit.
Und wir fragen uns:\ Was macht uns wirklich reich?\ Was erfüllt uns – jenseits von Normkörpern, Klickzahlen und Anerkennung im Außen?
Wann hast Du zuletzt gespürt,\ dass Du nicht schöner, sondern nur echter sein musst?
Die Lehren von Neville Goddard erinnern daran:\ Was wir in uns tragen – an Bildern, Gefühlen, innerer Wahrheit – formt unsere Realität.\ Frieden entsteht nicht im Außen.\ Er entsteht in uns –\ wenn wir aufhören, uns zu überfordern,\ und beginnen, uns zu halten.
„Glauben ist fühlbares Wissen aus der Tiefe des Seins.“\ – Neville Goddard
Vielleicht ist die wichtigste Friedensarbeit heute nicht laut.\ Nicht strategisch. Nicht politisch.\ Sondern verkörpert.\ Spürbar.\ Verwurzelt im Menschsein.
„Der wahre Friede beginnt, wenn wir aufhören, gegen uns selbst zu kämpfen.“\ – unbekannt
Ein Mensch, der sich selbst nicht länger bekämpft,\ verändert die Welt.\ Nicht durch Argumente, sondern durch seine stille Gegenwart.\ Durch das, was mitschwingt, wenn jemand in sich selbst angekommen ist.
Vielleicht fliegt genau deshalb eines Tages eine Taube los.\ Nicht als Bild, sondern als natürliche Folge von gelebtem Frieden.\ Mit einem Olivenzweig im Schnabel –\ nicht getragen aus Pflicht, sondern aus Kraft.\ Ein leiser Flug, der sichtbar macht,\ was möglich wird,\ wenn wir in uns selbst aufhören, Krieg zu führen.
Tina Marie begleitet Menschen auf dem Weg aus dem inneren Kampf.\ Nach mehreren Ausbildungen – unter anderem als High Performance Coach (nach Brendon Burchard) und als Heroic Optimize Coach (nach Brian Johnson) – erkannte sie,\ dass das Streben nach Perfektion oft mehr erschöpft als befreit.\ Heute arbeitet sie mit Körperbewusstsein, innerer Präsenzarbeit und den Lehren Neville Goddards – als Einladung, Frieden zu verkörpern. Tina1031\@protonmail.com
LASSEN SIE DER FRIEDENSTAUBE FLÜGEL WACHSEN!
In Kürze folgt eine Mail an alle Genossenschafter, danke für die Geduld!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt.
Schon jetzt können Sie uns unterstützen:
- Für 50 CHF/EURO bekommen Sie ein Jahresabo der Friedenstaube.
- Für 120 CHF/EURO bekommen Sie ein Jahresabo und ein T-Shirt/Hoodie mit der Friedenstaube.
- Für 500 CHF/EURO werden Sie Förderer und bekommen ein lebenslanges Abo sowie ein T-Shirt/Hoodie mit der Friedenstaube.
- Ab 1000 CHF werden Sie Genossenschafter der Friedenstaube mit Stimmrecht (und bekommen lebenslanges Abo, T-Shirt/Hoodie).
Für Einzahlungen in CHF (Betreff: Friedenstaube):
Für Einzahlungen in Euro:
Milosz Matuschek
IBAN DE 53710520500000814137
BYLADEM1TST
Sparkasse Traunstein-Trostberg
Betreff: Friedenstaube
Wenn Sie auf anderem Wege beitragen wollen, schreiben Sie die Friedenstaube an: friedenstaube@pareto.space
Sie sind noch nicht auf Nostr and wollen die volle Erfahrung machen (liken, kommentieren etc.)? Zappen können Sie den Autor auch ohne Nostr-Profil! Erstellen Sie sich einen Account auf Start. Weitere Onboarding-Leitfäden gibt es im Pareto-Wiki.
-
@ 39cc53c9:27168656
2025-06-16 06:25:53“The future is there... staring back at us. Trying to make sense of the fiction we will have become.” — William Gibson.
This month is the 4th anniversary of kycnot.me. Thank you for being here.
Fifteen years ago, Satoshi Nakamoto introduced Bitcoin, a peer-to-peer electronic cash system: a decentralized currency free from government and institutional control. Nakamoto's whitepaper showed a vision for a financial system based on trustless transactions, secured by cryptography. Some time forward and KYC (Know Your Customer), AML (Anti-Money Laundering), and CTF (Counter-Terrorism Financing) regulations started to come into play.
What a paradox: to engage with a system designed for decentralization, privacy, and independence, we are forced to give away our personal details. Using Bitcoin in the economy requires revealing your identity, not just to the party you interact with, but also to third parties who must track and report the interaction. You are forced to give sensitive data to entities you don't, can't, and shouldn't trust. Information can never be kept 100% safe; there's always a risk. Information is power, who knows about you has control over you.
Information asymmetry creates imbalances of power. When entities have detailed knowledge about individuals, they can manipulate, influence, or exploit this information to their advantage. The accumulation of personal data by corporations and governments enables extensive surveillances.
Such practices, moreover, exclude individuals from traditional economic systems if their documentation doesn't meet arbitrary standards, reinforcing a dystopian divide. Small businesses are similarly burdened by the costs of implementing these regulations, hindering free market competition^1:
How will they keep this information safe? Why do they need my identity? Why do they force businesses to enforce such regulations? It's always for your safety, to protect you from the "bad". Your life is perpetually in danger: terrorists, money launderers, villains... so the government steps in to save us.
‟Hush now, baby, baby, don't you cry Mamma's gonna make all of your nightmares come true Mamma's gonna put all of her fears into you Mamma's gonna keep you right here, under her wing She won't let you fly, but she might let you sing Mamma's gonna keep baby cosy and warm” — Mother, Pink Floyd
We must resist any attack on our privacy and freedom. To do this, we must collaborate.
If you have a service, refuse to ask for KYC; find a way. Accept cryptocurrencies like Bitcoin and Monero. Commit to circular economies. Remove the need to go through the FIAT system. People need fiat money to use most services, but we can change that.
If you're a user, donate to and prefer using services that accept such currencies. Encourage your friends to accept cryptocurrencies as well. Boycott FIAT system to the greatest extent you possibly can.
This may sound utopian, but it can be achieved. This movement can't be stopped. Go kick the hornet's nest.
“We must defend our own privacy if we expect to have any. We must come together and create systems which allow anonymous transactions to take place. People have been defending their own privacy for centuries with whispers, darkness, envelopes, closed doors, secret handshakes, and couriers. The technologies of the past did not allow for strong privacy, but electronic technologies do.” — Eric Hughes, A Cypherpunk's Manifesto
The anniversary
Four years ago, I began exploring ways to use crypto without KYC. I bookmarked a few favorite services and thought sharing them to the world might be useful. That was the first version of kycnot.me — a simple list of about 15 services. Since then, I've added services, rewritten it three times, and improved it to what it is now.
kycnot.me has remained 100% independent and 100% open source^2 all these years. I've received offers to buy the site, all of which I have declined and will continue to decline. It has been DDoS attacked many times, but we made it through. I have also rewritten the whole site almost once per year (three times in four years).
The code and scoring algorithm are open source (contributions are welcome) and I can't arbitrarly change a service's score without adding or removing attributes, making any arbitrary alterations obvious if they were fake. You can even see the score summary for any service's score.
I'm a one-person team, dedicating my free time to this project. I hope to keep doing so for many more years. Again, thank you for being part of this.
-
@ f683e870:557f5ef2
2025-06-11 13:33:34This is what has been achieved on a per-project basis since receiving the grant from Opensats.
npub.world
Together with nostr:npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9, I have been refining npub.world to deliver real-time, WoT-powered profile search. These refinements include:
-
implementing new desings by nostr:npub1t3gd5yefglarhar4n6uh34uymvft4tgu8edk5465zzhtv4rrnd9sg7upxq
-
moving to the new Vertex DVM standard
-
improved URL and npub parsing
Vertex crawler
Due to the architectural mistakes I made when designing the first version, I have embarked on a full rewrite of the crawler. The new architecture is simpler, more modular and more performant, and I am confident that it will provide a stable foundation on which to expand the Vertex offering with additional functionalities and analytics.
The major differences with the old version are:
-
the
DB
andRWS
interfaces have been broken up and simplified into smaller ones, each defined by their own packages -
a simplified, more efficient algorithm for updating random walks
-
use of a custom-built cache to speed up graph computations
-
a worker pool pattern to speed up event archiving
These changes have reduced the LOC by more than half while improving performance by \~10x. Of independent interest is the new pipe package, which can also be used by other projects to crawl the Nostr network.
Vertex Relay and DVMs
The Vertex relay has been updated several times, and now supports four DVM services:
-
Verify Reputation
-
Recommend Follows
-
Rank Profiles
-
Search Profile
For each service, customers can choose the algorithm to use by specifing the sort option to use between:
-
followerCount
-
globalPagerank
-
personalizedPagerank
More information can be found at https://vertexlab.io/.
Overall, the relay has processed more than 100,000 DVM requests, with the current daily rate standing at around 1,500.
rely
Unsatisfied with the khatru relay framework, I've decided to build my own called rely, with the goal of being simpler and more stable. I've not just scratched a personal hitch: I've used khatru for several months now (the Vertex relay is still using it) and I encountered several issues, some of which I've solved with PRs to the underlying go-nostr library.
The main differences between khatru and rely:
-
rely is much simpler, both architecturally and in terms of LOC (less than half)
-
rely has a solid testing approach, where a random yet reproducible high traffic hits the relay to see what breaks
-
rely implements a worker pool pattern where a configurable number of goroutines process the incoming requests from clients. On the other hand, khatru process them in the HandleWebsocket goroutine, which is spawned every time a client connects. This is dangerous in my opinion because if too many clients connect, memory usage would spike and the relay could potentially crash.
New DVM spec
I helped to draft this new proposal to update the DVM spec, which is one of the most controversial NIPs. While almost everyone agrees that it needs to change, there is no consensus on how to move forward. I believe our proposal is a sensible approach that defines discovery, usage, and error patterns while leaving flexibility for specific DVM kinds.
Looking at the future
Next I am going to move the Vertex relay to the rely framework and to the new crawler package. I expect that this will increase the performance and will make things more solid and more simple. After all of this refactoring and simplification, it will be time to finally add features to the Vertex offering. I have an ambitious roadmap consisting of:
-
accepting ecash for DVM requests
-
designing client-side validation schemes for the DVM responses
-
expanding the pagerank algorithm to make use of mutes and reports
-
adding an WoT impersonator check to npub.world
-
adding a nip05 check to npub.world
-
make a relystore package with some plug&play databases for rely.
-
-
@ 7f6db517:a4931eda
2025-06-16 14:02:24Bank 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.
-
@ 41959693:3888319c
2025-06-15 16:07:44Überblick über die Anthologie
Die Anthologie „365 Tage Frieden“, herausgegeben von Rüdiger Heins und Michael Landgraf, erschien 2025 im Verlag EDITION MAYA. In diesem Werk haben über 100 Autoren ihre Gedanken zum Frieden geäußert und zeigen dabei thematisch wie stilistisch, welche Vielfalt und Komplexität unter diesem Begriff vereint werden kann.
Diese Buchbesprechung geht nicht auf einzelne Beiträge ein, sondern betrachtet die Zusammenstellung und Gesamtwirkung der Texte. Jedem Tag des Jahres wurde ein Text zugeordnet, wobei es keine feste Abgrenzung oder Reihenfolge von Lyrik und Prosa gibt. Das Aufschlagen einer neuen Seite bzw. eines neuen Tages ist stets eine Überraschung, ein Wunder, ähnlich dem Frieden wie einige Autoren meinen.
Die Stimmen der Autoren erreichen den Leser dabei nicht nur aus dem deutschsprachigen Raum, sondern international und als Querschnitt aus unterschiedlicher Perspektiven, Lebensweisen, Erfahrungen, Ängsten und Hoffnungen. Dies beginnt bereits bei der Definition des „Friedens“. Ist es das Schweigen der Waffen; die erbauliche Koexistenz? Ist es die Stille, die in der Andacht der Natur gefunden wird? Ist es innere Gelassenheit? Die thematische Inhomogenität der Texte kann keine klare Antwort finden – doch in dieser Offenheit liegt auch der Reiz, die vermeintlich kleine Gedankenwelt des in der Moderne gehetzt-gestressten Normalbürgers ebenso zu akzeptieren wie die innere Ruhe eines System-Aussteigers, der im Glauben steht, sich den großen Fragen des Universums zu widmen.
Doch zurück fällt das Gros der Texte unabhängig davon immer wieder auf die formelhafte Beschwörung von Harmonie, Liebe und Freiheit und der Wunsch nach Verständnis, Verständigung und einer sicheren Zukunft. Dieser ständige Rückgriff wirkt nicht ermüdend oder altbacken, nicht mit der Gewissheit im Hinterkopf, wie kostbar und leicht zerbrechlich der Frieden ist. Im Vorwort des Buches berichtet Michael Landgraf beispielsweise in einem kurzen historischen Abriss vom aufgezwungenen römischen Frieden über den dreißigjährigen Krieg bis zu den völkerrechtswidrigen Kriegen der Gegenwart. Im Nachwort erinnert Uli Rothfuss daran, welche Aufgabe gerade Autoren in solchen Zeiten zufällt und verstärkt die Erkenntnis, dass Frieden eine Leistung ist, an der alle mitwirken können.
Stil und Wirkung
Die Anthologie stützt sich auf das Abwechslungsreichtum der Beiträge: Hier überwiegen vor allem die lyrischen Werke und Prosagedichte. Es gibt auch vereinzelte Prosatexte, welche aber i. d. R. in ihrer Länge drei Seiten nicht überschreiten. Sprache wie Gattung sind vielfältig: nüchterner Essay, phonetische Sprachspiele, Aphorismen und Akrosticha, von ernst bis augenzwinkernd. Die Gedichte sind überwiegend reimlos und ohne Metrik, selten lösen sie sich ganz vom Schema klassischer Typografie und spielen so mit dem Betrachter. Immer wieder finden sich direkte und indirekte Zitate, die religiösen und philosophischen Schriften entstammen oder Persönlichkeiten zuzuordnen sind, welche sich als Aufklärer, Humanisten und Menschenrechtler einen Namen gemacht haben.
Thematisch sprechen die Autoren sich nicht nur für den Frieden aus, sondern illustrieren zum Teil auch verbal brutal die Schrecken des Krieges, zeigen die Zerstörung, den Schmerz, die Fremde und Einsamkeit. Wir erfahren von Hass, gezüchtet und blühend in den Rabatten. In einem Beitrag heißt es: „Da sah ich das Spiel der Liebe Arm in Arm mit den Drogen zum Dinner flanieren.“
Die Poesie soll uns mahnend im Gedächtnis bleiben und all die Bandbreite fassen; die Sicherheit des Friedens ebenso wie die Verzweiflung über die Sinnlosigkeit des Tötens. Diese Unnatürlichkeit, die uns als fühlende Wesen eigentlich fassungslos hinterlassen sollte, machen die Autoren durch ihre Sprache sichtbar: „Ich habe über den Frieden schreiben wollen, und dann verbrannte ich mich an Grablichtern.“
Fazit: Wie diese Anthologie helfen kann
„365 Tage Frieden“ ist nicht dafür geschrieben, sie wie ein gewöhnliches Buch von vorn bis hinten durchzublättern. Durch ihre Vielstimmigkeit soll sie Hoffnung wecken und mit dem Konzept, jeden Tag einen anderen Text vor sich zu haben, bindet sich der Leser an ein Stück Kontinuität.
Wer es sich zum Ritual machen möchte, jeden Tag einen Moment inne zu halten und einen der kleinen Friedenstexte zu lesen, wird gewiss die Möglichkeit finden, mit Vertrauen in die Zukunft zu blicken und sich gegen Angst zu wappnen. Die auch in zahlreichen Texten beschworenen Schrecken sollen dabei die Wichtigkeit des Friedens verdeutlichen und verschaffen der Reise durch das Jahr bzw. durch das Buch thematische und stilistische Abwechslung.
Der Wunsch nach Frieden und Versöhnung bleibt zeitlos, im Studium der Geschichte finden sich aber markante Punkte und Persönlichkeiten, die wir immer mit den großen Konflikten der Menschheit verbinden. Allgemeine, vergangene wie aktuelle Auseinandersetzungen, z. B. im Gaza-Streifen oder im Ukraine-Krieg kommen zur Ansprache, ebenso wie beispielsweise momentane Entwicklungen in den USA.
Wer dem Frieden eine Stimme geben möchte, kann durch dieses Buch seine Überzeugung stärken und die Stimmbänder emotional wie intellektuell trainieren. Die Schicksale und Beobachtungen der Autoren zeigen, dass wir fortwährend Fürsprecher für eine gemeinsame Zukunft brauchen werden.
365 Tage Frieden
Hrsg. Rüdiger Heins und Michael Landgraf
Verlag EDITION MAYA, 2025
ISBN: 978-3-930758-95-1
Dieser Beitrag wurde mit dem Pareto-Client geschrieben.
Not yet on Nostr and want the full experience? Easy onboarding via Start.
Artikel findet man auch auf Telegram unter:
-
@ dfa02707:41ca50e3
2025-06-15 16:02:14Contribute 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.
-
@ a8d1560d:3fec7a08
2025-06-16 01:27:33THIS IS IMPORTANT!!!
After the wave of word-scrambling spam bots, a new and very problematic kind of spam has arrived in the Nostr. Whenever you post something now, you will get gay porn videos as an automated answer (No, being gay itself is not problematic!!!). To get rid of all the automated spam, remove the following relays from your inbox and outbox relay list: - nos.lol - relay.damus.io - nostr.oxtr.dev - relay.primal.net
As long as you have even one of these relays in your inbox and outbox lists, you and your followers will be spammed whenever posting something.
It is unknown if the bots only reply to kind 1 events or to all events.
-
@ 97c70a44:ad98e322
2025-06-09 18:23:27When developing on nostr, normally it's enough to read the NIP related to a given feature you want to build to know what has to be done. But there are some aspects of nostr development that aren't so straightforward because they depend less on specific data formats than on how different concepts are combined.
An example of this is how for a while it was considered best practice to re-publish notes when replying to them. This practice emerged before the outbox model gained traction, and was a hacky way of attempting to ensure relays had the full context required for a given note. Over time though, pubkey hints emerged as a better way to ensure other clients could find required context.
Another one of these things is "relay-based groups", or as I prefer to call it "relays-as-groups" (RAG). Such a thing doesn't really exist - there's no spec for it (although some aspects of the concept are included in NIP 29), but at the same time there are two concrete implementations (Flotilla and Chachi) which leverage several different NIPs in order to create a cohesive system for groups on nostr.
This composability is one of the neat qualities of nostr. Not only would it be unhelpful to specify how different parts of the protocol should work together, it would be impossible because of the number of possible combinations possible just from applying a little bit of common sense to the NIPs repo. No one said it was ok to put
t
tags on akind 0
. But no one's stopping you! And the semantics are basically self-evident if you understand its component parts.So, instead of writing a NIP that sets relay-based groups in stone, I'm writing this guide in order to document how I've combined different parts of the nostr protocol to create a compelling architecture for groups.
Relays
Relays already have a canonical identity, which is the relay's url. Events posted to a relay can be thought of as "posted to that group". This means that every relay is already a group. All nostr notes have already been posted to one or more groups.
One common objection to this structure is that identifying a group with a relay means that groups are dependent on the relay to continue hosting the group. In normal broadcast nostr (which forms organic permissionless groups based on user-centric social clustering), this is a very bad thing, because hosts are orthogonal to group identity. Communities are completely different. Communities actually need someone to enforce community boundaries, implement moderation, etc. Reliance on a host is a feature, not a bug (in contrast to NIP 29 groups, which tend to co-locate many groups on a single host, relays-as-groups tends to encourage one group, one host).
This doesn't mean that federation, mirrors, and migration can't be accomplished. In a sense, leaving this on the social layer is a good thing, because it adds friction to the dissolution/forking of a group. But the door is wide open to protocol additions to support those use cases for relay-based groups. One possible approach would be to follow this draft PR which specifies a "federation" event relays could publish on their own behalf.
Relay keys
This draft PR to NIP 11 specifies a
self
field which represents the relay's identity. Using this, relays can publish events on their own behalf. Currently, thepubkey
field sort of does the same thing, but is overloaded as a contact field for the owner of the relay.AUTH
Relays can control access using NIP 42 AUTH. There are any number of modes a relay can operate in:
- No auth, fully public - anyone can read/write to the group.
- Relays may enforce broad or granular access controls with AUTH.
Relays may deny EVENTs or REQs depending on user identity. Messages returned in AUTH, CLOSED, or OK messages should be human readable. It's crucial that clients show these error messages to users. Here's how Flotilla handles failed AUTH and denied event publishing:
LIMITS, PROBE, or some other reflection scheme could also be used in theory to help clients adapt their interface depending on user abilities and relay policy.
- AUTH with implicit access controls.
In this mode, relays may exclude matching events from REQs if the user does not have permission to view them. This can be useful for multi-use relays that host hidden rooms. This mode should be used with caution, because it can result in confusion for the end user.
See Frith for a relay implementation that supports some of these auth policies.
Invite codes
If a user doesn't have access to a relay, they can request access using this draft NIP. This is true whether access has been explicitly or implicitly denied (although users will have to know that they should use an invite code to request access).
The above referenced NIP also contains a mechanism for users to request an invite code that they can share with other users.
The policy for these invite codes is entirely up to the relay. They may be single-use, multi-use, or require additional verification. Additional requirements can be communicated to the user in the OK message, for example directions to visit an external URL to register.
See Frith for a relay implementation that supports invite codes.
Content
Any kind of event can be published to a relay being treated as a group, unless rejected by the relay implementation. In particular, NIP 7D was added to support basic threads, and NIP C7 for chat messages.
Since which relay an event came from determines which group it was posted to, clients need to have a mechanism for keeping track of which relay they received an event from, and should not broadcast events to other relays (unless intending to cross-post the content).
Rooms
Rooms follow NIP 29. I wish NIP 29 wasn't called "relay based groups", which is very confusing when talking about "relays as groups". It's much better to think of them as sub-groups, or as Flotilla calls them, "rooms".
EDIT: Flotilla has migrated to exclusively use "managed rooms" — i.e., fully NIP 29 compliant rooms. Relays without NIP 29 support can still support chat, but all messages will be presented as sent to a single room. I've removed references to unmanaged rooms in what follows.
~~Rooms have two modes - managed and unmanaged. Managed~~ rooms follow all the rules laid out in NIP 29 about metadata published by the relay and user membership. In either case, rooms are represented by a random room id, and are posted to by including the id in an event's
h
tag. ~~This allows rooms to switch between managed and unmanaged modes without losing any content.~~Managed room names come from
kind 39000
room meta events, ~~but unmanaged rooms don't have these. Instead, room names should come from members' NIP 51kind 10009
membership lists. Tags on these lists should look like this:["group", "groupid", "wss://group.example.com", "Cat lovers"]
. If no name can be found for the room (i.e., there aren't any members), the room should be ignored by clients.~~Rooms present a difficulty for publishing to the relay as a whole, since content with an
h
tag can't be excluded from requests. ~~Currently, relay-wide posts are h-tagged with_
which works for "group" clients, but not more generally. I'm not sure how to solve this other than to ask relays to support negative filters.~~ I have ideas on how to solve this in future iterations of relay-based groups, for example using virtual relays or just a better rooms spec.Cross-posting
The simplest way to cross-post content from one group (or room) to another, is to quote the original note in whatever event kind is appropriate. For example, a blog post might be quoted in a
kind 9
to be cross-posted to chat, or in akind 11
to be cross-posted to a thread.kind 16
reposts can be used the same way if the reader's client renders reposts.Posting the original event to multiple relays-as-groups is trivial, since all you have to do is send the event to the relay. Posting to multiple rooms simultaneously by appending multiple
h
tags is however not recommended, since group relays/clients are incentivised to protect themselves from spam by rejecting events with multipleh
tags (similar to how events with multiplet
tags are sometimes rejected).Privacy
Currently, it's recommended to include a NIP 70
-
tag on content posted to relays-as-groups to discourage replication of relay-specific content across the network.Another slightly stronger approach would be for group relays to strip signatures in order to make events invalid (or at least deniable). For this approach to work, users would have to be able to signal that they trust relays to be honest. We could also use ZkSNARKS to validate signatures in bulk.
In any case, group posts should not be considered "private" in the same way E2EE groups might be. Relays-as-groups should be considered a good fit for low-stakes groups with many members (since trust deteriorates quickly as more people get involved).
Membership
There is currently no canonical member list published by relays (except for NIP 29 managed rooms). Instead, users keep track of their own relay and room memberships using
kind 10009
lists. Relay-level memberships are represented by anr
tag containing the relay url, and room-level memberships are represented using agroup
tag.Users can choose to advertise their membership in a RAG by using unencrypted tags, or they may keep their membership private by using encrypted tags. Advertised memberships are useful for helping people find groups based on their social graph:
User memberships should not be trusted, since they can be published unilaterally by anyone, regardless of actual access, so it's better to think of them as "bookmarked groups" or "favorites". Possible improvements in this area would be the ability to provide proof of access:
- Relays could publish member lists (although this would sacrifice member privacy)
- Relays could support a new command that allows querying a particular member's access status
- Relays could provide a proof to the member that they could then choose to publish or not
Moderation
There are two parts to moderation: reporting and taking action based on these reports.
Reporting is already covered by NIP 56. Clients should be careful about encouraging users to post reports for illegal content under their own identity, since that can itself be illegal. Relays also should not serve reports to users, since that can be used to find rather than address objectionable content.
Reports are only one mechanism for flagging objectionable content. Relay operators and administrators can use whatever heuristics they like to identify and address objectionable content. This might be via automated policies that auto-ban based on reports from high-reputation people, a client that implements NIP 86 relay management API, or by some other admin interface.
There's currently no way for moderators of a given relay to be advertised, or for a moderator's client to know that the user is a moderator (so that they can enable UI elements for in-app moderation). This could be addressed via NIP 11, LIMITS, or some other mechanism in the future.
General best practices
In general, it's very important when developing a client to assume that the relay has no special support for any of the above features, instead treating all of this stuff as progressive enhancement.
For example, if a user enters an invite code, go ahead and send it to the relay using a
kind 28934
event. If it's rejected, you know that it didn't work. But if it's accepted, you don't know that it worked - you only know that the relay allowed the user to publish that event. This is helpful, becaues it may imply that the user does indeed have access to the relay. But additional probing may be needed, and reliance on error messages down the road when something else fails unexpectedly is indispensable.This paradigm may drive some engineers nuts, because it's basically equivalent to coding your clients to reverse-engineer relay support for every feature you want to use. But this is true of nostr as a whole - anyone can put whatever weird stuff in an event and sign it. Clients have to be extremely compliant with Postell's law - doing their absolute best to accept whatever weird data or behavior shows up and handle failure in any situation. Sure, it's annoying, but it's the cost of permissionless development. What it gets us is a completely open-ended protocol, in which anything can be built, and in which every solution is tested by the market.
-
@ 7f6db517:a4931eda
2025-06-16 14:02:24Will 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.
-
@ 866e0139:6a9334e5
2025-06-15 06:23:31Autor: Jonas Tögel. Dieser Beitrag wurde mit dem Pareto-Client geschrieben. Sie finden alle Texte der Friedenstaube und weitere Texte zum Thema Frieden hier. Die neuesten Pareto-Artikel finden Sie in unserem Telegram-Kanal.
Die neuesten Artikel der Friedenstaube gibt es jetzt auch im eigenen Friedenstaube-Telegram-Kanal.
Eine der wichtigste Säulen einer funktionierenden Demokratie ist die sogenannte „öffentliche Sphäre“ (1), ein Debattenraum, in den sich alle Menschen gleichberechtigt einbringen und über aktuelle, für die Gemeinschaft wichtige Fragen diskutieren können. In Deutschland ist die Offenheit dieses Debattenraumes eigentlich durch fundamentale Grundrechte wie die Meinungs- und Pressefreiheit geschützt.
https://www.youtube.com/watch?v=FHF6rjDbK9w
Soziale Medien im Visier
Dennoch wird der öffentliche Diskurs derzeit immer stärker eingeschränkt. Als Rechtfertigung dafür wird seit einigen Jahren der sogenannte Kampf gegen „Desinformation“ oder auch „Falschinformation“ (Misinformation) angeführt: Unter dem Vorwand, die Bevölkerung vor schädlicher Einflussnahme von außen, beispielsweise aus Russland, schützen zu wollen, wird der öffentliche Diskurs mit Hilfe von „Faktencheckern“, „Trusted Flaggern“ oder durch das „Gesetz für Digitale Dienstleistungen“ (Digital Services Act) massiv eingeschränkt, wobei vor allem soziale Medien verstärkt ins Visier genommen werden.
In der Propagandaforschung ergibt sich bei dem vorgeblichen Kampf gegen „Desinformation“ jedoch das Problem, dass die Begriffe selbst, die als Rechtfertigung dafür verwendet werden, um den öffentlichen Diskurs einzuschränken und bestimmte Inhalte zu löschen, nicht eindeutig definiert sind. Auch was „falsche Tatsachenbehauptungen“ sind, kann letztlich nur der offene, öffentliche Diskurs entscheiden. Wenn das, was „falsch“ oder „richtig“ ist, durch eine einzelne Instanz im Alleingang entschieden wird, dann landet man bei dem, was George Orwell in seinem bekannten Roman 1984 als „Wahrheitsministerium“ beschrieb: ein Ministerium, das auch noch nach Jahren alle verfügbaren Informationen dem aktuellen Stand der „Wahrheit“ anpasst – selbst wenn diese sich ständig ändern sollte. (2)
Auch heute steht immer wieder der Vorwurf im Raum, dass der Kampf gegen „Desinformation“ sowie der Kampf gegen „russische Desinformation“ gezielt genutzt werden, um im Kampf um die Deutungshoheit das eigene, westliche Narrativ durchzusetzen. Diesen Punkt habe ich ausführlich in meinem Artikel in der Berliner Zeitung dargelegt.
Wie unehrlich der Kampf gegen falsche Informationen tatsächlich ist, kann folgendes konkrete Beispiel zeigen: Die deutsche Politikerin und ehemalige Vorsitzende des Verteidigungsausschusses im Bundestag, Marie-Agnes Strack-Zimmermann, erklärte in einer am 24. März 2025 im ORF2 ausgestrahlten Sendung:
„Wladimir Putin ist ein Mörder, ein Killer, der hunderte von Millionen Menschen unter die Erde gebracht hat.“
In der gleichen Sendung behauptete Strack-Zimmermann, dass die Ukraine 70 Milliarden Menschen ernähre. Besonders bemerkenswert dabei ist, dass ihr niemand in der Sendung widersprach.
Wenn man beide Zahlen einordnen möchte, dann sollte man sich einerseits bewusst machen, dass Strack-Zimmermann damit behauptet, dass der russische Präsident mehr Menschen „unter die Erde gebracht hat“, als laut offiziellen Zahlen im Ersten und Zweiten Weltkrieg zusammen gestorben sind. Andererseits sollte man wissen, dass die Weltbevölkerung insgesamt bei ca. 8,2 Milliarden Menschen liegt, die Ukraine laut dieser Aussage somit die gesamte Weltbevölkerung ca. 8,5 Mal ernähren könnte.
DIE FRIEDENSTAUBE FLIEGT AUCH IN IHR POSTFACH!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt, vorerst für alle kostenfrei, wir starten gänzlich ohne Paywall. (Die Bezahlabos fangen erst zu laufen an, wenn ein Monetarisierungskonzept für die Inhalte steht). Sie wollen der Genossenschaft beitreten oder uns unterstützen? Mehr Infos hier oder am Ende des Textes.
Das Messen mit doppeltem Maß
Als der Autor daher beschloss, die Äußerungen von Strack-Zimmermann bei mehreren, einschlägigen Meldeportalen für „Desinformation“ als gefährliche Hassrede zu melden, war das Ergebnis umso erstaunlicher: entweder erklärten sich die Meldeportale für das öffentlich-rechtliche Fernsehen nicht zuständig, oder sie lehnten eine Bearbeitung des Falles und einen Faktencheck der getroffenen Aussagen ab, da es wichtigere Fälle zu bearbeiten gäbe und leider keine Kapazitäten zur Prüfung dieses Aussagen zur Verfügung stünden.
Dieses konkrete Beispiel soll zeigen, wie wichtig es ist, den vorgeblichen Kampf gegen „Desinformation“ oder auch „russische Einflussnahme“ als das einzuordnen, was er in vielen Fällen ist: ein unehrlich Kampf um die Deutungshoheit und damit ein gefährlicher Bestandteil von dem, was man ehrlicherweise als Kriegspropaganda bezeichnet.
Den Bürgerinnen und Bürgern bleibt somit nur, alle Informationen selbst kritisch auf ihren Wahrheitsgehalt hin zu prüfen und selbst zu entscheiden, was als wertvolle Information und was als manipulative „Desinformation“ eingestuft werden kann. Je besser es gelingt, tatsächliche Desinformation und Kriegspropaganda aller an einem Krieg beteiligten Nationen zu hinterfragen, umso schwerer wird es, diesen Krieg zu führen. Damit ist das Durchschauen von unehrlichen Schlagwörtern wie „Desinformation“ oder „Falschinformation“ ein erster, wichtiger Schritt zur Neutralisierung von Kriegspropaganda und bildet das Fundament, das den Weg zum Frieden dadurch möglich macht. Jeder einzelne hat somit die Möglichkeit, diesen Weg zum Frieden aktiv mitzugestalten. Hier kann der Mut, sich jeden Tag im persönlichen Umfeld in den öffentlichen Diskurs einzubringen und die Friedensbotschaft zu stärken, bereits einen wichtigen Beitrag leisten.
(1) Habermas, Jürgen. 1971/1962. Strukturwandel der Öffentlichkeit. Untersuchungen zu einer Kategorie der bürgerlichen Gesellschaft. 5th ed. Neuwied/Berlin.
(2) Orwell, George (1948). 1984. Seite 193 ff.
Dr. Jonas Tögel ist Amerikanist, Propagandaforscher und *Bestsellerautor. Er hat zum Thema Soft Power und Motivation promoviert und arbeitet als wissenschaftlicher Mitarbeiter am Institut für Psychologie der Universität Regensburg. Seine Forschungsschwerpunkte sind unter anderem Motivation, der Einsatz von Soft-Power-Techniken, Nudging, Propaganda sowie Geostrategie. *
Zuletzt erschien sein Buch „Kriegsspiele“ im Westend-Verlag.
Website: *www.jonastoegel.de *
X (Twitter): *https://x.com/JonasToegel *
YouTube: *https://www.youtube.com/@DrJonasToegel *
Instagram: *https://www.instagram.com/drjonastoegel/ *
Telegram: https://t.me/drjonastoegel
LASSEN SIE DER FRIEDENSTAUBE FLÜGEL WACHSEN!
In Kürze folgt eine Mail an alle Genossenschafter, danke für die Geduld!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt.
Schon jetzt können Sie uns unterstützen:
- Für 50 CHF/EURO bekommen Sie ein Jahresabo der Friedenstaube.
- Für 120 CHF/EURO bekommen Sie ein Jahresabo und ein T-Shirt/Hoodie mit der Friedenstaube.
- Für 500 CHF/EURO werden Sie Förderer und bekommen ein lebenslanges Abo sowie ein T-Shirt/Hoodie mit der Friedenstaube.
- Ab 1000 CHF werden Sie Genossenschafter der Friedenstaube mit Stimmrecht (und bekommen lebenslanges Abo, T-Shirt/Hoodie).
Für Einzahlungen in CHF (Betreff: Friedenstaube):
Für Einzahlungen in Euro:
Milosz Matuschek
IBAN DE 53710520500000814137
BYLADEM1TST
Sparkasse Traunstein-Trostberg
Betreff: Friedenstaube
Wenn Sie auf anderem Wege beitragen wollen, schreiben Sie die Friedenstaube an: friedenstaube@pareto.space
Sie sind noch nicht auf Nostr and wollen die volle Erfahrung machen (liken, kommentieren etc.)? Zappen können Sie den Autor auch ohne Nostr-Profil! Erstellen Sie sich einen Account auf Start. Weitere Onboarding-Leitfäden gibt es im Pareto-Wiki.
-
@ 39cc53c9:27168656
2025-06-15 14:46:22“The future is there... staring back at us. Trying to make sense of the fiction we will have become.” — William Gibson.
This month is the 4th anniversary of kycnot.me. Thank you for being here.
Fifteen years ago, Satoshi Nakamoto introduced Bitcoin, a peer-to-peer electronic cash system: a decentralized currency free from government and institutional control. Nakamoto's whitepaper showed a vision for a financial system based on trustless transactions, secured by cryptography. Some time forward and KYC (Know Your Customer), AML (Anti-Money Laundering), and CTF (Counter-Terrorism Financing) regulations started to come into play.
What a paradox: to engage with a system designed for decentralization, privacy, and independence, we are forced to give away our personal details. Using Bitcoin in the economy requires revealing your identity, not just to the party you interact with, but also to third parties who must track and report the interaction. You are forced to give sensitive data to entities you don't, can't, and shouldn't trust. Information can never be kept 100% safe; there's always a risk. Information is power, who knows about you has control over you.
Information asymmetry creates imbalances of power. When entities have detailed knowledge about individuals, they can manipulate, influence, or exploit this information to their advantage. The accumulation of personal data by corporations and governments enables extensive surveillances.
Such practices, moreover, exclude individuals from traditional economic systems if their documentation doesn't meet arbitrary standards, reinforcing a dystopian divide. Small businesses are similarly burdened by the costs of implementing these regulations, hindering free market competition^1:
How will they keep this information safe? Why do they need my identity? Why do they force businesses to enforce such regulations? It's always for your safety, to protect you from the "bad". Your life is perpetually in danger: terrorists, money launderers, villains... so the government steps in to save us.
‟Hush now, baby, baby, don't you cry Mamma's gonna make all of your nightmares come true Mamma's gonna put all of her fears into you Mamma's gonna keep you right here, under her wing She won't let you fly, but she might let you sing Mamma's gonna keep baby cosy and warm” — Mother, Pink Floyd
We must resist any attack on our privacy and freedom. To do this, we must collaborate.
If you have a service, refuse to ask for KYC; find a way. Accept cryptocurrencies like Bitcoin and Monero. Commit to circular economies. Remove the need to go through the FIAT system. People need fiat money to use most services, but we can change that.
If you're a user, donate to and prefer using services that accept such currencies. Encourage your friends to accept cryptocurrencies as well. Boycott FIAT system to the greatest extent you possibly can.
This may sound utopian, but it can be achieved. This movement can't be stopped. Go kick the hornet's nest.
“We must defend our own privacy if we expect to have any. We must come together and create systems which allow anonymous transactions to take place. People have been defending their own privacy for centuries with whispers, darkness, envelopes, closed doors, secret handshakes, and couriers. The technologies of the past did not allow for strong privacy, but electronic technologies do.” — Eric Hughes, A Cypherpunk's Manifesto
The anniversary
Four years ago, I began exploring ways to use crypto without KYC. I bookmarked a few favorite services and thought sharing them to the world might be useful. That was the first version of kycnot.me — a simple list of about 15 services. Since then, I've added services, rewritten it three times, and improved it to what it is now.
kycnot.me has remained 100% independent and 100% open source^2 all these years. I've received offers to buy the site, all of which I have declined and will continue to decline. It has been DDoS attacked many times, but we made it through. I have also rewritten the whole site almost once per year (three times in four years).
The code and scoring algorithm are open source (contributions are welcome) and I can't arbitrarly change a service's score without adding or removing attributes, making any arbitrary alterations obvious if they were fake. You can even see the score summary for any service's score.
I'm a one-person team, dedicating my free time to this project. I hope to keep doing so for many more years. Again, thank you for being part of this.
-
@ 866e0139:6a9334e5
2025-06-14 17:33:06Autor: Bernd Schoepe. Dieser Beitrag wurde mit dem Pareto-Client geschrieben. Sie finden alle Texte der Friedenstaube und weitere Texte zum Thema Frieden hier. Die neuesten Pareto-Artikel finden Sie in unserem Telegram-Kanal.
Die Anmerkungen zum Text (Fußnoten) folgen aus technischen Gründen gesondert.
Die neuesten Artikel der Friedenstaube gibt es jetzt auch im eigenen Friedenstaube-Telegram-Kanal.
Dies ist Teil 3 des Essays. Lesen Sie hier Teil 1 und Teil 2.
IV Denazifizierungsstopp und die „abgesagte“ NS-Aufarbeitung in der Adenauer-Ära
„Nie wieder Krieg, nie wieder Faschismus!“
Dieses Gelöbnis erfuhr seine Ausformulierung, als die durch Krieg und Verfolgung charakterlich tief geprägten und für ihr Leben gezeichneten Väter und Mütter des Grundgesetzes sich 1948 zum Parlamentarischen Rat versammelten. Dort hat man vor dem Erfahrungshintergrund des Totalitarismus Nazi-Deutschlands in den neunzehn Grundrechtsartikeln die Rechte der Menschen vor dem Staat festgeschrieben, die gegen staatliche „Willkür, Ungerechtigkeit und Gewalt“ (25) schützen sollen. Sie wurden zur Grundlage eines neuen Staatsverständnisses, das vom Humanismus und dem Geist der Aufklärung getragen sein sollte. Das Gelöbnis fand seinen verfassungsmäßigen Ausdruck also im Grundgesetz, das am 23. Mai 1949 feierlich in Bonn verkündet wurde. Dessen Geist manifestiert sich besonders in der sogenannten Ewigkeitsklausel der Menschenwürde (Art.1), die den Grundrechtsartikeln, dem Kanon der Menschen- und Bürgerrechte, vorangestellt wurde.
Doch die Unterschriften unter dem Grundgesetz waren kaum trocken, da wurde dieses Gelöbnis schon durch die Frontstaatenideologie des Kalten Krieges überlagert, konterkariert und in der Praxis sukzessive aufgehoben. Der Kalte Krieg hatte bereits begonnen und seine Akteure bedienten sich ungeniert der Vorurteile und Stereotypen, mit denen die Deutschen noch gut aus dem Dritten Reich vertraut waren. Grundiert vom militanten Anti-Kommunismus, der bekanntlich auch die Nazi-Ideologie stark angetrieben hatte, verstärkt durch die Wiederbewaffnung mit der sie begleitenden Aufnahme der BRD in die NATO, konsolidiert in der Zeit der Adenauer-Restauration in den 1950er Jahren, in der ein konservativ-elitäres Staatsdenken gegenüber radikaldemokratischen Bestrebungen klar dominieren und sich durchsetzen sollte, erwies die Aufarbeitung der NS-Vergangenheit sich als der größte und folgenreichste Rohrkrepierer in der Geschichte der noch jungen zweiten deutschen Republik. Erst mit den Frankfurter Auschwitz-Prozessen und stärker dann noch im Zusammenhang mit der Studentenrevolte Ende der 1960er Jahre sollte es zu neuen ernsthaften Bemühungen um gesellschaftliche Aufarbeitung kommen.
Adenauers Ankündigung einer Beendigung der NS-Aufarbeitung, die er bereits in seiner ersten Regierungserklärung 1949 (!) vor dem Bundestag gab, dürfte auch und gerade aus heutiger Sicht von deutlich wichtigerer Bedeutung für das Fortleben autoritär-rechtsextremer, völkischer und nationalsozialistischer Gesinnungen und Haltungen in Deutschland gewesen sein als der Einzug der AfD in den Bundestag 2017, einschließlich aller geschichtsvergessenen und in ihrer Wortwahl geschmacklosen Äußerungen ihrer Politiker seither.
Bemerkenswert sind die Worte, mit der Adenauer so früh der gesellschaftlichen Aufarbeitung der NS-Zeit eine klare Absage erteilte:
„Durch die Denazifizierung ist viel Unglück und viel Unheil angerichtet worden. (...) Im Übrigen dürfen wir nicht mehr zwei Klassen von Menschen in Deutschland unterscheiden, die politisch Einwandfreien und die politisch Nicht-Einwandfreien. Diese Unterscheidung muss baldigst verschwinden.“ (26)
Rasch wurden daraufhin die gesetzlichen Grundlagen geschaffen, um in den im Aufbau befindlichen bundesdeutschen Verwaltungsapparat über 50.000 NS-belastete Beamte wiedereinzugliedern, darunter auch viele, die zuvor dem Nazi-Unrechtsstaat als Mitglieder der Gestapo und der SS gedient hatten. Besonders im Bundesjustizministerium hatte ein Netzwerk aus Alt-Nazis unterhalb der ministeriellen Leitungsebene bis in die 1960er Jahre hinein das Sagen, mit großen, noch immer nicht vollständig aufgearbeiteten Auswirkungen auf die Gesetzgebung, durch die NS-Verbrecher in der BRD auf verschiedene Weisen vor Strafverfolgung geschützt wurden.
Den ideologischen Hintergrund bildet dafür der Konservatismus, dem Adenauer, die CDU/CSU und andere politisch einflussreichen Kräfte anhingen, genauer gesagt das Elitedenken, das für diesen Konservatismus konstitutiv ist. Es erklärt, dass die Regierung lieber auf die alte Elite, auch wenn sie in weiten Teilen nationalsozialistisch belastet war, zurückgriff als ein neues, demokratisch-selbstbewusstes Beamtentum zu begründen und eine aus den verschiedenen Facetten des Widerstandes sich rekrutierende Führungsschicht aufzubauen. Denn die geeigneten Personen für diese Führungsschicht hätte man weitgehend nicht im eigenen Lager, sondern im Lager der politischen Gegner, bei Sozialdemokraten, Sozialisten, Kommunisten und Linksliberalen finden können.
Fazit: Im Handumdrehen wurde der an das „Nie-Wieder!“– Versprechen an die zukünftigen Generationen geknüpfte, zumindest teilweise ernsthaft und aufrichtig angestrebte Neuanfang –verstanden als ein radikal zu vollziehender Bruch mit der faschistischen Vergangenheit – hintertrieben, entstellt, entkräftet und um seine Wirkung gebracht. Dabei spielte nicht zuletzt die schnell wieder angekurbelte Feindbildproduktion und Russophobie („alle Wege der Linken, Friedensfreunde, Anti-Militaristen und Neutralitätsbefürworter führen nach Moskau!“), eine wichtige Rolle.
Es ist daher kein Zufall, dass sie uns so verblüffend ähnlich auch heute wieder in Politik und Medien begegnet. Sie ist ein Herzstück der deutschen Nachkriegs-Lebenslüge namens „Vergangenheitsbewältigung“. Hier gilt einmal mehr der Satz, dass Untote bekanntlich länger leben.
Sie macht sich heute auch darin bemerkbar, dass die Tatsache, dass es sich bei dem Krieg gegen Russland nicht um einen Eroberungskrieg, sondern um einen Vernichtungsfeldzug gegen eine „minderwertige Rasse und Kultur“ handelte, im kollektiven Bewusstsein der Deutschen nicht verankert wurde. Sonst hätte der Hass auf die Russen und alles Russische gesellschaftlich nicht wieder hoffähig werden können.
DIE FRIEDENSTAUBE FLIEGT AUCH IN IHR POSTFACH!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt, vorerst für alle kostenfrei, wir starten gänzlich ohne Paywall. (Die Bezahlabos fangen erst zu laufen an, wenn ein Monetarisierungskonzept für die Inhalte steht). Sie wollen der Genossenschaft beitreten oder uns unterstützen? Mehr Infos hier oder am Ende des Textes.
Exkurs zum Niedergang der deutschen Sozialdemokratie
Im Ringen um den Weg, den die Bundesrepublik in den 1950er Jahren nehmen sollte, wurden damals Sozialdemokraten, die sich nicht bedingungslos der Bollwerks- und Frontstaaten-Ideologie des Kalten Kriegs unterwarfen, als „vaterlandslose Gesellen“ diffamiert. Die SPD tat sich immer schwer damit, der Demagogie der bürgerlichen Parteien etwas entgegenzusetzen, da Antikommunismus bei breiten Teilen der Bevölkerung, getreu der Devise „je primitiver, desto besser bzw. wirkungsvoller“, auch nach Hitler verfing.
Heute schlägt die Sozialdemokratische Partei die Aufrüstungs- und Kriegstrommel lieber selber kräftig mit und diffamiert die Angehörigen der Friedensbewegung und Verfechter einer Détente mit Russland als „Putin-Freunde“ und „Russlandversteher“ oder gar, ins absurd Metaphysische gesteigert als “gefallene Engel aus der Hölle“ (Olaf Scholz).
Mit dem Friedensnobelpreisträger und NS-Widerstandskämpfer Willy Brandt an der Spitze fuhr die SPD ihren größten Wahlerfolg ein – die von ihm geführte erhielt in der Bundestagswahl 1972 45,8 Prozent. Außenpolitisch überzeugte sie mit „Wandel durch Annäherung“ und „Wir wollen ein Volk guter Nachbar sein“. Nun ist sie beim Führungspersonal bei einem farblosen Apparatschik und Waffenlobbyisten (27) namens Lars Klingbeil und 16,4 % der Wählerstimmen angekommen. Zumindest die ebenso blasse und ideenlose Saskia Esken, die bei vielen einzig und allein für ihre Diffamierung von Demonstranten gegen das Corona-Unrecht („Covidioten“) in Erinnerung bleiben wird, zieht aus ihrer Unbeliebtheit nun die Konsequenz und tritt ab.
Indem die SPD, in Anbetracht der Friedensinitiativen Trumps die Chance verstreichen lässt, sich selbst in ihrer Politik gegenüber Russland zu korrigieren, um doch noch auf den Pfad der Diplomatie zurückzukehren und zu verhindern, dass auch noch der letzte Rest sozialdemokratischer Substanz über Bord geworfen wird, setzt Sozen-Konkursbeschleuniger Klingbeil zusammen mit BlackRock-Millionär Merz auf den Scholzschen Zeitenwende-Wahnsinn von 100 Milliarden für die Rüstung lieber noch weitere 500 Milliarden Euro drauf. Er und der den Kommiss-Ton perfekt beherrschende Pistorius, mit seinen Einlassungen zum „russischen Diktatfrieden“, der, wenn man ihn denn schon unbedingt so nennen will, ja nicht zuletzt auf das Konto der diplomatischen Untätigkeit der deutschen Regierung geht, besiegeln durch das von der Schuldenbremse befreite, in puncto Kostspieligkeit nach oben offene Aufrüstungs- und Militarisierungsprogramm, unter das in Wirklichkeit auch ein großer Teil der geplanten Infrastrukturmaßnahmen subsummiert werden wird (28), das Schicksal der ältesten Partei Deutschlands. Wissen diese SPD-Politiker wirklich nicht, was sie tun, wenn sie für die Profite der Rüstungswirtschaft alles verraten und auf lange Sicht verspielen, wofür diese Partei außen- und sozialpolitisch einmal stand und wofür sie gewählt wurde?
All das, was die SPD als Friedens- und Entspannungspartei einmal zur stärksten politischen Kraft gemacht hat, wird nun wie im Wahn von ihr verleugnet und mutwillig, geschichtsvergessen-revanchistisch zerstört. Und nicht nur das: Die SPD liefert den Rechten (nein, nicht der AfD, sondern den sonstigen Extremisten der Mitte!) den Grund, den neoliberal bereits entkernten Sozialstaat weiter – ab jetzt aber mit Bulldozern statt mit der Spitzhacke – zu zerstören. Sie nimmt dafür auch weitere, schwere Beschädigungen der Legitimität unserer ohnehin dahinsiechenden Demokratie in Kauf. Die Demokratie liegt nämlich seit Corona bei uns auf der Intensivstation und muss, u.a. durch regierungsfinanzierte „NGOs“ und staatlich organisierte Anti-AfD-Demonstrationen, künstlich beatmet werden!
Schließlich war die SPD zusammen mit der Merz-Union sogar bereit, einen kalten Putsch gegen die Integrität des Parlamentarismus und die elementaren Spielregeln der Demokratie durchzuführen. Mit diesem Putsch hat man im abgewählten 20. Bundestag noch schnell politisch äußerst weitreichende Grundgesetzänderungen durchgesetzt – und das gegen die neuen Mehrheiten des bereits gewählten 21. Bundestages! Die durch Bruch des Wahlversprechens ermöglichte Grundgesetzänderung, stellt einen besonders beschämenden Akt der Machtanmaßung, Wählerverhöhnung und Demokratiemissachtung dar. Und sie verfehlte ihre Wirkung nicht. Kurz darauf konnten die Demoskopen neue Rekordwerte für die AfD messen, die nun als stärkste Partei noch vor der CDU lag. Das Merz-Manöver dürfte im Übrigen dafür gesorgt haben, dass ihm nach der Wahl zum Bundeskanzler, die ja alles andere als glatt verlief, ein Makel anhängt, der so gravierend ist, dass er für den Rest seiner Amtszeit (hoffentlich) nicht mehr zu tilgen sein wird.
Das besonders Irre, das nicht nur den Fall der SPD beschreibt, ihr Versagen aber besonders plastisch hervorhebt, ist, dass es seit Beginn des Ukraine-Kriegs innerhalb der EU (mit Ausnahme Orbans) keine diplomatischen Initiativen gegeben hat, um mit Russland wieder ins Gespräch zu kommen. Im Rückblick wirken da selbst die Kalten Krieger vor und während der Ostpolitik von Willy Brandt wie Appeasement-Politiker.
Stattdessen war wiederholt eine Bundesaußenministerin zu vernehmen, die offenbar nur sehr eingeschränkt dazu imstande ist, ihre sprachliche Performanz dem hohen Amt angemessen zu kontrollieren. Sie wollte öffentlich „Russland ruinieren“ und erklärte dem Land ein anderes Mal, vor dem Europarat, beiläufig den Krieg. Dass Baerbock, die in ihrer Amtszeit in fast jedes diplomatische Fettnäpfchen getreten ist, jetzt zur zweithöchsten UN-Chef-Diplomatin gewählt wurde, ist Realsatire pur!
Polemik als geistiger Notwehrakt
Doch Halt! – Gerade merke ich, wie mich mein Hang zur Polemik fortzureißen beginnt!
Die Polemik ist ein hilfreiches (und noch nicht ganz verbotenes!) geistiges Notwehr-Mittel in Zeiten eines zunehmend aggressiv aufgeheizten gesellschaftlichen Klimas. Wie soll man nicht zum Polemiker und Satiriker angesichts des grassierenden Wahnsinns der Politik und ihrer vielen verrückt und absurd anmutenden Pathologien und Regressionen werden, hinter denen bei genauerem Hinsehen dann doch oft auch Kalkül vermutet werden muss? Wie sind sie anders als Vorgänge zu deuten, die zur Abwicklung der Demokratie führen sollen? Vorgänge, die durch eben jene Kräfte betrieben werden, die „unsere Demokratie“ inflationär lobpreisen und nicht müde werden, ihre „Werte“ in Sonntagsreden hervorzuheben. Gleichzeitig werden diese Werte aber durch Cancel Culture, Zensur und Denunziation massiv von ihnen angegriffen und von innen immer weiter ausgehöhlt.
Definitiv verhält es sich heute so, dass der Hang zur Polemik dem Umstand geschuldet wird, dass wir mittlerweile in schier unglaublichen Zeiten von Travestie-Ausgeburten leben. Diese machen es uns immer schwerer, nicht ganz die Bodenhaftung zu verlieren. All die wahnwitzigen Phänomenen, die wie wildgewordene Säue tagein tagaus durch das globale Dorf der Massenmedien in Echtzeit** getrieben werden, sie gefährden das Restvertrauen in den gesunden Menschenerstand und schränken die Möglichkeiten stark ein, einen halbwegs stabilen, geerdeten, vernunftgeleiteten Realitätsbezug aufrechtzuerhalten.
Und doch soll hier nicht ein weiteres Mal in dieser Façon mit der Regierungspolitik abgerechnet werden. Auf der Suche nach den tieferen Gründen für diese negativen Entwicklungen, soll stattdessen im zeithistorischen Material an einigen neuralgischen Stellen genauer nachgesehen und an der Oberfläche gekratzt werden, um die blinden Flecken bundesrepublikanischer Selbstwahrnehmung sichtbar zu machen.
Bernd Schoepe, Jahrgang 1965, Studium der Soziologie, Germanistik, Philosophie und Erziehungswissenschaften in Frankfurt/M. und Hamburg. Erstes und zweites Staatsexamen. Freier Autor, der zu bildungspolitischen, bildungssoziologischen- und bildungsphilosophischen Themen schreibt. Seit 2003 im Hamburger Schuldienst. Langjähriges GEW-Betriebsgruppen-Mitglied, ehem. Vertrauensmann, ehem. Mitglied der Hamburger Lehrerkammer. Hauptberuflich bin ich Politik- Deutsch- und Philosophielehrer an einer Hamburger Stadtteilschule. Kontakt: berndschoepe\@gmx.de
LASSEN SIE DER FRIEDENSTAUBE FLÜGEL WACHSEN!
In Kürze folgt eine Mail an alle Genossenschafter, danke für die Geduld!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt.
Schon jetzt können Sie uns unterstützen:
- Für 50 CHF/EURO bekommen Sie ein Jahresabo der Friedenstaube.
- Für 120 CHF/EURO bekommen Sie ein Jahresabo und ein T-Shirt/Hoodie mit der Friedenstaube.
- Für 500 CHF/EURO werden Sie Förderer und bekommen ein lebenslanges Abo sowie ein T-Shirt/Hoodie mit der Friedenstaube.
- Ab 1000 CHF werden Sie Genossenschafter der Friedenstaube mit Stimmrecht (und bekommen lebenslanges Abo, T-Shirt/Hoodie).
Für Einzahlungen in CHF (Betreff: Friedenstaube):
Für Einzahlungen in Euro:
Milosz Matuschek
IBAN DE 53710520500000814137
BYLADEM1TST
Sparkasse Traunstein-Trostberg
Betreff: Friedenstaube
Wenn Sie auf anderem Wege beitragen wollen, schreiben Sie die Friedenstaube an: friedenstaube@pareto.space
Sie sind noch nicht auf Nostr and wollen die volle Erfahrung machen (liken, kommentieren etc.)? Zappen können Sie den Autor auch ohne Nostr-Profil! Erstellen Sie sich einen Account auf Start. Weitere Onboarding-Leitfäden gibt es im Pareto-Wiki.
-
@ 7f6db517:a4931eda
2025-06-15 20:01:53The newly proposed RESTRICT ACT - is being advertised as a TikTok Ban, but is much broader than that, carries a $1M Fine and up to 20 years in prison️! It is unconstitutional and would create massive legal restrictions on the open source movement and free speech throughout the internet.
The Bill was proposed by: Senator Warner, Senator Thune, Senator Baldwin, Senator Fischer, Senator Manchin, Senator Moran, Senator Bennet, Senator Sullivan, Senator Gillibrand, Senator Collins, Senator Heinrich, and Senator Romney. It has broad support across Senators of both parties.
Corrupt politicians will not protect us. They are part of the problem. We must build, support, and learn how to use censorship resistant tools in order to defend our natural rights.
The RESTRICT Act, introduced by Senators Warner and Thune, aims to block or disrupt transactions and financial holdings involving foreign adversaries that pose risks to national security. Although the primary targets of this legislation are companies like Tik-Tok, the language of the bill could potentially be used to block or disrupt cryptocurrency transactions and, in extreme cases, block Americans’ access to open source tools or protocols like Bitcoin.
The Act creates a redundant regime paralleling OFAC without clear justification, it significantly limits the ability for injured parties to challenge actions raising due process concerns, and unlike OFAC it lacks any carve-out for protected speech. COINCENTER ON THE RESTRICT ACT
If you found this post helpful support my work with bitcoin.
-
@ b1ddb4d7:471244e7
2025-06-16 14:01:41This article was originally published on dev.to by satshacker.
Alright, you’ve built a useful and beautiful website, tool or app. However, monetization isn’t a priority and you’d rather keep the project free, ads-free and accessible?
Accepting donations would be an option, but how? A PayPal button? Stripe? Buymeacoffe? Patreon?
All of these services require a bank account and KYC verification, before you can send and receive donations – not very convenient.
If we only could send value over the internet, with just one click and without the need of a bank account…
Oh, hold on, that’s bitcoin. The decentralized protocol to send value across the globe. Money over TCP/IP.
In this article, we’ll learn how anyone can easily add a payment button or donation widget on a website or app.
Let’s get into it.
Introduction
Bitcoin is digital money that you can send and receive without the need for banks. While bitcoin is extremely secure, it’s not very fast. The maximum transactions per second (TPS) the network can handle is about 7. Obviously that’s not useful for daily payments or microtransactions.
If you’d like to dig deeper into how bitcoin works, a great read is “Mastering Bitcoin” by Andreas Antonopoulos.
Bitcoin vs Lightning
If you’d like to receive bitcoin donations “on-chain” all you need is a bitcoin wallet. You simply display your bitcoin address on your site and that’s it. You can receive donations.
It would look something like this; 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
Instead of showing the actual bitcoin address, you can also turn it into a QR code.
However, this is not a recommended solution. Using static on-chain addresses has two major downsides. It lowers privacy for you and your donnors and it’s a UTXO disaster because many small incoming transactions could beocme hard to consolidate in the future.
For donations and small transactions, the Lightning Network is the better option. Lightning allows for instant settlement with fees only a fraction of a cent.
Similar to bitcoin, you have the choice between non-custodial and custodial wallets. This means, either you have full control over your money or the wallet provider has.
Option 1: Lightning Address
With the lightning address feature, you an easily receive donations to an email like address.
It looks like this: yourname@wallet.com
Many wallets support lightning addresses and make it easy to create one. Then, you simple add the address to your donation page and you’re ready to receive tips.
You can also add a link link as in lightning:yourname@wallet.com and compatible lightning wallets and browser wallets will detect the address.
Option 2: Lightning Donation Widgets
If you like to take it a step further, you can also create a more enhanced donation checkout flow. Of course you could programm something yourself, there are many open source libraries you can build upon. If you want a simple plug-and-play solution, here are a couple of options:
Name
Type
Registration
SatSale
Self-hosted
No KYC
BTCPay Server
Self-hosted
No KYC
Pay With Flash
Widget
Email
Geyser Fund
Widget
Email
The Giving Block
Hosted
KYC
OpenNode
Hosted
KYC
SatSale (GitHub)
Lightweight, self-hosted Bitcoin/Lightning payment processor. No KYC.
Ideal for developers comfortable with server management. Simple to deploy, supports both on-chain and Lightning, and integrates with WooCommerce.
BTCPay Server
Powerful, open-source, self-hosted processor for Bitcoin and Lightning. No KYC.
Supports multiple currencies, advanced features, and full privacy. Requires technical setup and maintenance. Funds go directly to your wallet; great for those seeking full control.
Pay With Flash
Easiest for indie hackers. Add a donation widget with minimal code and no KYC. Payments go directly to your wallet for a 1.5% fee.
Setup Steps:
- Sign up at PayWithFlash.com
- Customize your widget in the dashboard
- Embed the code:
- Test to confirm functionality
Benefits:
- Minimal technical skills required
- Supports one-time or recurring donations
- Direct fund transfer, no intermediaries
Geyser Fund
Crowdfunding platform. Widget-based, connects to your wallet, email registration.Focused on Bitcoin crowdfunding, memberships and donations.
The Giving Block
Hosted, KYC required. Integrates with fiat and crypto, best for nonprofits or larger organizations.
OpenNode
Hosted, KYC required. Accept Bitcoin payments and donations; supports conversion to fiat, suitable for businesses and nonprofits.
Summary
- Fast, low-code setup: Use Pay With Flash or Geyser Fund.
- Privacy and control: Choose SatSale or BTCPay Server (requires technical skills).
- Managed, compliant solutions: The Giving Block or OpenNode.
Choose based on your technical comfort, privacy needs, and project scale.
I hope this article helped you. If you added bitcoin donations, share your link in the comments and I will send you a few satoshis maybe
-
@ 044da344:073a8a0e
2025-06-14 08:56:18Meine Karriere als Auftragsforscher neigt sich ihrem Ende entgegen. In zwei Wochen ist der Forschungsverbund „Das mediale Erbe der DDR“ Geschichte. Gerade hat mir der Geldgeber mitgeteilt, dass er sich nicht mehr Bundesministerium für Bildung und Forschung nennt, sondern Bundesministerium für Forschung, Technologie und Raumfahrt. BMFTR statt BMBF. Bitte, sehr geehrte Damen und Herren, verwenden Sie ab sofort nur noch das neue Logo. Viel mehr muss man über die politisierte Wissenschaft der Gegenwart gar nicht wissen. Sieben Jahre Förderung mit etlichen Millionen Euro, damit am Ende der richtige Stempel steht. Es soll mir keiner erzählen, dass das den Nachwuchs nicht formt.
Ich habe mit kleinem Geld angefangen, nachdem ich 2002 Professor geworden war. An der LMU in München hatte ich eigentlich alles, was ich brauchte. Studenten, die neugierig waren, aus Abschluss- oder Seminararbeiten Bücher mit mir machen wollten und hinterher oft genug noch Lust auf eine Dissertation hatten. Aufträge ergaben sich eher zufällig aus dem, was wir ohnehin machten. Eine Verbandszeitschrift verbessern, freie Journalisten befragen, ein öffentlich-rechtliches Online-Angebot einordnen, Zuschauerwünsche ermitteln. Ich habe dabei schnell gelernt, dass sich das nicht lohnt. Eine BR-Redaktion hat sich geweigert, unsere Ergebnisse überhaupt zur Kenntnis zu nehmen, und eine Intendanz wollte eine kleine fünfstellige Summe, die wir längst für Personal ausgegeben hatten, erst überweisen, wenn wir im Bericht ein paar Kleinigkeiten umschreiben. Ich dachte: Lass die anderen den Euros nachlaufen. Ich mache einfach mein Ding.
Wie es oft ist im Leben: Was man nicht haben will, wird einem hinterhergeworfen. Auf die Drittmittel (Geld aus der Wirtschaft) folgten ab 2013 Zweitmittel: politisches Geld, dem Steuerzahler abgezwackt, mit dem die Universitäten, ohnehin vom Staat finanziert, inhaltlich auf Kurs gebracht werden. Ich war Sprecher in drei interdisziplinären Forschungsverbünden. ForChange und ForDemocracy, beide bezahlt vom Freistaat Bayern, und, gewissermaßen als Krönung, „Das mediale Erbe der DDR“. Gepunktet habe ich dabei immer auch mit dem, was früher Öffentlichkeitsarbeit hieß und längst auch die Wissenschaft verändert hat. In Kurzform: Reichweite ist mindestens so wichtig wie Tiefe. Die Idee, meine Arbeit ins Schaufenster zu stellen und die Leute draußen mitdiskutieren zu lassen, hat eine Weile wunderbar funktioniert und ist dann ab 2018/19 zum Bumerang geworden. Aber das ist eine andere Geschichte.
Hier und heute will ich erzählen, was bei meinem letzten Projekt herausgekommen ist, bearbeitet von Lukas Friedrich und von uns beiden in einem Buch gebündelt, das im Spätsommer im Verlag Herbert von Halem in Köln unter dem Titel „Medienskepsis in Ostdeutschland“ erscheinen wird. Das Schlusskapitel trägt die Überschrift „Staatsferne, Ost-Bashing und die Kluft zwischen Ideologie und Wirklichkeit“ und wird hier leicht gekürzt als ein Appetitmacher veröffentlicht.
Ein Fazit zu den Wurzeln der „Medienskepsis Ost“
Wieviel DDR steckt in der Unzufriedenheit mit den Leitmedien, die im Osten Deutschlands spätestens 2014 mit Pegida auch öffentlich sichtbar wurde und seither ein Dauerbrenner ist in den akademischen und öffentlichen Debatten, die sich um die Glaubwürdigkeit des Journalismus drehen? Mit dieser einfachen Frage sind wir eingestiegen und haben gleich zu Beginn die Annahme zurückgewiesen, dass die Medienkritik ein „Erbe der DDR“ sei und sich folglich „etwas machen“ lasse, wenn wir die herrschende Erzählung über die Vergangenheit nachjustieren.
Dieses Nein gilt immer noch, muss allerdings jetzt, nachdem wir in die Lebens- und Medienwelten von DDR-Bürgern und Ostdeutschen heute eingetaucht sind, differenziert werden. Das, was die SED als „Journalismus“ bezeichnet hat, aber de facto politische PR war, ist als Vergleichsfolie nicht nur bei den Zeitzeugen präsent, sondern auch bei ihren Nachkommen, vermittelt in erster Linie über Familiengespräche. Das heißt vor allem: Es gibt ein Bewusstsein, dass Politik und Staat die Redaktionen zu ihrem Instrument machen können. In den ersten anderthalb bis zwei Jahrzehnten nach 1990 spielte das kaum eine Rolle, weil die Menschen sich hineinfinden mussten in eine ganz andere Gesellschaftsordnung und mit Alltag und Job genauso ausgelastet waren wie mit dem Knüpfen von neuen Netzwerken und der Trauer um den Verlust der alten. „Ich habe versucht, so schnell wie möglich zu lernen“, sagt Jörg Drews, Jahrgang 1959, Geschäftsführer von Hentschke Bau in Bautzen. Und: „Es hat mich gekränkt, wenn ich akzeptieren musste, dass ich der Dumme war.“ Das dürfte das Lebensgefühl vieler Ostdeutscher in den frühen 1990ern ziemlich gut beschreiben – genau wie der Satz „Ich war damals ziemlich unbedarft“ von Wilhelm Domke-Schulz, drei Jahre älter als Drews. Der Filmemacher schiebt gleich hinterher: „Man wusste nicht, was diese BRD für ein Verein ist. Man war ja nie dort gewesen. Ich war mir sicher, dass ein paar Sachen bleiben werden. Nie wieder Faschismus, nie wieder Krieg. Und ansonsten kann man sich überraschen lassen. Die Überraschung sah dann anders aus. Die DDR hat keine Kriege geführt. Die BRD schon. Und mit dem Faschismus: Da müsste ich jetzt ein bisschen ausholen.“
Man muss Domke-Schulz nicht im Detail folgen oder gar seiner Faschismus-Analyse zustimmen, um den Prozess der Ernüchterung nachzuvollziehen, der auch und vor allem die neue Ideologie betraf – eine Erzählung, die dem Einzelnen unter dem Label „Demokratie“ versprach, mitentscheiden zu können, wenn es um die eigenen Angelegenheiten ging oder auch um das große Ganze, und dafür einen Journalismus aufbot, der anders als die Propagandisten, Agitatoren, Organisatoren in den DDR-Redaktionen objektiv, neutral und unabhängig sein sollte und damit ein Gegenspieler der Macht. Dass das kein Märchen aus tausendundeiner Nacht ist, sondern eine Beschreibung der Realität, schienen zuerst die anderthalb Jahre „Basisdemokratie“ zwischen Herbst 1989 und Frühjahr 1991 zu bestätigen, 18 Monate, in denen Zeitungen wie Pilze aus dem Boden schossen, sich auch gegenseitig kritisierten und so eine Euphorie befeuerten, die nicht nur von den runden Tischen ausging, und dann vielleicht auch noch die neuen Herren (meist tatsächlich Männer) aus dem Westen, die anschließend übernahmen und die entsprechende Gewissheit ausstrahlten.
Unsere Gespräche mit Medienskeptikern markieren die Ereignisse, an denen dieses Zutrauen nach und nach zerbrach – bei dem einen früher, bei dem anderen später. Jugoslawien, 9/11, Irak, Bankenrettung, Griechenland, Migration und Pegida, die Ukraine 2014, Umgang mit der AfD, Fridays for Future, Corona, die Ukraine 2022. Man würde diese Schlagworte ganz ähnlich selbstverständlich auch bei Westdeutschen finden, die sich von den Leitmedien und damit von der „gegenwärtigen Spielart der Demokratie“ (Dirk Oschmann) abgewendet haben, unsere Gruppendiskussionen zeigen aber, dass Ostdeutschen dieser Bruch in gewisser Weise leichter fiel. Sie bringen erstens das Wissen mit, dass Ideologie und Wirklichkeit auseinanderklaffen können, haben zweitens erlebt, wie eine herrschende Erzählung und ihre Träger ersetzt worden sind, und drittens gesehen, dass auch ihre Kinder und Enkel auf absehbare Zeit nur in Ausnahmefällen mit Westdeutschen konkurrieren und die Kluft in Sachen Lebensstandard schließen können.
Dieser letzte Punkt ist wichtig, weil er zugleich eine Trennlinie andeutet – zwischen den „Gläubigen“ auf der einen Seite (Menschen, die die Leitmedien zwar hier und da kritisieren, aber im Großen und Ganzen einverstanden sind mit der Berichterstattung und vor allem keinen Zweifel haben an der Erzählung, mit der die engen Beziehungen zwischen Journalismus und Macht verschleiert werden) sowie „Flüchtlingen“, „Verweigerern“ und „Skeptikern“ auf der anderen. Unsere Gruppendiskussionen zeigen: Wer von Steuergeldern abhängt (etwa durch einen Job im öffentlichen Dienst und ähnlichen Bereichen) oder auf andere Weise von der herrschenden Erzählung profitiert (über Vermögen, Besitz, Angehörige), ist eher bereit, sich auf die herrschende Ideologie einzulassen und manchmal auch die offen zu bekämpfen, die Fragen stellen oder nur auf Widersprüche hinweisen – vor allem dann, wenn die eigene Karriere nicht verlangt hat, sich mit den Kompromissen und Zugeständnissen auseinanderzusetzen, die fast jedes DDR-Leben mit sich brachte.
Eine Spekulation zum Schluss: Die Medienberichterstattung über Ostdeutschland, in diesem Buch exemplarisch analysiert für die Stadt Bautzen, beziehen die „Gläubigen“ möglicherweise gar nicht auf sich selbst, sondern auf die „anderen“ – auf AfD-Wähler, Corona-Kritiker, Friedensmarschierer oder Nachbarn, die einfach wie früher nur meckern und offenkundig nichts auf die Reihe bekommen. Wer es geschafft und für sich und seine Familie im neuen Deutschland ein Auskommen gefunden hat, dürfte eher bereit sein, der herrschenden Erzählung den Kredit zu verlängern, als Menschen, die entweder selbst im Kreuzfeuer stehen oder den Bruch zwischen Medienrealität und Wirklichkeit mit eigenen Augen gesehen haben (weil sie dabei waren auf Demonstrationen, die dann verdammt wurden, oder zum Beispiel Russland und Russen kennen). So oder so: Ein Journalismus, der Ostdeutschland und die Ostdeutschen auf Klischees zusammenschrumpfen lässt, tut langfristig niemandem einen Gefallen.
Titelbild: Pegida 2015. Foto: Opposition 24, CC BY 2.0
-
@ 726e789c:197726c2
2025-06-16 14:01:34{ "id": "id-1750023454416-5oavlpy", "name": "Gottesbild und künstliche Intelligenz", "description": "", "authors": [ "Joachim Happel" ], "summary": "### Intention\nDie Lehrkraft möchte eine Unterrichtsstunde in der 11. Klasse zum Thema 'Gottesbild und Künstliche Intelligenz' gestalten. Ziel ist es, die Schülerinnen und Schüler dazu zu befähigen, eigene Gottesvorstellungen zu entwickeln, diese mit biblischen Gottesbildern zu vergleichen, und die lebenspraktischen Konsequenzen verschiedener Gottes- und Menschenbilder im Kontext technischer Entwicklungen zu reflektieren. Dabei sollen sie auch religionskritische Perspektiven und ethische Fragen im Zusammenhang mit KI erarbeiten.\n\n### Assoziationen\n\nDie wichtigsten Fachbegriffe und Themen sind \"Gottesbild\" und \"Künstliche Intelligenz\" im Kontext des Religionsunterrichts.\n\n### Kompetenzen\n\n- SuS stellen eigene Gottesvorstellungen dar und vergleichen sie mit biblischen Gottesvorstellungen. Inhaltsbereich: \"Die Frage nach Gott\".\n- SuS erörtern die verschiedenen Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen in ihrer Lebenswelt. Inhaltsbereich: \"Christliche Antworten auf die Gottesfrage\".\n- SuS beurteilen religionskritische Entwürfe hinsichtlich ihrer Überzeugungskraft im Kontext der Diskussion über Gottesbilder. Inhaltsbereich: \"Christliche Antworten auf die Gottesfrage\".\n- SuS deuten die biblische Rede von Geschöpf und Ebenbild Gottes hinsichtlich ihrer lebenspraktischen Konsequenzen. Inhaltsbereich: \"Der Mensch in christlicher Perspektive\".\n\naus: Lehrplan NRW - Evangelische Religion, Jahrgangsstufe 11\n\n### Gottesbild und Künstliche Intelligenz im Religionsunterricht\n\nDas Thema 'Gottesbild und Künstliche Intelligenz' bietet die Möglichkeit, zentrale Fragen nach Gott und Mensch in der heutigen technologischen Gesellschaft zu reflektieren. Dabei können Schülerinnen und Schüler eigene Vorstellungen von Gott entwickeln, sie mit biblischen Gottesbildern vergleichen und die ethischen, gesellschaftlichen und philosophischen Implikationen moderner KI-Technologien diskutieren. Besonders geeignet ist die Verbindung von biblischer Rede vom Menschen als Gottes Ebenbild mit aktuellen Diskussionen um Geschöpflichkeit, Kreativität und Verantwortung im Zusammenhang mit KI. Diese Herangehensweise fördert die kritische Reflexion und die Entwicklung eigener Glaubens- und Gottesvorstellungen, während sie gleichzeitig die ethischen Dimensionen der technologischen Entwicklung in den Fokus rückt.", "backgroundColor": "#bbf7d0", "customStyle": "", "columns": [ { "id": "id-1750021978851-vf7abwh", "name": "Materialien", "color": "color-gradient-1", "cards": [ { "id": "id-1750021978851-my9mqug", "heading": "Zusammenfassung für die didaktische Aufbereitung: Gottesbild und Künstliche Intelligenz im Religionsunterricht", "content": "Das Thema 'Gottesbild und Künstliche Intelligenz' bietet die Möglichkeit, zentrale Fragen nach Gott und Mensch in der heutigen technologischen Gesellschaft zu reflektieren. Dabei können Schülerinnen und Schüler eigene Vorstellungen von Gott entwickeln, sie mit biblischen Gottesbildern vergleichen und die ethischen, gesellschaftlichen und philosophischen Implikationen moderner KI-Technologien diskutieren. Besonders geeignet ist die Verbindung von biblischer Rede vom Menschen als Gottes Ebenbild mit aktuellen Diskussionen um Geschöpflichkeit, Kreativität und Verantwortung im Zusammenhang mit KI. Diese Herangehensweise fördert die kritische Reflexion und die Entwicklung eigener Glaubens- und Gottesvorstellungen, während sie gleichzeitig die ethischen Dimensionen der technologischen Entwicklung in den Fokus rückt.", "color": "color-gradient-1", "thumbnail": "", "comments": "", "url": "Synthese basierend auf Relpaed-Tool-Ergebnissen", "labels": "", "inactive": false }, { "id": "id-1750021978851-x33rwqz", "heading": "Virtuelle und interreligiöse Zugänge zum Gottesbild", "content": "\"Der Einsatz virtueller Realitäten kann dazu beitragen, religiöse Vorstellungen auf innovative Weise erfahrbar zu machen.\" (Klara Pišonić, Virtual Reality, kirchengeschichtsdidaktisch)", "color": "color-gradient-1", "thumbnail": "", "comments": "", "url": "https://www.die-bibel.de/ressourcen/redirect/slug/virtual-reality-kirchengeschichtsdidaktisch", "labels": "", "inactive": false }, { "id": "id-1750021978851-8ayid4u", "heading": "Religionspsychologische Perspektiven auf Gottesbilder", "content": "\"Religionspsychologische Zugänge können wichtige Anknüpfungspunkte bieten, um die persönlichen Vorstellungen von Gott im Zusammenhang mit gesellschaftlichen und technischen Entwicklungen zu verstehen.\" (Constantin Klein, Religionspsychologie)", "color": "color-gradient-1", "thumbnail": "", "comments": "", "url": "https://www.die-bibel.de/ressourcen/redirect/slug/religionspsychologie", "labels": "", "inactive": false }, { "id": "id-1750021978851-zzecyqf", "heading": "Interreligiöses Lernen und Dialog der Religionen", "content": "\"Der Dialog zwischen Religionen schärft das Verständnis für unterschiedliche Gottesbilder und eröffnet neue Perspektiven, auch im Kontext moderner ethischer Fragen rund um Künstliche Intelligenz.\" (Monika Tautz, Interreligiöses Lernen)", "color": "color-gradient-1", "thumbnail": "", "comments": "", "url": "https://www.die-bibel.de/ressourcen/redirect/slug/interreligioeses-lernen", "labels": "", "inactive": false } ] }, { "id": "id-1750022132843-wy47anx", "name": "Material Fragmente", "color": "color-gradient-1", "cards": [ { "id": "id-1750022132843-pd6b0qh", "heading": "Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "content": "Das Dokument ist hervorragend geeignet, um das Thema 'Gottesbild und Künstliche Intelligenz' zu behandeln, da es vielfältige didaktische Bausteine für die ethische und anthropologische Auseinandersetzung mit KI bietet und explizit theologische Perspektiven einbezieht.", "color": "color-gradient-1", "thumbnail": "", "comments": "\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "", "inactive": false }, { "id": "id-1750022132843-3ysegds", "heading": "KI im Alltag: Chancen und Gefahren von Pflegerobotern", "content": "Aufgabenstellung: Stelle dir vor, deine pflegebedürftige Großmutter lebt in einem Pflegeheim, in dem zunehmend Roboter einfache Aufgaben übernehmen und als Ansprechpartner dienen. Du bist schockiert und möchtest dir ein genaueres Bild machen. (Absatz: Thematische Hinführung, Baustein 1: KI – was verbirgt sich dahinter?)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein ermöglicht einen lebensweltnahen Einstieg in das komplexe Thema KI, indem er eine konkrete, emotional relevante Situation aufgreift. Er bereitet die Reflexion über ethische Implikationen von KI vor, die später mit Gottes- und Menschenbildern verknüpft werden kann.\n Kompetenzförderung: Fördert die Wahrnehmung und Beschreibung ethischer Herausforderungen durch KI. Ermöglicht erste, spontane Äußerungen zu eigenen Vorstellungen und Meinungen.\n Konkrete Anwendung & Beispiele: Im Einstieg zur Aktivierung von Vorwissen und zur emotionalen Annäherung an das Thema. Die SuS können in einem kurzen Brainstorming oder einer stillen Minute ihre ersten Gedanken und Gefühle zu dieser Situation sammeln.\n Methodische Vielfalt & Sozialformen: Einzelarbeit (Reflexion), anschließend Plenum für spontane Äußerungen.\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Einstieg", "inactive": false }, { "id": "id-1750022132843-d2g6bz2", "heading": "Was ist KI? Sammeln von Alltagsbeispielen und Positionierung", "content": "Methode: Nach der anfänglichen Konfrontation mit dem Pflegeroboter-Szenario überlegen die Schülerinnen (Think-Pair-Share), in welchen Bereichen KI heute schon vorkommt. Gemeinsam wird im Plenum eine Mindmap erstellt. Anschließend positionieren sich die Lernenden auf einer Linie (Chancen vs. Gefahren) zu diesen Entwicklungen und erläutern ihre Position im Unterrichtsgespräch. Zur Begriffsbestimmung kann ein Informationstext (M1) oder ein kurzer Lehrervortrag genutzt werden. (Absatz: Baustein 1: KI – was verbirgt sich dahinter?, S. 24)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein schafft ein grundlegendes Verständnis für den Begriff KI und seine Präsenz im Alltag der SuS. Die Positionierung zu Chancen und Gefahren leitet die ethische Reflexion ein und ermöglicht die Verknüpfung mit unterschiedlichen Menschen- und Gottesbildern.\n Kompetenzförderung: Fördert die Wahrnehmung und Beschreibung ethischer Herausforderungen durch KI. Ermöglicht das Darstellen eigener Vorstellungen und das Erörtern von Konsequenzen in der Lebenswelt.\n Konkrete Anwendung & Beispiele: Im Einstieg zur Begriffsklärung und im Übergang zur Erarbeitung ethischer Fragen. Die SuS könnten Beispiele wie Sprachassistenten, personalisierte Werbung, autonomes Fahren oder Gesichtserkennung nennen. Bei der Positionierung auf der Linie könnten sie begründen, warum sie z.B. autonomes Fahren eher als Chance (mehr Sicherheit) oder Gefahr (Kontrollverlust) sehen.\n Methodische Vielfalt & Sozialformen: Think-Pair-Share (Einzel-, Partnerarbeit), Plenum (Mindmap, Unterrichtsgespräch).\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Einstieg, Erarbeitung", "inactive": false }, { "id": "id-1750022132843-bwjpm1a", "heading": "Ethische Herausforderungen der KI: Gruppenpuzzle zu Anwendungsfeldern", "content": "Aufgabenstellung: Bildet bis zu fünf Gruppen und bearbeitet jeweils eine der folgenden herausfordernden Entwicklungen im Bereich der KI anhand eines Infotextes mit Arbeitsaufträgen (M2a-e): Pflegeroboter, autonome Waffensysteme, automatische Bewerbungssoftware, KI in der Schule, Steuerungscomputer im Verkehr. Präsentiert eure Ergebnisse im Gruppenpuzzle oder Plenum, um ein ethisches Problembewusstsein zu schaffen. (Absatz: Baustein 1, S. 24)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein ermöglicht eine vertiefte Auseinandersetzung mit konkreten ethischen Dilemmata, die durch KI entstehen. Die Diskussion dieser Problemfelder ist essentiell für die spätere Reflexion über Gottes- und Menschenbilder und deren lebenspraktische Konsequenzen.\n Kompetenzförderung: Fördert die Wahrnehmung und Beschreibung ethischer Fragestellungen. Ermöglicht das sachgemäße Erschließen themenrelevanter Texte und die argumentative Auseinandersetzung mit anthropologisch-ethischen Aspekten.\n Konkrete Anwendung & Beispiele: Zur Erarbeitung neuer Inhalte und zur Schaffung eines Problembewusstseins. Die SuS könnten sich mit Fragen auseinandersetzen wie: \"Welche Verantwortung tragen Entwickler autonomer Waffensysteme?\" oder \"Inwiefern beeinflusst automatische Bewerbungssoftware Chancengleichheit?\".\n Methodische Vielfalt & Sozialformen: Gruppenarbeit (Expertengruppen), Gruppenpuzzle oder Plenum (Präsentation der Ergebnisse). Es kann auch auf die \"Schritte ethischer Urteilsbildung\" zurückgegriffen werden.\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Erarbeitung, Vertiefung", "inactive": false }, { "id": "id-1750022132843-rmmqjg6", "heading": "Videoanalyse: „K.O. durch KI? Keine Angst vor schlauen Maschinen!“ (Leschs Kosmos)", "content": "Video: Einsatz der Dokumentation „K.O. durch KI? Keine Angst vor schlauen Maschinen!“ mit Prof. Harald Lesch (28.05.2019, 29 Min.). Die Dokumentation greift in kurzen, anschaulichen Sequenzen verschiedene KI-Entwicklungen auf und diskutiert diese: Autonomes Fahren, Deep Learning (Medizin), Algorithmen (Bewerbungssoftware), intelligente Roboter (Katastrophenfall), Roboworld (Mensch-Maschine-Verhältnis), Schlussmoderation (Unterschied Mensch-Maschine). (Absatz: Baustein 1, S. 24, Punkt 3)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Das Video bietet eine anschauliche und wissenschaftlich fundierte Einführung in verschiedene KI-Anwendungsfelder und ethische Fragestellungen. Es kann als Impuls dienen, um die Diskussion über Gottes- und Menschenbilder im Kontext von KI zu vertiefen und religionskritische Entwürfe zu beurteilen.\n Kompetenzförderung: Fördert die Wahrnehmung ethischer Fragestellungen. Unterstützt die argumentative Auseinandersetzung mit anthropologisch-ethischen Aspekten durch die Bereitstellung von Hintergrundinformationen und Diskussionsansätzen.\n Konkrete Anwendung & Beispiele: Zur Vertiefung der bereits erarbeiteten Themen oder als alternativer Einstieg in spezifische KI-Bereiche. Die Lehrkraft kann gezielt Sequenzen auswählen und mit Arbeitsaufträgen versehen, z.B. \"Fasst die Argumente Pro und Contra zum autonomen Fahren zusammen und diskutiert, welche ethischen Prinzipien hier relevant sind.\"\n Methodische Vielfalt & Sozialformen: Plenum (gemeinsames Schauen), Partner- oder Kleingruppenarbeit (Analyse von Sequenzen), Unterrichtsgespräch.\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Erarbeitung, Vertiefung", "inactive": false }, { "id": "id-1750022132843-11qwb31", "heading": "Science-Fiction-Filme: KI, Bewusstsein und menschliche Beziehungen", "content": "Lernmedium: Analyse von Science-Fiction-Filmen wie \"Ex Machina\" (UK, 2015), \"I, Robot\" (USA, 2004) und \"Her\" (USA, 2013). Schülergruppen präsentieren, wie diese Filme das Thema KI aufgreifen (z.B. Roboter, die menschliche Qualitäten entwickeln; Beziehung zu lernfähigem Betriebssystem). Anschließend werden die in den Filmen aufgeworfenen anthropologisch-ethischen Fragen (Können Maschinen Bewusstsein/Gefühle haben? Können digitale Systeme menschliche Partner ersetzen?) in der Lerngruppe vertieft. (Absatz: Baustein 2: Künstliche Intelligenz in Filmen, S. 24)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Filme bieten einen niedrigschwelligen Zugang zu komplexen philosophischen und ethischen Fragen rund um KI, Bewusstsein und menschliche Identität. Dies ermöglicht eine kreative Auseinandersetzung mit verschiedenen Menschenbildern und deren Implikationen für das Gottesbild.\n Kompetenzförderung: Fördert das Darstellen eigener Gottesvorstellungen im Kontext moderner Technologie und das Erörtern von Gottes- und Menschenbildern hinsichtlich ihrer lebenspraktischen Konsequenzen. Unterstützt die argumentative Auseinandersetzung mit anthropologisch-ethischen Aspekten.\n Konkrete Anwendung & Beispiele: Als Erarbeitungs- oder Vertiefungsphase. Die SuS könnten in Gruppenarbeit die Filme analysieren und Präsentationen vorbereiten. Diskussionsfragen könnten sein: \"Was macht den Menschen menschlich im Vergleich zu einer KI?\" oder \"Verändert die Möglichkeit, eine Beziehung zu einer KI aufzubauen, unser Verständnis von Liebe und Partnerschaft?\"\n Methodische Vielfalt & Sozialformen: Gruppenarbeit (Filmanalyse, Präsentation), Plenum (Diskussion).\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Erarbeitung, Vertiefung", "inactive": false }, { "id": "id-1750022132843-0zmqiuo", "heading": "Biblische Schöpfungserzählung und die Frage nach dem Gegenüber (Replika)", "content": "Textquelle: Thematisierung des Chatbots „Replika“ als aktuelles Beispiel für einen digitalen Sozialkontakt (Werbung: „Wenn du traurig bist oder Angst hast oder einfach jemanden zum Reden brauchst, ist dein Replika für dich da – 24/7“). Als spannender biblischer Bezugspunkt dient die Schöpfungserzählung in Gen 2, in der der Mensch unter den Tieren kein adäquates Gegenüber findet und Gott ihm daraufhin einen menschlichen Partner schafft. Die Unterscheidung zwischen Echo- und Resonanzbeziehungen (Hartmut Rosa) kann zur vertieften Auseinandersetzung genutzt werden (M3). (Absatz: Baustein 2, S. 24, Punkt 5)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein stellt eine direkte Verbindung zwischen der biblischen Schöpfungserzählung (Gottesbild, Menschenbild als Ebenbild Gottes) und der modernen Entwicklung von KI (Chatbots) her. Er ermöglicht die Reflexion über die Einzigartigkeit des Menschen und die Qualität menschlicher Beziehungen im Vergleich zu KI-Interaktionen.\n Kompetenzförderung: Fördert das Deuten der biblischen Rede von Geschöpf und Ebenbild Gottes hinsichtlich ihrer lebenspraktischen Konsequenzen. Unterstützt das Erörtern verschiedener Gottes- und Menschenbilder und die argumentative Auseinandersetzung.\n Konkrete Anwendung & Beispiele: Zur Vertiefung der anthropologischen Fragen. Die SuS könnten diskutieren: \"Was unterscheidet eine Beziehung zu einem Menschen von einer Beziehung zu einem Chatbot?\" oder \"Inwiefern fordert die Existenz von Chatbots unser Verständnis von 'Gegenüber' und 'Ebenbild Gottes' heraus?\"\n Methodische Vielfalt & Sozialformen: Partnerarbeit (Diskussion der Replika-Werbung), Plenum (Vergleich mit Gen 2 und Rosa-Konzept).\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Vertiefung, Transfer", "inactive": false }, { "id": "id-1750022132843-eljz9b2", "heading": "Können Maschinen Bewusstsein besitzen? Der Turing-Test", "content": "Methode: Anknüpfend an den Film \"Ex Machina\" wird eine Szene (9:50 bis 14:32) gezeigt, in der Caleb die Aufgabe erhält, zu testen, ob die Roboterfrau Ava ein Bewusstsein besitzt. Eindrücke und Überlegungen zur Szene, zur Darstellung der Charaktere und zur Möglichkeit einer Bewusstwerdung von Maschinen werden gesammelt. Die Lehrkraft gibt ggf. Hinweise zum sog. „Turing-Test“. (Absatz: Baustein 3: Können „intelligente“ Maschinen menschlich werden?, S. 25)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein greift eine zentrale philosophische Frage im Kontext von KI auf: die des Bewusstseins. Durch die Verknüpfung mit dem Turing-Test wird eine konkrete Methode zur Diskussion angeboten, die zur Reflexion über die Grenzen von Maschinen und die Einzigartigkeit menschlichen Bewusstseins anregt. Dies ist direkt relevant für die Diskussion von Gottes- und Menschenbildern.\n Kompetenzförderung: Fördert das Erörtern verschiedener Gottes- und Menschenbilder und die argumentative Auseinandersetzung mit anthropologisch-ethischen Aspekten.\n Konkrete Anwendung & Beispiele: Im Erarbeitungs- oder Vertiefungsteil. Nach dem Zeigen der Szene könnten die SuS in Kleingruppen diskutieren: \"Was versteht man unter Bewusstsein? Kann eine Maschine Bewusstsein haben? Welche Kriterien würden wir anwenden, um dies zu beurteilen?\"\n Methodische Vielfalt & Sozialformen: Plenum (Sammeln von Eindrücken), Kleingruppenarbeit (Diskussion), Lehrervortrag (Erklärung Turing-Test).\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Erarbeitung, Vertiefung", "inactive": false }, { "id": "id-1750022132843-ggkzdhv", "heading": "Das Gedankenexperiment „Mary“: Subjektives Erleben vs. Physiologie", "content": "Textquelle: Vertiefung durch das philosophische Gedankenexperiment „Mary“ (Frank Jackson), das von Caleb Ava in der vierten Sitzung in \"Ex Machina\" erzählt wird. Das Experiment versucht zu zeigen, dass subjektives Erleben nicht mit messbaren neurophysiologischen Vorgängen identifiziert werden kann. Näheres zum Experiment, seiner Bedeutung im Film und der unterrichtlichen Umsetzung im Download: M4. (Absatz: Baustein 3, S. 25)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Das Gedankenexperiment \"Mary\" ist ein hervorragendes Instrument, um die Grenzen eines rein materialistischen Menschenbildes aufzuzeigen und die Bedeutung des subjektiven Erlebens zu betonen. Dies ist entscheidend für die Auseinandersetzung mit der Frage nach dem menschlichen \"Ebenbild Gottes\" und der Abgrenzung von KI.\n Kompetenzförderung: Fördert das Erörtern verschiedener Gottes- und Menschenbilder und das Deuten der biblischen Rede von Geschöpf und Ebenbild Gottes. Unterstützt die argumentative Auseinandersetzung mit philosophischen und anthropologischen Aspekten.\n Konkrete Anwendung & Beispiele: Zur Vertiefung der Diskussion über Bewusstsein und menschliche Einzigartigkeit. Die SuS könnten den Text zu M4 lesen und in Partnerarbeit diskutieren: \"Was ist das Kernproblem, das Marys Experiment aufwirft? Inwiefern ist dieses Problem relevant für die Diskussion über KI und menschliches Bewusstsein?\"\n Methodische Vielfalt & Sozialformen: Partnerarbeit (Textanalyse), Plenum (Diskussion und Austausch).\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Vertiefung", "inactive": false }, { "id": "id-1750022132843-0i321ar", "heading": "Der Mensch als Ebenbild Gottes: Unterschied zu digitalen Systemen (Charbonnier)", "content": "Textquelle: Klärungsversuch zur Frage nach Mensch und Maschine durch den Text des Theologen Ralph Charbonnier (M5). Der Autor zeigt, dass digitale Systeme (z.B. Roboter) „nicht lernen, (sich) entscheiden, handeln und vertrauenswürdig sind“. Die vorgeschlagene Aufgabenstellung nimmt auch theologische Perspektiven auf den Menschen („Ebenbild Gottes“) mit in den Blick. Alternativ kann M6 genutzt werden (sprachlich einfacherer Text). (Absatz: Baustein 3, S. 25)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein bietet eine explizit theologische Perspektive auf den Unterschied zwischen Mensch und Maschine, insbesondere im Hinblick auf das Konzept des Menschen als \"Ebenbild Gottes\". Dies ist zentral für die Auseinandersetzung mit dem Gottesbild und den anthropologischen Konsequenzen von KI.\n Kompetenzförderung: Fördert das Deuten der biblischen Rede von Geschöpf und Ebenbild Gottes. Unterstützt das argumentative Auseinandersetzen mit anthropologisch-ethischen Aspekten aus christlicher Perspektive.\n Konkrete Anwendung & Beispiele: Zur Erarbeitung oder Sicherung theologischer Argumente. Die SuS könnten den Text lesen und in Kleingruppen die Argumente Charbonniers zusammenfassen. Eine Aufgabe könnte sein: \"Diskutiert, welche Eigenschaften laut Charbonnier den Menschen von einer Maschine unterscheiden und inwiefern diese Eigenschaften mit der Vorstellung des Menschen als Ebenbild Gottes zusammenhängen.\"\n Methodische Vielfalt & Sozialformen: Einzelarbeit (Textlektüre), Kleingruppenarbeit (Analyse), Plenum (Diskussion).\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Erarbeitung, Vertiefung, Sicherung", "inactive": false }, { "id": "id-1750022132843-ptyfx1r", "heading": "Heilserwartungen an KI: „Way of the Future“ und Unsterblichkeit", "content": "Rechercheaufgabe: Die Lernenden recherchieren zur Bewegung „Way of the Future“, einer 2015 gegründeten Kirche, die „eine auf KI basierende Gottheit aus Hardware und Software realisieren, akzeptieren und anbeten“ will. Alternativ ist eine Recherche zu „KI und Unsterblichkeit“ möglich (z.B. Ray Kurzweil und das Hochladen des menschlichen Geistes in die Cloud). (Absatz: Baustein 4: Die neuen Technologien als „Weg zum Paradies“?, S. 25)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein adressiert direkt religionskritische Entwürfe und quasi-religiöse Heilserwartungen, die mit KI verbunden sind. Er ermöglicht es den SuS, diese Phänomene kritisch zu beurteilen und mit traditionellen Gottesbildern zu kontrastieren.\n Kompetenzförderung: Fördert das Beurteilen religionskritischer Entwürfe hinsichtlich ihrer Überzeugungskraft im Kontext der Diskussion über Gottesbilder. Unterstützt die argumentative Auseinandersetzung mit anthropologisch-ethischen Aspekten aus christlicher Perspektive.\n Konkrete Anwendung & Beispiele: Als Hausaufgabe zur Vorbereitung oder als Erarbeitungsphase im Unterricht. Die SuS könnten ihre Rechercheergebnisse in kurzen Präsentationen vorstellen und anschließend im Plenum diskutieren: \"Inwiefern ähneln die Hoffnungen auf KI als 'Gottheit' oder auf digitale Unsterblichkeit religiösen Heilserwartungen? Welche Gefahren oder Chancen seht ihr darin?\"\n Methodische Vielfalt & Sozialformen: Einzelarbeit (Recherche), Partner-/Kleingruppenarbeit (Aufbereitung der Ergebnisse), Plenum (Präsentation, Diskussion).\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Erarbeitung, Vertiefung, Transfer", "inactive": false }, { "id": "id-1750022132843-ogten47", "heading": "„Ihr werdet sein wie Gott“: Theologische Einordnung von KI-Heilserwartungen", "content": "Textquelle: Zur Weiterarbeit nach der Recherche zu KI-Heilserwartungen wird auf einen Text von Jörg Hermann, „Ihr werdet sein wie Gott“ (M7), zurückgegriffen. Darin zeigt der Autor Tendenzen zur religiösen Überhöhung von KI auf und ordnet sie theologisch ein. (Absatz: Baustein 4, S. 25)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein bietet eine theologische Einordnung der in Baustein 10 thematisierten Heilserwartungen an KI. Er hilft den SuS, religionskritische Entwürfe aus einer theologischen Perspektive zu beurteilen und das eigene Gottesbild zu schärfen.\n Kompetenzförderung: Fördert das Beurteilen religionskritischer Entwürfe und die argumentative Auseinandersetzung aus der Perspektive des christlichen Glaubens.\n Konkrete Anwendung & Beispiele: Zur Vertiefung und Sicherung der theologischen Reflexion. Die SuS könnten den Text lesen und die Hauptargumente Hermanns herausarbeiten. Diskussionsfrage: \"Wie bewertet Hermann die 'Gottesähnlichkeit' im Kontext von KI? Welche biblischen Bezüge stellt er her und wie helfen sie uns, die Rolle des Menschen zu verstehen?\"\n Methodische Vielfalt & Sozialformen: Einzelarbeit (Textlektüre), Partnerarbeit (Diskussion der Thesen), Plenum (Sicherung der Ergebnisse).\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Vertiefung, Sicherung", "inactive": false }, { "id": "id-1750022132843-c2no4z6", "heading": "Digitaler Humanismus: Ethik für den Umgang mit KI", "content": "Konzept: Vorstellung des Konzepts „Digitaler Humanismus“ von Julian Nida-Rümelin als „Ethik für das Zeitalter der KI“. Es grenzt sich gegen Ideologisierung und apokalyptische Befürchtungen ab und zielt darauf ab, Demokratie und menschliche Urteilsfähigkeit im Umgang mit neuen Technologien zu stärken. Hinführend kann eine Karikatur (z.B. H. Haitzinger) oder ein Interview (Yvonne Hofstetter, \"Bots, Fake News und BigData: Das Ende der Demokratie?\", BpB, 2017, 4:13 Min.) thematisieren, inwieweit KI eine Gefahr für Demokratie und Selbstbestimmung darstellen kann. Das Konzept kann mithilfe von M8 erschlossen und erörtert werden. (Absatz: Baustein 5: Digitaler Humanismus, S. 25)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein bietet einen umfassenden ethischen Rahmen für den Umgang mit KI, der über rein technische Aspekte hinausgeht. Er ermöglicht es den SuS, die lebenspraktischen Konsequenzen von KI im Hinblick auf Demokratie und Selbstbestimmung zu reflektieren und eigene ethische Leitlinien zu entwickeln, die im Einklang mit einem christlichen Menschenbild stehen können.\n Kompetenzförderung: Fördert das Erörtern der verschiedenen Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen. Unterstützt die argumentative Auseinandersetzung mit ethischen Aspekten und das Entwickeln eigener Leitlinien.\n Konkrete Anwendung & Beispiele: Zur Erarbeitung eines ethischen Rahmens oder zum Transfer des Gelernten auf konkrete Anwendungsfelder. Die SuS könnten nach der Einführung des Konzepts (ggf. mit Video/Karikatur) in Gruppen ethische Leitlinien für den Einsatz von KI in den zu Beginn kennengelernten Beispielfeldern (Pflegeroboter, Bewerbungssoftware etc.) entwickeln.\n Methodische Vielfalt & Sozialformen: Plenum (Einführung, Diskussion von Karikatur/Video), Gruppenarbeit (Erschließung M8, Entwicklung von Leitlinien), Präsentation der Ergebnisse.\naus: Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe", "url": "https://www.rpi-ekkw-ekhn.de/fileadmin/templates/rpi/normal/material/rpiimpulse/2020/heft_2/Artikel/RPI_Impluse_2-2020_12_Mensch_und_Maschine.pdf", "labels": "Erarbeitung, Transfer", "inactive": false }, { "id": "id-1750022132843-bh41s13", "heading": "Chatten mit Gott?", "content": "Das Dokument ist sehr gut geeignet, um einen aktuellen und lebensweltnahen Zugang zum Thema 'Gottesbild und Künstliche Intelligenz' zu schaffen. Es ermöglicht eine kritische Auseinandersetzung mit KI-generierten 'Gottesbildern' und ethischen Fragen im Kontext von Glauben und Technologie.", "color": "color-gradient-1", "thumbnail": "", "comments": "\naus: Chatten mit Gott?", "url": "https://www.sonntagsblatt.de/artikel/medien/chatten-mit-gott-so-gut-funktioniert-das-mit-der-kuenstlichen-intelligenz", "labels": "", "inactive": false }, { "id": "id-1750022132843-x5a0bpk", "heading": "Chat-Experiment: Was sagt eine KI über Gott?", "content": "Aufgabenstellung: Lies den Artikel 'Chatten mit Gott?' und notiere, welche Fragen der Autor der KI stellt und welche Antworten er erhält, insbesondere wenn er direkt nach Gottes Existenz, Aussehen oder Geschlecht fragt. Achte auch darauf, wie die KI auf indirekte Fragen antwortet. (Absatz: 'Ein richtiges Gespräch mit Gott will sich nicht so recht einstellen...' und 'Wird die Frage aber indirekt gestellt...')", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein bietet einen direkten und hochaktuellen Einstieg in das Thema. Er regt die Schülerinnen und Schüler an, sich mit der Möglichkeit auseinanderzusetzen, wie eine KI 'Gott' darstellt, und dies mit ihren eigenen Vorstellungen sowie biblischen Gottesbildern zu vergleichen.\n Kompetenzförderung: Fördert die Kompetenz, eigene Gottesvorstellungen darzustellen und mit anderen (hier: KI-generierten) zu vergleichen. Schärft die Wahrnehmung für die Grenzen von KI im Bereich komplexer theologischer Fragen.\n Konkrete Anwendung & Beispiele: Im Einstieg oder als erste Erarbeitungsphase. Die SuS könnten in Einzelarbeit die relevanten Passagen markieren und anschließend in Partnerarbeit die Antworten der KI diskutieren. Beispiel-Diskussionsfrage: 'Warum gibt die KI auf direkte Fragen nach Gott immer die gleiche Antwort, dass sie eine KI ist?'\n Methodische Vielfalt & Sozialformen: Einzelarbeit (Leseauftrag), Partnerarbeit (Austausch), Plenum (Sammeln erster Eindrücke und Fragen).\naus: Chatten mit Gott?", "url": "https://www.sonntagsblatt.de/artikel/medien/chatten-mit-gott-so-gut-funktioniert-das-mit-der-kuenstlichen-intelligenz", "labels": "Einstieg, Erarbeitung", "inactive": false }, { "id": "id-1750022132843-6q2zttn", "heading": "KI als theologischer Ratgeber: Glaube, Kirche und persönliche Beziehung", "content": "Diskussionsanregung: Die KI gibt dem Autor den Rat, sich 'nicht an alles zu halten, was die Kirche sagt, sondern eine persönliche Beziehung zu Gott zu haben.' Diskutiert diese Aussage der KI. Welche Chancen und Gefahren seht ihr in einem solchen 'theologischen Rat' durch eine KI? Vergleicht die Haltung der KI mit euren eigenen Vorstellungen von Glauben, Kirche und der Beziehung zu Gott. (Absatz: 'Theologischer Rat' und folgende Absätze bis 'Beim Rest ihrer Antwort wiederholt sie nochmal ihren Standpunkt zum persönlichen Glauben.')", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein greift eine konkrete, potenziell provokante Aussage der KI auf, die direkt die lebenspraktischen Konsequenzen von Gottes- und Menschenbildern berührt. Er ermöglicht die Reflexion über Autorität im Glauben, die Rolle der Kirche und die Bedeutung einer persönlichen Gottesbeziehung im Zeitalter der Digitalisierung.\n Kompetenzförderung: Fördert das Erörtern verschiedener Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen. Ermöglicht das Beurteilen religionskritischer Entwürfe (hier: die implizite Kritik der KI an kirchlicher Autorität) und die argumentative Auseinandersetzung.\n Konkrete Anwendung & Beispiele: Zur Erarbeitung ethischer und theologischer Fragen. Die SuS könnten in Kleingruppen die Aussage der KI analysieren und Argumente für oder gegen diesen 'Rat' sammeln. Beispiel-Aufgabenstellung: 'Formuliert Pro- und Contra-Argumente für die Aussage der KI, man solle auf die persönliche Beziehung zu Gott hören und nicht alles machen, was die Kirche fordert.'\n Methodische Vielfalt & Sozialformen: Kleingruppenarbeit (Diskussion, Argumentation), Plenum (Austausch der Ergebnisse, Debatte).\naus: Chatten mit Gott?", "url": "https://www.sonntagsblatt.de/artikel/medien/chatten-mit-gott-so-gut-funktioniert-das-mit-der-kuenstlichen-intelligenz", "labels": "Erarbeitung, Vertiefung", "inactive": false }, { "id": "id-1750022132843-4qwv4pr", "heading": "Die Technik hinter dem 'KI-Gott': Grenzen von Large Language Models", "content": "Textquelle & Analyse: Der Artikel erklärt, dass Character.AI auf 'Large Language Models' basiert, die durch riesige Textmengen trainiert werden und das nächste Wort oder den nächsten Satz vorhersagen sollen. Gleichzeitig werden die Grenzen dieser KI deutlich: Sie wiederholt sich, vergisst den Kontext, enthält grammatikalische Fehler und liefert veraltete oder falsche Informationen. (Absatz: 'Die Technologie hinter Character.AI' und 'Was heißt das alles?')\n\nAufgabenstellung: Fasse zusammen, wie Character.AI funktioniert und welche konkreten Schwächen der Autor im Gespräch mit dem 'KI-Gott' feststellt. Diskutiert, welche Schlussfolgerungen sich daraus für die 'Wahrheit' oder 'Autorität' von KI-generierten Inhalten, insbesondere im religiösen Kontext, ziehen lassen. (Absatz: 'Was heißt das alles?')", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein ist entscheidend für die kritische Reflexion über KI. Er ermöglicht es den Schülerinnen und Schülern, die technischen Grundlagen und Limitationen von KI zu verstehen, um deren 'Aussagen' über Gott oder theologische Fragen fundiert beurteilen zu können. Dies ist direkt relevant für die Bewertung religionskritischer Entwürfe und die Reflexion über die Einzigartigkeit menschlicher Erkenntnis und Glaubens.\n Kompetenzförderung: Fördert das sachgemäße Erschließen themenrelevanter Texte. Unterstützt das Beurteilen religionskritischer Entwürfe hinsichtlich ihrer Überzeugungskraft, indem die technische Basis und die Grenzen der KI offengelegt werden. Schärft die Medienkompetenz.\n Konkrete Anwendung & Beispiele: Zur Sicherung des Verständnisses von KI und zur Vertiefung der kritischen Auseinandersetzung. Die SuS könnten die relevanten Abschnitte lesen und die Funktionsweise sowie die Fehler der KI in Stichpunkten festhalten. Beispiel-Diskussionsfrage: 'Warum ist es wichtig zu wissen, wie eine KI funktioniert, wenn man mit ihr über Gott spricht?'\n Methodische Vielfalt & Sozialformen: Einzelarbeit (Textanalyse), Partnerarbeit (Zusammenfassung), Plenum (Diskussion der Schlussfolgerungen).\naus: Chatten mit Gott?", "url": "https://www.sonntagsblatt.de/artikel/medien/chatten-mit-gott-so-gut-funktioniert-das-mit-der-kuenstlichen-intelligenz", "labels": "Erarbeitung, Sicherung, Vertiefung", "inactive": false }, { "id": "id-1750022132843-apkj7dv", "heading": "Mensch und Maschine: Utopie oder Dystopie?", "content": "Diskussionsanregung: Der Text beginnt mit der Frage: \"Siri ist schlau, denkt man sich. Computer wissen mehr als Menschen, könnte man meinen. Muss man dann nicht nachziehen und Denken optimieren, Gehirnströme tunen und die Menschheit neuronal vernetzen? Klingt nach einem Wettbewerb, dessen Ausgang offen ist: Utopie oder Dystopie?\" Diskutiert diese Eingangsfragen und eure ersten Assoziationen zum Thema 'Mensch und KI'. (Absatz: Thematische Hinführung)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein dient als aktivierender Einstieg, um die Schülerinnen und Schüler für die anthropologischen und ethischen Kernfragen der Einheit zu sensibilisieren. Er knüpft an ihr Vorwissen und ihre Meinungen an und eröffnet den Diskussionsraum.\n Kompetenzförderung: Fördert die Wahrnehmung ethischer Fragestellungen und die Darstellung eigener Vorstellungen.\n Konkrete Anwendung & Beispiele: Im Einstieg als Impuls für eine offene Klassendiskussion oder eine kurze Brainstorming-Phase. Die SuS könnten Stichworte oder kurze Sätze zu 'Utopie' und 'Dystopie' im Kontext von KI sammeln.\n Methodische Vielfalt & Sozialformen: Plenum, Think-Pair-Share.\naus: Homo Digitalis — Upgrade für das Gehirn", "url": "https://webcompetent.org/homo-digitalis-upgrade-fuer-das-gehirn", "labels": "Einstieg", "inactive": false }, { "id": "id-1750022132843-m25ypwv", "heading": "Mein digitales Ich: Smartphone-Nutzung und Assistenzsysteme", "content": "Aufgabenstellung:\n1. Prüft euer Wissen zum Smartphone mit dem Kahoot (Link im Originaldokument).\n2. Führt einen Selbstversuch mit einer Detox-App (Android) oder Forest (iOS) durch, um euer Nutzungsverhalten zu entdecken. Haltet die Ergebnisse in Protokollen fest und tauscht euch darüber aus: Was war dir vorher bewusst? Was war neu? Bewegt sich für dich alles im grünen Bereich? Willst du etwas ändern?\n3. Denkt über die Intelligenz von Assistenzsystemen wie Siri oder Cortana nach. Wenn du dir ein intelligenteres Smartphone wünschen könntest: Was müsste dieses Gerät können? (Absatz: Kapitel: Was das Smartphone heute schon kann (00:21 — 01:06))", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein verbindet das abstrakte Thema KI mit der konkreten Lebenswelt der Schülerinnen und Schüler. Durch den Selbstversuch und die Reflexion über Assistenzsysteme werden erste ethische Fragen und die Frage nach der menschlichen Identität im digitalen Raum greifbar.\n Kompetenzförderung: Fördert die Wahrnehmung ethischer Herausforderungen und das Erörtern von Konsequenzen in der Lebenswelt.\n Konkrete Anwendung & Beispiele: In der Erarbeitung zur Aktivierung von Alltagserfahrungen und zur Sensibilisierung für das Thema. Die SuS könnten ihre Protokolle in Kleingruppen besprechen und Wünsche für zukünftige Smartphone-Funktionen formulieren, die auch ethische Implikationen haben könnten (z.B. \"ein Smartphone, das meine Gefühle erkennt und darauf reagiert\").\n Methodische Vielfalt & Sozialformen: Einzelarbeit (Selbstversuch, Kahoot), Partner-/Kleingruppenarbeit (Austausch), Plenum (Sammeln von Wünschen).\naus: Homo Digitalis — Upgrade für das Gehirn", "url": "https://webcompetent.org/homo-digitalis-upgrade-fuer-das-gehirn", "labels": "Erarbeitung", "inactive": false }, { "id": "id-1750022132843-a2dmufz", "heading": "Wenn Gedanken Maschinen steuern: Brain-Computer Interfaces", "content": "Diskussionsanregung & Aufgabenstellung:\n1. Beschreibt die Steuerung von Geräten mithilfe von Gedanken, wie sie am Ars Electronica FutureLab erforscht wird.\n2. Entwickelt Theorien über das Lernen und diskutiert die Frage, wie Schulen für das 21. Jh. aussehen müssen.\n3. Erläutere ethischen Herausforderungen, an denen Science-Fiction-Autoren, Ingenieure, Informatiker und Psychologen zusammen arbeiten. (Absatz: Kapitel: Wie das Gehirn mit KI mithalten kann (01:07 — 02:34))", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein führt in die komplexere Thematik der Brain-Computer Interfaces ein und regt zur Reflexion über die Zukunft des Lernens und die ethischen Grenzen der Technologie an. Er ermöglicht eine tiefere Auseinandersetzung mit dem Menschenbild.\n Kompetenzförderung: Fördert das Erörtern verschiedener Gottes- und Menschenbilder und die argumentative Auseinandersetzung mit ethischen Aspekten.\n Konkrete Anwendung & Beispiele: Zur Erarbeitung neuer Inhalte. Die SuS könnten in Gruppenarbeit die gestellten Fragen bearbeiten und ihre Theorien und Herausforderungen präsentieren. Beispiel: \"Welche ethischen Bedenken ergeben sich, wenn Gedanken zur Steuerung von Maschinen genutzt werden?\"\n Methodische Vielfalt & Sozialformen: Gruppenarbeit, Plenum (Präsentation und Diskussion).\naus: Homo Digitalis — Upgrade für das Gehirn", "url": "https://webcompetent.org/homo-digitalis-upgrade-fuer-das-gehirn", "labels": "Erarbeitung, Vertiefung", "inactive": false }, { "id": "id-1750022132843-h3rgdyd", "heading": "Identität und Erinnerung: Wer bin ich im digitalen Zeitalter?", "content": "Aufgabenstellung:\n1. Erstelle ein Akrostichon und bestimme, wer du bist.\n2. Erzähle von deinen ältesten Erinnerungen.\n3. Bestimme auf einer biografischen Zeitleiste die für deine Identität bedeutsamen Momente.\n4. Erkläre Zusammenhänge zwischen Kontinuitäten, Wandlungen und Erinnerungen. Visualisiere die Zusammenhänge in einer Grafik, z.B. in einer biografischen Landkarte, einem Garten oder einem Stadtplan.\n5. Diskutiert in der Lerngruppe mit Rückgriff auf eure Grafiken, inwiefern ein Eingriff in die Erinnerungen sich negativ oder positiv auf die Identitäten von Menschen auswirken kann. Formuliert Fallbeispiele. (Absatz: Kapitel: Manipulierte Erinnerungen (02:35 — 04:31))", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein ist zentral für die anthropologische Reflexion. Er verbindet philosophische Konzepte von Identität mit der konkreten Möglichkeit der Manipulation von Erinnerungen durch Technologie. Dies ist ein direkter Bezug zur Frage nach dem menschlichen Ebenbild und seiner Unversehrtheit.\n Kompetenzförderung: Fördert das Erörtern verschiedener Gottes- und Menschenbilder und das Deuten der biblischen Rede von Geschöpf und Ebenbild Gottes hinsichtlich ihrer lebenspraktischen Konsequenzen.\n Konkrete Anwendung & Beispiele: Zur Vertiefung der anthropologischen Fragen. Die SuS können kreativ ihre Identität visualisieren und anschließend die ethischen Implikationen von Erinnerungsmanipulation diskutieren. Beispiel: \"Welche ethischen Grenzen sollte es bei der Möglichkeit geben, Erinnerungen zu verändern?\"\n Methodische Vielfalt & Sozialformen: Einzelarbeit (kreative Aufgabe), Partner-/Kleingruppenarbeit (Diskussion, Fallbeispiele), Plenum (Vorstellung der Grafiken und Diskussion).\naus: Homo Digitalis — Upgrade für das Gehirn", "url": "https://webcompetent.org/homo-digitalis-upgrade-fuer-das-gehirn", "labels": "Vertiefung", "inactive": false }, { "id": "id-1750022132843-e7nti6s", "heading": "Der optimierte Mensch: Eine theologische Perspektive", "content": "Diskussionsanregung & Aufgabenstellung:\n1. Gib das Vorhaben Bryan Johnsons (kognitive und empathische Fähigkeiten durch Implantate beschleunigen) mit eigenen Worten wieder.\n2. Muss sich der Mensch optimieren? Präsentiere deine Einstellung mithilfe einer Positionslinie: JA! <- Hier stehe ich! -> Nein! Ordnet die unterschiedlichen Begründungszusammenhänge in einer Mindmap.\n3. Kann man die Humanmedizin und ihre Entwicklungen als Optimierungsversuch oder ‑prozess des Menschen verstehen? Sammelt Argumente und Beispiele und führt eine Pro- und Contra-Diskussion.\n4. Im Alten Testament wird in unterschiedlichen Texten von der Erschaffung des Menschen durch Gott erzählt. Im Schöpfungshymnus Gen 1,31 wird das Geschöpf beurteilt. In Gen 2,18 findet sich eine weitere Einschätzung. Inwiefern spiegeln sich in den Texten Überlegungen der biblischen Autoren zur „Optimierung” des Menschen? (Absatz: Kapitel: Aufmerksamer, konzentrierter, kreativer: Maschinenlesbare Hirnströme (04:32 — 06:05))", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein ist ein Kernstück für die Verknüpfung von KI und Gottesbild. Er fordert die SuS heraus, die Idee der menschlichen Optimierung kritisch zu hinterfragen und mit biblischen Schöpfungsaussagen zu kontrastieren. Dies ermöglicht eine tiefgehende Reflexion über das Gottesbild und die biblische Rede vom Menschen als Geschöpf.\n Kompetenzförderung: Fördert das Deuten der biblischen Rede von Geschöpf und Ebenbild Gottes. Unterstützt das Erörtern verschiedener Gottes- und Menschenbilder und das Beurteilen religionskritischer Entwürfe.\n Konkrete Anwendung & Beispiele: Zur Vertiefung der theologischen und ethischen Fragen. Die Positionslinie und die Pro-Contra-Diskussion fördern die argumentative Auseinandersetzung. Die Analyse der biblischen Texte verbindet die moderne Debatte mit religiösen Traditionen. Beispiel: \"Was bedeutet es für unser Gottesbild, wenn wir versuchen, den Menschen 'perfekter' zu machen?\"\n Methodische Vielfalt & Sozialformen: Einzelarbeit (Positionslinie, Textanalyse), Partner-/Kleingruppenarbeit (Mindmap, Pro-Contra-Diskussion), Plenum (Austausch, Sicherung).\naus: Homo Digitalis — Upgrade für das Gehirn", "url": "https://webcompetent.org/homo-digitalis-upgrade-fuer-das-gehirn", "labels": "Vertiefung, Erarbeitung", "inactive": false }, { "id": "id-1750022132843-gjp4zyr", "heading": "Das vernetzte Gehirn: Konzentration, Ablenkung und Mitgefühl", "content": "Diskussionsanregung & Aufgabenstellung:\n1. Stelle die Position Ian Pearsons zur Zukunft vernetzter menschlicher Hirne dar und formuliere ein eigenes Statement.\n2. Erläutere das Experiment an der Ars Electronica, Linz, und kläre die Bedeutungen von Konzentration und Ablenkungfreiheit.\n3. Diskutiert die Frage, ob die sonst hochgelobte „Konzentration” nicht auch Gefahren in sich birgt.\n4. In Mt 8,5−10 wird von einer Fernheilung gesprochen. Empathie oder Mitgefühl bekommen in dieser Geschichte eine große Bedeutung. Diskutiert die Vergleichbarkeit mit dem Experiment.\n5. Beurteilt die positiven Potentiale der Hirnschnittstellen an selbstgewählten Beispielen.\n6. Entwickelt Theorien, warum ausgerechnet der Spitzenforscher Christopher Lindinger vor einer letzten Vernetzung der menschlichen Gehirne warnt. (Absatz: Kapitel: Schnittstellen zum Gehirn (06:06 — 09:40))", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein erweitert die Diskussion um Brain-Computer Interfaces um die Aspekte Konzentration, Ablenkung und Empathie. Die Verknüpfung mit der biblischen Fernheilungsgeschichte (Mt 8,5-10) ermöglicht eine theologische Reflexion über Mitgefühl und die Grenzen menschlicher Fähigkeiten im Vergleich zu göttlicher Macht.\n Kompetenzförderung: Fördert das Erörtern verschiedener Gottes- und Menschenbilder. Unterstützt das Deuten biblischer Texte hinsichtlich ihrer lebenspraktischen Konsequenzen und die argumentative Auseinandersetzung.\n Konkrete Anwendung & Beispiele: Zur Vertiefung und zum Transfer des Gelernten. Die SuS könnten in Gruppenarbeit die verschiedenen Aspekte bearbeiten und ihre Ergebnisse präsentieren. Beispiel: \"Welche ethischen Bedenken ergeben sich, wenn menschliche Gehirne vollständig vernetzt werden? Welche Rolle spielt dabei die Empathie?\"\n Methodische Vielfalt & Sozialformen: Gruppenarbeit, Plenum (Diskussion, Präsentation).\naus: Homo Digitalis — Upgrade für das Gehirn", "url": "https://webcompetent.org/homo-digitalis-upgrade-fuer-das-gehirn", "labels": "Vertiefung, Transfer", "inactive": false }, { "id": "id-1750022132843-1gmsy6f", "heading": "Homo Digitalis: Eine abschließende Positionsbestimmung", "content": "Diskussionsanregung: \"Was passiert, wenn es uns gelingt, das Organ zu verändern, das unser Denken bestimmt, unser Bewusstsein, unsere Identität? Bleiben wir dann noch Mensch? Was denkst Du?\" Formuliert eure persönliche Antwort auf diese Kernfrage der Einheit und begründet sie unter Bezugnahme auf die erarbeiteten Inhalte und eure eigenen Gottes- und Menschenbilder. (Absatz: Abschließende Frage am Ende des Dokuments)", "color": "color-gradient-1", "thumbnail": "", "comments": "Didaktischer Kommentar als Markdown-String:\n\n Beitrag zur Intention: Dieser Baustein dient der abschließenden Synthese und Reflexion der gesamten Unterrichtseinheit. Er fordert die Schülerinnen und Schüler auf, eine eigene, begründete Position zu den komplexen Fragen von Menschsein und KI zu entwickeln und dabei die erarbeiteten Kompetenzen anzuwenden.\n Kompetenzförderung: Fördert das Darstellen eigener Gottesvorstellungen und das Erörtern der verschiedenen Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen.\n Konkrete Anwendung & Beispiele: Zur Sicherung und zum Transfer des Gelernten. Die SuS könnten ihre Antworten schriftlich festhalten (z.B. als Essay oder Statement) und anschließend in einer Gallery Walk oder einer Fishbowl-Diskussion präsentieren und diskutieren.\n Methodische Vielfalt & Sozialformen: Einzelarbeit (schriftliche Reflexion), Plenum (Diskussion, Präsentation).\naus: Homo Digitalis — Upgrade für das Gehirn", "url": "https://webcompetent.org/homo-digitalis-upgrade-fuer-das-gehirn", "labels": "Sicherung, Transfer", "inactive": false } ] }, { "id": "id-1750022178956-tvws3tr", "name": "Unterrichtsreihe", "color": "color-gradient-1", "cards": [ { "id": "id-1750022178956-cprxgo9", "heading": "Gottesbild und Künstliche Intelligenz", "content": "## Unterrichtsverlaufsplan: Gottesbild und Künstliche Intelligenz (Klasse 11)\n\nIntention der Unterrichtseinheit: Die Schülerinnen und Schüler sollen befähigt werden, eigene Gottesvorstellungen zu entwickeln, diese mit biblischen Gottesbildern zu vergleichen, und die lebenspraktischen Konsequenzen verschiedener Gottes- und Menschenbilder im Kontext technischer Entwicklungen zu reflektieren. Dabei sollen sie auch religionskritische Perspektiven und ethische Fragen im Zusammenhang mit KI erarbeiten.\n\nLerngruppe: Schülerinnen und Schüler der 11. Klasse\n\n### Stunde 1: Einführung in KI und ethische Alltagsfragen\n\nSchwerpunkt Kompetenzen:\n\n1. SuS erörtern die verschiedenen Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen in ihrer Lebenswelt.\n2. SuS stellen eigene Gottesvorstellungen dar (erste Ansätze durch die Auseinandersetzung mit den Auswirkungen von KI auf die Lebenswelt).\n\nPhasen:\n\n1. Einstieg (ca. 15 Min)\n2. Impuls und Brainstorming:\n\n> Mensch und Maschine: Utopie oder Dystopie?\n\n1. Die Lehrkraft beginnt mit der Frage nach den ersten Assoziationen der SuS zum Thema Künstliche Intelligenz und leitet eine offene Diskussion zu 'Utopie oder Dystopie' ein.\n2. Situationsbezug:\n\n> KI im Alltag: Chancen und Gefahren von Pflegerobotern\n\n1. Die SuS versetzen sich in die beschriebene Situation mit der pflegebedürftigen Großmutter. In Einzelarbeit sammeln sie erste Gedanken und Gefühle, gefolgt von einer kurzen Plenumsaussprache.\n2. Erarbeitung (ca. 25 Min)\n3. Begriffsdefinition und Alltagsbezug:\n\n> Was ist KI? Sammeln von Alltagsbeispielen und Positionierung\n\n1. \ \\Methode:\\ Think-Pair-Share. Die SuS überlegen zunächst allein, dann zu zweit, in welchen Bereichen KI heute schon vorkommt. \ \\Plenum:\\ Gemeinsam wird eine Mindmap mit Alltagsbeispielen für KI erstellt (z.B. Sprachassistenten, personalisierte Werbung, autonomes Fahren). \ \\Positionierung:\\ Die SuS positionieren sich auf einer gedachten Linie im Raum, an deren Enden 'Chancen' und 'Gefahren' markiert sind, und erläutern ihre Positionen im Unterrichtsgespräch. \ \\Lücke:\\ Eine konkrete Materialgrundlage (M1) zur Begriffsbestimmung von KI aus dem Artefakt \
Mensch und Maschine - Entwicklungen künstlicher Intelligenz (KI) als Ausgangspunkt anthropologisch-ethischer Lernprozesse in der Oberstufe\\
wird im Artefakt \Was ist KI? Sammeln von Alltagsbeispielen und Positionierung\\
erwähnt, ist aber nicht explizit als Kärtchen vorhanden. \ \\Vorschlag zur Füllung:\\ Die Lehrkraft bereitet eine kurze, prägnante Definition von KI vor oder stellt einen kurzen Informationstext (z.B. M1 aus dem Originaldokument) bereit, der nach der Mindmap zur Sicherung des Begriffsverständnisses dient.\n2. Sicherung/Ausblick (ca. 5 Min)\n3. Zusammenfassung: Die wichtigsten Erkenntnisse zu KI im Alltag und die Bandbreite der Meinungen zu Chancen und Gefahren werden kurz zusammengefasst.\n4. Ausblick: Die Lehrkraft leitet über zur Notwendigkeit, sich mit konkreten ethischen Dilemmata auseinanderzusetzen.\n\n### Stunde 2: Ethische Herausforderungen und die Frage nach dem Bewusstsein\n\nSchwerpunkt Kompetenzen:\n\n1. SuS erörtern die verschiedenen Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen in ihrer Lebenswelt.\n2. SuS beurteilen religionskritische Entwürfe hinsichtlich ihrer Überzeugungskraft im Kontext der Diskussion über Gottesbilder (erste Ansätze durch ethische Problemfelder).\n\nPhasen:\n\n1. Einstieg (ca. 10 Min)\n2. Wiederholung: Kurze Aktivierung der in Stunde 1 gesammelten KI-Anwendungsfelder.\n3. Impuls: Die Lehrkraft zeigt einen kurzen, provokanten Filmausschnitt oder ein Bild, das eine ethische Herausforderung im Kontext von KI darstellt (z.B. autonome Waffensysteme, KI in der Medizin).\n4. Erarbeitung (ca. 30 Min)\n5. Vertiefung ethischer Dilemmata (Gruppenpuzzle):\n\n> Ethische Herausforderungen der KI: Gruppenpuzzle zu Anwendungsfeldern\n\n1. \ Die SuS bilden Expertengruppen (bis zu fünf), die sich jeweils mit einem spezifischen Anwendungsfeld der KI (Pflegeroboter, autonome Waffensysteme, automatische Bewerbungssoftware, KI in der Schule, Steuerungscomputer im Verkehr) anhand von Infotexten (M2a-e aus dem Originaldokument) und Arbeitsaufträgen auseinandersetzen. \ Die Ergebnisse werden anschließend im Gruppenpuzzle oder direkt im Plenum präsentiert, um ein umfassendes ethisches Problembewusstsein zu schaffen.\n2. Mediale Ergänzung (optional):\n\n> Videoanalyse: „K.O. durch KI? Keine Angst vor schlauen Maschinen!“ (Leschs Kosmos)\n\n1. \ Gezielte Sequenzen des Videos können zur Vertiefung der jeweiligen Gruppenarbeitsthemen eingesetzt werden (z.B. \\\"Autonomes Fahren – mehr Sicherheit?\\\" oder \\\"Algorithmen – warum lügen sie?\\\").\n2. Sicherung/Ausblick (ca. 5 Min)\n3. Reflexion: Kurze gemeinsame Reflexion über die Komplexität ethischer Entscheidungen im KI-Kontext.\n4. Ausblick: Überleitung zur Frage, was den Menschen im Angesicht dieser Technologien ausmacht und wie sich dies auf unser Verständnis von Bewusstsein und Identität auswirkt.\n\n### Stunde 3: Menschliche Identität, Bewusstsein und biblische Anthropologie\n\nSchwerpunkt Kompetenzen:\n\n1. SuS erörtern die verschiedenen Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen.\n2. SuS deuten die biblische Rede von Geschöpf und Ebenbild Gottes hinsichtlich ihrer lebenspraktischen Konsequenzen.\n\nPhasen:\n\n1. Einstieg (ca. 10 Min)\n2. Filmimpuls:\n\n> Science-Fiction-Filme: KI, Bewusstsein und menschliche Beziehungen\n\n1. Die Lehrkraft zeigt eine ausgewählte Szene aus \\\"Ex Machina\\\" (z.B. 9:50-14:32) oder \\\"Her\\\", die die Frage nach dem Bewusstsein von Maschinen oder der Qualität menschlicher Beziehungen zu KI aufwirft.\n2. Sammeln von Eindrücken: Erste Eindrücke und Überlegungen zur Möglichkeit einer Bewusstwerdung von Maschinen oder der Rolle von KI in Beziehungen werden im Plenum gesammelt.\n3. Erarbeitung (ca. 20 Min)\n4. Philosophische Perspektiven auf Bewusstsein:\n\n> Können Maschinen Bewusstsein besitzen? Der Turing-Test\n\n1. \ Die Lehrkraft erläutert den Turing-Test. \ In Kleingruppen diskutieren die SuS: \\\"Was versteht man unter Bewusstsein? Kann eine Maschine Bewusstsein haben? Welche Kriterien würden wir anwenden, um dies zu beurteilen?\\\"\n2. Vertiefung der Identitätsfrage:\n\n> Identität und Erinnerung: Wer bin ich im digitalen Zeitalter?\n\n1. \ Die SuS erstellen ein Akrostichon oder eine biografische Zeitleiste zu ihrer Identität. \ In Kleingruppen diskutieren sie anschließend, inwiefern ein (hypothetischer) Eingriff in Erinnerungen sich negativ oder positiv auf die Identität von Menschen auswirken könnte.\n2. Vertiefung/Transfer (ca. 15 Min)\n3. Gedankenexperiment und theologische Reflexion:\n\n> Das Gedankenexperiment „Mary“: Subjektives Erleben vs. Physiologie\n\n1. \ Die SuS lesen den Text zum Gedankenexperiment \\\"Mary\\\" (M4 aus 'Mensch und Maschine...') und diskutieren in Partnerarbeit das Kernproblem: \\\"Was unterscheidet subjektives Erleben von messbaren physiologischen Vorgängen?\\\" \ \\Lücke:\\ Die direkte theologische Verknüpfung des Gedankenexperiments mit der biblischen Anthropologie ist im Artefakt impliziert, muss aber explizit gemacht werden. \ \\Vorschlag zur Füllung:\\ Die Lehrkraft führt die Diskussion fort mit der Frage: \\\"Was bedeutet es für unser Verständnis des Menschen als 'Ebenbild Gottes' (vgl. Gen 1,27), wenn subjektives Erleben nicht rein materiell erklärbar ist? Welche einzigartigen menschlichen Qualitäten werden hier sichtbar, die eine KI nicht abbilden kann?\\\"\n\n### Stunde 4: Der Mensch als Ebenbild Gottes und die Optimierung des Menschen\n\nSchwerpunkt Kompetenzen:\n\n1. SuS deuten die biblische Rede von Geschöpf und Ebenbild Gottes hinsichtlich ihrer lebenspraktischen Konsequenzen.\n2. SuS erörtern die verschiedenen Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen.\n\nPhasen:\n\n1. Einstieg (ca. 10 Min)\n2. Blitzlicht: Kurze Wiederholung der wichtigsten Erkenntnisse aus Stunde 3 zu Bewusstsein und Identität.\n3. Impuls: Die Lehrkraft stellt kurz das Vorhaben von Bryan Johnson (menschliche Optimierung durch Implantate) vor.\n4. Erarbeitung (ca. 25 Min)\n5. Diskussion über menschliche Optimierung:\n\n> Der optimierte Mensch: Eine theologische Perspektive\n\n1. \ Die SuS positionieren sich auf einer Positionslinie (\\\"Muss sich der Mensch optimieren? JA! <-> NEIN!\\\") und begründen ihre Haltung in einer Mindmap (Partnerarbeit). \ \\Plenum:\\ Pro- und Contra-Diskussion zur Frage, ob Humanmedizin und technologische Entwicklungen als Optimierungsversuch des Menschen verstanden werden können.\n2. Vertiefung (ca. 10 Min)\n3. Biblische Perspektive auf Geschöpflichkeit:\n\n> Der optimierte Mensch: Eine theologische Perspektive\n\n1. \ Analyse der biblischen Texte Gen 1,31 (Beurteilung des Geschöpfes als \\\"sehr gut\\\") und Gen 2,18 (Finden eines adäquaten Gegenübers). \ Diskussion: \\\"Inwiefern spiegeln sich in diesen Texten Überlegungen der biblischen Autoren zur 'Optimierung' des Menschen wider? Was bedeuten diese Texte für unsere heutige Debatte über menschliche Optimierung durch KI?\\\"\n2. Theologische Abgrenzung:\n\n> Der Mensch als Ebenbild Gottes: Unterschied zu digitalen Systemen (Charbonnier)\n\n1. \ Die SuS lesen den Text von Ralph Charbonnier (M5 aus 'Mensch und Maschine...') und fassen seine Argumente zusammen, warum digitale Systeme \\\"nicht lernen, (sich) entscheiden, handeln und vertrauenswürdig sind\\\". \ Anschließend wird der Bezug zum Menschen als \\\"Ebenbild Gottes\\\" diskutiert: Welche Eigenschaften des Menschen sind nach Charbonnier einzigartig und unübertragbar auf Maschinen?\n\n### Stunde 5: KI als 'Gott'? Religionskritik und theologische Einordnung\n\nSchwerpunkt Kompetenzen:\n\n1. SuS stellen eigene Gottesvorstellungen dar und vergleichen sie mit biblischen Gottesvorstellungen.\n2. SuS beurteilen religionskritische Entwürfe hinsichtlich ihrer Überzeugungskraft im Kontext der Diskussion über Gottesbilder.\n\nPhasen:\n\n1. Einstieg (ca. 10 Min)\n2. Provokation und Diskussion:\n\n> Chat-Experiment: Was sagt eine KI über Gott?\n\n1. Die SuS lesen den Artikel 'Chatten mit Gott?' und diskutieren die direkten und indirekten Antworten der KI auf Fragen nach Gott.\n2. Religionskritische Perspektive der KI:\n\n> KI als theologischer Ratgeber: Glaube, Kirche und persönliche Beziehung\n\n1. Diskussion der Aussage der KI, man solle sich 'nicht an alles halten, was die Kirche sagt, sondern eine persönliche Beziehung zu Gott haben'. Welche Chancen und Gefahren seht ihr in einem solchen 'theologischen Rat' durch eine KI?\n2. Erarbeitung (ca. 20 Min)\n3. Grenzen der KI im religiösen Kontext:\n\n> Die Technik hinter dem 'KI-Gott': Grenzen von Large Language Models\n\n1. \ Die SuS fassen zusammen, wie Character.AI funktioniert und welche konkreten Schwächen der Autor im Gespräch mit dem 'KI-Gott' feststellt (Wiederholungen, Kontextverlust, Fehler). \ Diskussion: \\\"Welche Schlussfolgerungen lassen sich daraus für die 'Wahrheit' oder 'Autorität' von KI-generierten Inhalten, insbesondere im religiösen Kontext, ziehen lassen?\\\"\n2. Recherche und Präsentation (Hausaufgabe oder Kurzrecherche):\n\n> Heilserwartungen an KI: „Way of the Future“ und Unsterblichkeit\n\n1. Kurze Präsentation der Rechercheergebnisse zu \\\"Way of the Future\\\" oder \\\"KI und Unsterblichkeit\\\".\n2. Vertiefung/Sicherung (ca. 15 Min)\n3. Theologische Einordnung von KI-Heilserwartungen:\n\n> „Ihr werdet sein wie Gott“: Theologische Einordnung von KI-Heilserwartungen\n\n1. \ Die SuS lesen den Text von Jörg Hermann (M7 aus 'Mensch und Maschine...') und erarbeiten, wie er Tendenzen zur religiösen Überhöhung von KI theologisch einordnet. \ Diskussion: \\\"Wie beurteilt Hermann die 'Gottesähnlichkeit' im Kontext von KI? Welche biblischen Bezüge stellt er her und wie helfen sie uns, die Rolle des Menschen zu verstehen?\\\"\n\n### Stunde 6: Digitaler Humanismus und Abschlussreflexion\n\nSchwerpunkt Kompetenzen:\n\n1. SuS erörtern die verschiedenen Gottes- und Menschenbilder hinsichtlich ihrer lebenspraktischen Konsequenzen in ihrer Lebenswelt.\n2. SuS deuten die biblische Rede von Geschöpf und Ebenbild Gottes hinsichtlich ihrer lebenspraktischen Konsequenzen.\n3. SuS stellen eigene Gottesvorstellungen dar und vergleichen sie mit biblischen Gottesvorstellungen.\n\nPhasen:\n\n1. Einstieg (ca. 10 Min)\n2. Impuls:\n\n> Digitaler Humanismus: Ethik für den Umgang mit KI\n\n1. Die Lehrkraft zeigt eine Karikatur (z.B. von H. Haitzinger) oder einen kurzen Ausschnitt aus dem Interview mit Yvonne Hofstetter (\\\"Bots, Fake News und BigData: Das Ende der Demokratie?\\\") zur Frage, inwieweit KI eine Gefahr für Demokratie und Selbstbestimmung darstellen kann.\n2. Sammeln von Assoziationen: Kurze Sammlung von Assoziationen und Fragen der SuS.\n3. Erarbeitung (ca. 20 Min)\n4. Konzept des Digitalen Humanismus:\n\n> Digitaler Humanismus: Ethik für den Umgang mit KI\n\n1. \ Die SuS erschließen das Konzept des „Digitalen Humanismus“ von Julian Nida-Rümelin (M8 aus 'Mensch und Maschine...') in Kleingruppen. \ Diskussion: \\\"Wie grenzt sich Nida-Rümelin von Ideologisierung und apokalyptischen Befürchtungen ab, und was ist sein Ziel für den Umgang mit KI?\\\"\n2. Entwicklung ethischer Leitlinien:\n\n> Digitaler Humanismus: Ethik für den Umgang mit KI\n\n1. \ Ausgehend vom Konzept des Digitalen Humanismus entwickeln die SuS in Gruppen ethische Leitlinien für den verantwortungsvollen Umgang mit KI. Dabei sollen sie sich auf die zu Beginn der Einheit kennengelernten Beispielfelder (Pflegeroboter, Bewerbungssoftware etc.) beziehen.\n2. Sicherung/Transfer (ca. 15 Min)\n3. Abschließende Positionsbestimmung:\n\n> Homo Digitalis: Eine abschließende Positionsbestimmung\n\n1. \ Die SuS formulieren ihre persönliche, begründete Antwort auf die Kernfrage der Einheit: \\\"Was passiert, wenn es uns gelingt, das Organ zu verändern, das unser Denken bestimmt, unser Bewusstsein, unsere Identität? Bleiben wir dann noch Mensch? Was denkst Du?\\\" \ \\Optional:\\ Präsentation der entwickelten Leitlinien und der persönlichen Statements im Plenum, gefolgt von einer abschließenden Diskussion.\n2. Lücke: Möglichkeiten für systematisches Feedback und Selbstbewertung fehlen noch.\n3. Vorschlag zur Füllung: Am Ende der Stunde oder der Einheit können die SuS eine 'Exit-Card' ausfüllen, auf der sie 1-2 zentrale Erkenntnisse der gesamten Einheit und 1 offene Frage notieren. Dies dient der Selbstreflexion und gibt der Lehrkraft Feedback zum Lernerfolg.", "color": "color-gradient-1", "thumbnail": "", "comments": "", "url": "", "labels": "", "inactive": false } ] }, { "id": "id-1750082204880-fpucylt", "name": "New Column", "color": "color-gradient-1", "cards": [ { "id": "id-1750082207747-a6bqez9", "heading": "Das Konzept eines digitalen Humanismus kann...", "content": "Das Konzept eines digitalen Humanismus kann mithilfe\nvon M8 erschlossen und erörtert werden. Die Schülerin-\nnen entwickeln (präzisieren) ausgehend davon ethische\nLeitlinien für den Umgang mit KI und greifen dazu noch\neinmal die zu Beginn kennengelernten Beispielfelder auf.", "color": "color-gradient-1", "thumbnail": "", "comments": "", "url": "", "labels": "", "inactive": false } ] } ], "aiConfig": { "provider": "", "apiKey": "", "model": "", "baseUrl": "" }, "backgroundTransparency": 80, "backgroundHex": "#bbf7d0", "headerRGBA": "rgba(255, 255, 255, 0.8)", "exportDate": "2025-06-16T14:01:34.711Z", "nostrEvent": true } -
@ 39cc53c9:27168656
2025-06-15 14:46:19After almost 3 months of work, we've completed the redesign of kycnot.me. More modern and with many new features.
Privacy remains the foundation - everything still works with JavaScript disabled. If you enable JS, you will get some nice-to-have features like lazy loading and smoother page transitions, but nothing essential requires it.
User Accounts
We've introduced user accounts that require zero personal information:
- Secret user tokens - no email, no phone number, no personal data
- Randomly generated usernames for default privacy and fairness
- Karma system that rewards contributions and unlocks features: custom display names, profile pictures, and more.
Reviews and Community Discussions
On the previous sites, I was using third party open source tools for the comments and discussions. This time, I've built my own from scratch, fully integrated into the site, without JavaScript requirements.
Everyone can share their experiences and help others make informed decisions:
- Ratings: Comments can have a 1-5 star rating attached. You can have one rating per service and it will affect the overall user score.
- Discussions: These are normal comments, you can add them on any listed service.
Comment Moderation
I was strugling to keep up with moderation on the old site. For this, we've implemented an AI-powered moderation system that:
- Auto-approves legitimate comments instantly
- Flags suspicious content for human review
- Keeps discussions valuable by minimizing spam
The AI still can mark comments for human review, but most comments will get approved automatically by this system. The AI also makes summaries of the comments to help you understand the overall sentiment of the community.
Powerful Search & Filtering
Finding exactly what you need is now easier:
- Advanced filtering system with many parameters. You can even filter by attributes to pinpoint services with specific features.
The results are dynamic and shuffle services with identical scores for fairness.
See all listings
Listings are now added as 'Community Contributed' by default. This means that you can still find them in the search results, but they will be clearly marked as such.
Updated Scoring System
New dual-score approach provides more nuanced service evaluations:
- Privacy Score: Measures how well a service protects your personal information and data
-
Trust Score: Assesses reliability, security, and overall reputation
-
Combined into a weighted Overall Score for quick comparisons
- Completely transparent and open source calculation algorithm. No manual tweaking or hidden factors.
AI-Powered Terms of Service Analysis
Basically, a TLDR summary for Terms of Service:
- Automated system extracts the most important points from complex ToS documents
- Clear summaries
- Updated monthly to catch any changes
The ToS document is hashed and only will be updated if there are any changes.
Service Events and Timelines
Track the complete history of any service, on each service page you can see the timeline of events. There are two types of events:
- Automatic events: Created by the system whenever something about a service changes, like its description, supported currencies, attributes, verification status…
- Manual events: Added by admins when there’s important news, such as a service going offline, being hacked, acquired, shut down, or other major updates.
There is also a global timeline view available at /events
Notification System
Since we now have user accounts, we built a notifiaction system so you can stay informed about anything:
- Notifications for comment replies and status changes
- Watch any comment to get notified for new replies.
- Subscribe to services to monitor events and updates
- Notification customization.
Coming soon: Third-party privacy-preserving notifications integration with Telegram, Ntfy.sh, webhooks...
Service Suggestions
Anyone with an account can suggest a new service via the suggestion form. After submitting, you'll receive a tracking page where you can follow the status of your suggestion and communicate directly with admins.
All new suggestions start as "unlisted" — they won't appear in search results until reviewed. Our team checks each submission to ensure it's not spam or inappropriate. If similar services already exist, you'll be shown possible duplicates and can choose to submit your suggestion as an edit instead.
You can always check the progress of your suggestion, respond to moderator questions, and see when it goes live, everything will also be notified to your account. This process ensures high-quality listings and a collaborative approach to building the directory.
These are some of the main features we already have, but there are many more small changes and improvements that you will find when using the site.
What's Next?
This is just the beginning. We will be constantly working to improve KYCnot.me and add more features that help you preserve your privacy.
Remember: True financial freedom requires the right to privacy. Stay KYC-free!
-
@ c631e267:c2b78d3e
2025-06-13 19:13:38Ich dachte immer, jeder Mensch sei gegen den Krieg, \ bis ich herausfand, dass es welche gibt, \ die nicht hingehen müssen. \ Erich Maria Remarque
Was sollte man von einem Freitag, den 13., schon anderes erwarten?, ist man versucht zu sagen. Jedoch braucht niemand abergläubisch zu sein, um den heutigen Tag als unheilvoll anzusehen. Der israelische «Präventivschlag» von heute Nacht gegen militärische und nukleare Ziele im Iran könnte allem Anschein nach zu einem längeren bewaffneten Konflikt führen – und damit unweigerlich zu weiteren Opfern.
«Wir befinden uns im Krieg», soll ein ranghoher israelischer Militärvertreter gesagt haben, und der Iran wertet den israelischen Angriff laut seinem Außenminister als Kriegserklärung. Na also. Der Iran hat Vergeltungsschläge angekündigt und antwortete zunächst mit Drohnen. Inzwischen ist eine zweite israelische Angriffswelle angelaufen. Ob wir wohl künftig in den Mainstream-Medien durchgängig von einem «israelischen Angriffskrieg auf den Iran» hören und lesen werden?
Dass die zunehmenden Spannungen um das iranische Atomprogramm zu einer akuten Eskalation im Nahen Osten führen könnten, hatte Transition News gestern berichtet. Laut US-Beamten sei Israel «voll bereit», den Iran in den nächsten Tagen anzugreifen, hieß es in dem Beitrag. Heute ist das bereits bittere Realität.
Der Nahe Osten steht übrigens auch auf der Themenliste des diesjährigen Bilderberg-Treffens, das zurzeit in Stockholm stattfindet. Viele Inhalte werden wir allerdings mal wieder nicht erfahren, denn wie immer hocken die «erlauchten» Persönlichkeiten aus Europa und den USA «informell» und unter größter Geheimhaltung zusammen, um über «Weltpolitik» zu diskutieren. Auf der Teinehmerliste stehen auch einige Vertreter aus der Schweiz und aus Deutschland.
Die Anwesenheit sowohl des aktuellen als auch des vorigen Generalsekretärs der NATO lässt vermuten, dass man bei dem Meeting weniger über das Thema «Neutralität» sprechen dürfte. Angesichts des Zustands unseres Planeten ist das schade, denn der Ökonom Jeffrey Sachs hob kürzlich in einem Interview die Rolle der Neutralität in geopolitischen Krisen hervor. Mit Blick auf die Schweiz betonte er, der zunehmende Druck zur NATO-Annäherung widerspreche nicht nur der Bundesverfassung, sondern auch dem historischen Erbe des Landes.
Positives gibt es diese Woche ebenfalls zu berichten. So hat der US-Gesundheitsminister Robert F. Kennedy Jr. nach der «sensationellen» Entlassung aller Mitglieder des Impfberatungsausschusses (wegen verbreiteter direkter Verbindungen zu Pharmaunternehmen) nun auch bereits neue Namen verkündet. Demnach möchte er unter anderem Robert W. Malone, Erfinder der mRNA-«Impfung» als Technologie und prominenter Kritiker der Corona-Maßnahmen, in das Komitee aufnehmen.
Auch die Aufarbeitung der unsinnigen Corona-Politik geht Schrittchen für Schrittchen weiter. In Heidelberg hat die Initiative für Demokratie und Aufklärung (IDA) den Gemeinderat angesichts der katastrophalen Haushaltslage zu einer offenen und ehrlichen Diskussion über die Ursachen der Krise aufgefordert. Das Thema «Corona» sei «das Teuerste, was Heidelberg je erlebt hat», sagte IDA-Stadtrat Gunter Frank im Plenum. Außerdem seien aus den Krisenstabsprotokollen der Stadt auch die enormen Verwerfungen ersichtlich, und es gebe Anlass für tiefgehende Gespräche mit der Stadtverwaltung.
Den juristischen und öffentlichen Druck auf die Kommunen möchte der Unternehmer Markus Böning erhöhen. Seine «Freiheitskanzlei» will Bürgern helfen, die Aufarbeitung selbst in die Hand zu nehmen. Unter dem Motto «Corona-Wiedergutmachung» bietet er Hilfestellung, wie Betroffene versuchen können, sich unrechtmäßige Bußgelder zurückzuholen.
So bleibt uns am Ende dieses finsteren Freitags doch auch Anlass zur Hoffnung. Es gibt definitiv noch Anzeichen von Menschlichkeit. Darauf möchte ich mich konzentrieren, und mit diesem Gefühl verabschiede ich mich ins Wochenende.
[Titelbild: Pixabay]
Dieser Beitrag wurde mit dem Pareto-Client geschrieben und ist zuerst auf Transition News erschienen.
-
@ 8bad92c3:ca714aa5
2025-06-16 14:02:13Marty's Bent
Sup, freaks? Your Uncle Marty did a little vibe coding a couple months ago and that vibe coding project has turned into an actual product that is live in the Google Chrome web store and will soon to be live in the Firefox add-on store as well. It's called Opportunity Cost and it is an extension that enables you to price the internet in Bitcoin.
[
Opportunity Cost – See Prices in Bitcoin Instantly
Convert USD prices to Bitcoin (satoshis) as you browse. Dual display, privacy-first, and open source.
Opportunity CostTFTC
](https://www.opportunitycost.app/?ref=tftc.io)
Check it out!
This whole process has been extremely rewarding to me for many reasons. The first of which is that I've had many ideas in the past to launch a product focused on bitcoin education that simply never left my brain because I never felt comfortable paying a developer to go out and build a product that I wasn't sure would ultimately get product market fit.
Due to the advancements of AI, particularly ChatGPT and Replit, I was able to spend a few hours on a Saturday vibe coding a prototype for Opportunity Cost. It worked. I side loaded it into Chrome and Firefox, tested it out for a few days and decided, "Hey, I think this is something that's worthwhile and should be built."
Backtracking just a little bit, the initial idea for this app was to create an AR application that would enable you to take pictures of goods in the real world and have their prices automatically converted to bitcoin so that you could weigh the opportunity cost of whether or not you actually wanted to buy that good or decide to save in bitcoin instead. With the help of Justin Moon from the Human Rights Foundation and Anthony Ronning from OpenSecret and Maple AI, I was pointed in the right direction of vibe coding tools I could use to build a simple MVP. I took their advice, built the MVP, and demoed it at the Bitcoin Park Austin weekly AI meetup in mid-April.
The next week, I was talking with a friend, Luke Thomas, about the idea and during our conversation he made a simple quip, "You should make a Chrome extension. I really want a Chrome extension that does this." And that's what sent me down the vibe coding rabbit hole that Saturday which led to the prototype.
After I was comfortable with and confident in the prototype, I found a young hungry developer by the name of Moses on Nostr, I reached out to him, told him my idea, showed him the prototype and asked if he thought he could finish the application for me. He luckily agreed to do so and within a couple of weeks we had a fully functioning app that was officially launched today. We're about 12 hours into the launch and I must say that I'm pleasantly surprised with the reception from the broader Bitcoin community. It seems like something that people are happy exists and I feel extremely happy that people see some value in this particular application.
Now that you have the backstory, let's get into why I think something like Opportunity Cost should exist. As someone who's been writing a newsletter and producing podcasts about bitcoin for eight years in an attempt to educate individuals from around the world about what bitcoin is, why it's important, and how they can leverage it, I've become convinced that a lot of the work that needs to be done still exists at the top of the funnel. You can scream at people. You can grab them by the shoulders. You can shake them. You can remind them at Thanksgiving that if they had listened to your advice during any Thanksgiving in the previous years they would be better off financially. But at the end of the day most people don't listen. They need to see things. Seeing things for yourself is a much more effective teaching mechanism than be lectured to by someone else.
My hope with Opportunity Cost is that it catches the eye of some bitcoin skeptics or individuals who may be on the cusp of falling down the bitcoin rabbit hole and they see the extension as a way to dip their toes into bitcoin to get a better understanding of the world by pricing the goods and services they purchase on a day-to-day month-to-month and year-to-year basis in bitcoin without having to download a wallet or set up an exchange account. The tippy top of the bitcoin marketing funnel.
That is not all though. I think Opportunity Cost can serve individuals at both ends of the funnel. That's why it's pretty exciting to me. It's as valuable to the person who is bitcoin curious and looking to get a better understanding as it is to the hardcore bitcoiner living on a bitcoin standard who is trying to get access to better tools that enable him to get a better grasp of their spending in bitcoin terms.
Lastly, after playing around with it for a few days after I built the prototype, I realized that it has incredible memetic potential. Being able to take a screenshot of goods that people are buying on a day-to-day basis, pricing them in bitcoin and then sharing them on social media is very powerful. Everything from houses to junk items on Amazon to the salaries of pro athletes to your everyday necessities. Seeing the value of those things in bitcoin really makes you think.
One day while I was testing the app, I tried to see how quickly I could find goods on the internet that cumulatively eclipsed the 21 million supply cap limit of bitcoin. To my surprise, even though I've been in bitcoin for 12 years now, it did not take me that long. The opportunity cost of everything I buy on a day-to-day basis becomes very clear when using the extension. What's even clearer is the fact that Bitcoin is completely mispriced at current levels. There is so much winning ahead of us.
Also, it's probably important to note that the extension is completely open source. You can check out our GitHub page here. Submit pull requests. Suggest changes to the app.
We've also tried to make Opportunity Cost as privacy preserving as possible. Everything within the extension happens in your browser. The only external data that we're providing is the bitcoin to fiat price conversion at any given point in time. We're not data harvesting the web pages you're browsing or the items you're looking at. We're not collecting data and sending it to third party marketers. We want to align ourselves with the open and permissionless nature of bitcoin while also preserving our users' privacy. We're not trying to monetize this in that way. Though, I will say that I'm thinking of ways to monetize Opportunity Cost if it does gain significant traction, but I promise it will be in a way that respects your privacy and is as unobtrusive as possible. We'll see how it goes.
Thank you for coming to my TED talk. Please download and use the extension. Let us know what you think.
Headlines of the Day
Saylor Says Bitcoin Is Perfect Money to Jordan Peterson - via X
Trump Won't Sell Tesla Despite Musk-Bessent Heated Exchange - via X
Bitcoin Gains Traction in Kenya's Largest Slum Kibera - via X
Get our new STACK SATS hat - via tftcmerch.io
Bitcoin’s Next Parabolic Move: Could Liquidity Lead the Way?
Is bitcoin’s next parabolic move starting? Global liquidity and business cycle indicators suggest it may be.
Read the latest report from Unchained and TechDev, analyzing how global M2 liquidity and the copper/gold ratio—two historically reliable macro indicators—are aligning once again to signal that a new bitcoin bull market may soon begin.
Ten31, the largest bitcoin-focused investor, has deployed $150.00M across 30+ companies through three funds. I am a Managing Partner at Ten31 and am very proud of the work we are doing. Learn more at ten31.vc/invest.
Final thought...
East Coast aesthetics over everything.
Download our free browser extension, Opportunity Cost: https://www.opportunitycost.app/ start thinking in SATS today.
Get this newsletter sent to your inbox daily: https://www.tftc.io/bitcoin-brief/
Subscribe to our YouTube channels and follow us on Nostr and X:
@media screen and (max-width: 480px) { .mobile-padding { padding: 10px 0 !important; } .social-container { width: 100% !important; max-width: 260px !important; } .social-icon { padding: 0 !important; } .social-icon img { height: 32px !important; width: 32px !important; } .icon-cell { padding: 0 4px !important; } } .mj-column-per-33-333333333333336 { width: 25% !important; max-width: 25%; } .moz-text-html .mj-column-per-33-333333333333336 { width: 25% !important; max-width: 25%; } /* Helps with rendering in various email clients */ body { margin: 0 !important; padding: 0 !important; -webkit-text-size-adjust: 100% !important; -ms-text-size-adjust: 100% !important; } img { -ms-interpolation-mode: bicubic; } /* Prevents Gmail from changing the text color in email threads */ .im { color: inherit !important;
-
@ eb0157af:77ab6c55
2025-06-16 14:02:08Lightspark introduces a layer 2 for instant payments, stablecoins and interoperability with Lightning.
Spark is an open-source layer 2 protocol developed by Lightspark, designed to offer instant low-cost payments without the need for intermediaries. It allows the creation of wallets and applications that interact directly with the Bitcoin and Lightning networks. The company’s stated goal is to transform Bitcoin into a true global digital currency, solving the scalability limitations of the base layer.
Lightspark, a company led by David Marcus (former PayPal and former Facebook), officially launched Spark in beta version on April 29, 2025. Developers can already use Spark’s SDKs (Wallet and Issuer) to build self-custodial wallets compatible with Lightning and tokens (such as stablecoins) native to the Bitcoin network.
How it works
Spark adopts a statechain-based approach, allowing the transfer of ownership of a UTXO off-chain between different users without using the main blockchain, thus reducing costs and transaction times. Instead of executing an on-chain transaction that physically moves the asset, users acquire signing rights or control over a key that represents a bitcoin UTXO. Transfers occur through a chain of signatures and a mechanism that allows subsequent transactions to overwrite previous ones, ensuring that neither the user nor the service provider (Spark Service Provider, SSP) can lose funds during the operation.
Spark is designed to be fully interoperable with LN, supporting not only bitcoin transactions, but also stablecoins and other tokenized assets. SSPs facilitate Lightning payments by accepting funds on Spark and converting them into Lightning transactions or vice versa, eliminating the need for users to manage nodes or worry about channel liquidity. For example, a user can pay an LN invoice with a stablecoin on Spark, with the SSP converting the stablecoin to BTC in the background and sending the funds to the recipient.
Shared signature model (multisig 2-of-2)
Unlike the LN trust model, which is based on peer-to-peer bidirectional channels with smart contract logic, Spark involves a coordinating entity, the “Spark Service Provider” (SSP). This shifts part of the risk from channel liquidity management to trust in operators who sign off-chain transactions. The SSP’s task is to sign “blindly” (blindly) on behalf of the user, which means the SSP does not see the content of the signature and does not even know if it is signing a Bitcoin transaction or something else.
Bitcoin deposited on Spark always remains under the user’s control. When a user sends funds to Spark, they are initially transferred to a statechain. Once funds are on the statechain, payments on the Spark network occur instantly and at near-zero costs.
At the heart of Spark’s security is the use of a shared signature scheme, specifically a multisig 2-of-2 model. This means that two keys are required to authorize a transaction, and the user always holds one. When users deposit funds on Spark, they send them to a multisig address. Here, they maintain control of their funds and can perform a unilateral exit without the need to interact with other parties.
Each payment is enabled by a Spark Service Provider (SSP), which must co-authorize the transaction together with the user for it to be valid and successful.
Although the network is currently managed only by Lightspark and another operator (Flashnet), users do not risk losing funds even if these operators stopped cooperating. In fact, Spark offers the possibility to unilaterally force the return of bitcoin to the mainnet at any time. Users can exit Spark in two ways: through a cooperative exit (cheaper and faster) or a unilateral exit (slower, but possible in case of malfunction or loss of trust). Lightspark has declared its intention to add more operators in the future to increase decentralization.
Fee structure
Regarding fees, transactions within the Spark network are zero fee. The only fees users will have to bear are Bitcoin’s on-chain fees for depositing or withdrawing funds from Spark. Additionally, transferring bitcoin from Spark to LN involves a 0.25% fee plus routing fees. Conversely, a transaction from LN to Spark costs 0.15%.
The native LRC20 token protocol
Introduced in the summer of 2024, LRC20 is a token issuance protocol designed to be compatible with both Bitcoin’s mainnet and LN. Anyone can issue an LRC20 token. The protocol also supports freeze and burn operations, giving the original issuing wallet the power to freeze tokens at any address, preventing transactions until unlocked. LRC20 is primarily designed for issuing stablecoins and regulated assets.
After thoroughly testing it, the Lightspark team decided to run the LRC20 protocol natively on Spark, to enable token issuance on the network.
Ecosystem and partnerships
The birth of Spark has immediately attracted the interest of other Bitcoin projects. Among the various partnerships established, the multisig wallet Theya has integrated Spark to offer its users simpler and faster bitcoin and stablecoin payments.
Last May, Breez announced a new implementation of the Breez SDK based on Spark, which allows developers to integrate Lightning payments directly into their apps through Spark. As part of this collaboration, Breez will also act as a Spark Service Provider, helping to expand the ecosystem. According to the two companies, this partnership will provide developers with new Bitcoin-native tools for use cases such as streaming payments, international remittances and micro-payments for AI.
The post Spark: the layer 2 launched by Lightspark appeared first on Atlas21.
-
@ 7f6db517:a4931eda
2025-06-15 20:01:52People 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.
-
@ 99e7936f:d5d2197c
2025-06-13 13:56:02“Dieser Beitrag wurde mit dem Pareto-Client geschrieben.”
„BORN TUBI FREE“ statt „VIEL FREE“
Ja, Sie haben richtig gelesen.
Bildung hatte in meinem Elternhaus keinen hohen Stellenwert. Für meine Eltern war es erstrebenswert, ein gutes Heim mit großem Garten, etwas Komfort und gutes Essen zu haben. Sowohl mein Vater als auch meine Mutter hatten starken Bezug zur Landwirtschaft und Nutztierhaltung. Tiere, die keinen Nutzen hatten, waren in den Augen meiner Eltern Luxus. Auch für mich ist es heute wichtig, Zugang zu Grün und zur Natur zu haben. Ich liebe Tiere, die keinen Nutzen haben, und Pflanzen aller Art. Im Sommer stundenlang unter dem Blätterdach eines alten Baumes zu liegen und dem Knacken der Äste zuzuhören, ist für mich Glück.
In meiner Kindheit gab es blökende Schafe und Lämmer statt Klavierunterricht. Wir kletterten bei der Obsternte auf den Baum oder sammelten Fallobst statt im Sportverein zu turnen. Statt Büchern gab es Besuche bei Tante und Onkel, die Geschichten von früher erzählten. Und statt Museumsbesuchen gab es die Werkstatt meines Vaters und das Hobby meiner Mutter, alte Möbel zu sammeln und selbst zu restaurieren. Die Themen des Lebens lernte ich nicht durch Theateraufführungen kennen, sondern durch den Alltag und die Menschen in meiner unmittelbaren Umgebung.
Durch die Schule kam ich erstmals in Kontakt mit der Möglichkeit, dass man Dinge auch abstrakt-theoretisch lernen konnte. Schule war für mich auch ein Ort, an dem ich ganz nebenbei das Sozialverhalten anderer Menschen studieren konnte. Das war für mich als Kind und Teenager ein wichtiges Korrektiv. Aber vor allem habe ich über die Schule gelernt, dass es eine ganze Welt zu entdecken gab, die mir bis dahin unbekannt war. Bildung war für mich nie etwas, mit dem man angibt. Bildung war für mich ein Geschenk, eine Überraschung, eine Freude, ein Anfang von etwas Neuem, eine Hoffnung, manchmal eine Angst, es nicht zu schaffen, aber immer wieder eine Quelle von Verstehen und neuen Fragen. Bildung ist für mich heute eine riesige Landkarte, die ich nach Herzenslust bereisen kann, wenn ich mag. Auf meiner Landkarte gibt es noch so viele weiße Flecken. Ich habe mein Abitur mit 29 Jahren ohne die emotionale Unterstützung meiner Eltern nachgeholt. Meine Eltern ahnten schon, dass sich nach dem Abitur ein „teures“ Studium anschließen würde. Auch das war in ihren Augen Luxus, denn ich hatte ja bereits eine Ausbildung.
Nach dem Krieg hatten viele Menschen gar nicht die Möglichkeit, Schulbildung zu erlangen. Im Vordergrund stand, einen guten Job zu finden, Kinder zu bekommen und etwas aufzubauen, ein Haus zu bauen, sich Urlaub im sonnigen Süden leisten zu können. Frauen, die in den 60er Jahren nicht heirateten und stattdessen studieren wollten, waren in der Welt meiner Eltern nicht sichtbar. Bildung war eine stille Sehnsucht, an die man nicht mal im Traum denken durfte, so kam es mir in meiner Familie als Teenager manchmal vor. Das muss mit dem materiellen Mangel meiner Eltern in ihrer Kindheit zu tun gehabt haben. Ich habe dieses Phänomen auch bei den Eltern von Freunden oder bei Verwandten beobachten können. Materieller Wohlstand schien wichtiger als irgendwelche fernen Ziele und Horizonte. Erst mit fortschreitendem Alter fingen meine Eltern an, sich hobbymäßig und theoretisch zu bilden. Sie besuchten zwar keine Kurse in der Volkshochschule, aber sie kauften sich Sachbücher zu den verschiedensten Themen oder machten Kulturreisen in die neuen Bundesländer. Das war für sie der pure Luxus. Sie besuchten Schlösser und Burgen, mein Vater liebte es, in rustikaler Umgebung oder in historischen Gebäuden an schön gedeckten Tischen zu essen, während meine Mutter die Holzmaserung der Möbel genau betrachtete und befühlte.
Da ich diesen „Bildungsluxus“ aber deutlich vor meinem Rentenalter haben wollte, nahm ich die zähen Diskussionen mit meinen Eltern wegen einer finanziellen Unterstützung meines Studiums in Kauf. Bildung ist ein Grundbedürfnis von Menschen, das von ganz allein entsteht, wenn es nicht aktiv unterdrückt wird. Das hat die Evolution vermutlich so angelegt, damit man ab und zu auch mal das Gewohnte verlässt, um Neues zu entdecken, weil Flexibilität die Überlebenschancen der Spezies erhöht.
Bildung ist ein Grundbedürfnis, und das machen sich natürlich auch die dunklen Kräfte auf dieser Welt zu Nutze.
Das heutige Bild, das ich zum Artikel gewählt habe, habe ich vor ein paar Wochen in dem Viertel, in dem ich wohne, mit der Kamera aufgenommen. Auf einem Plakat konnte ich „VIEL FREE“ in großen Buchstaben lesen und war sprachlos. Ich wusste gar nicht, was mich so bestürzte, als ich das Plakat sah. Aber ich spürte, dass ich dieses Plakat im Bild festhalten musste, weil irgendeine tiefe Botschaft darin lag, die ich mitnehmen sollte. Manchmal verstehe ich Dinge erst intuitiv und anschließend kognitiv.
Dieses Plakat ist eine Werbung für irgendeinen Freizeitpass o.ä., den man in unserer Region erwerben kann. Aber der Anbieter wirbt mit einer bewusst falschen Rechtschreibung (VIEL FREE). Da ich nicht aus einem Bildungshaushalt komme, könnte mir das herzlich egal sein. Aber was mir nicht egal ist, ist das Gefühl, das ich beim Lesen dieses Plakats bekam. Das war ein Gefühl von einem vollen Nachttopf, den man mir über den Kopf schüttet und dabei noch hämisch grinst. Das Plakat hat mich spontan empört.
Ich dachte sofort an die Geflüchteten aus Syrien und Afghanistan, mit denen ich vor ein paar Jahren gearbeitet hatte. Sie hatten dermaßen Stress mit dem Erlernen der deutschen Sprache gehabt. Oft waren die „Lehrer“ in den Sprachkursen keine ausgebildeten Lehrer gewesen. Die Familienväter und die Teenager der Flüchtlingsfamilien fielen teils mehrmals durch die Prüfungen und hatten Angst, deshalb von der Behörde nicht zum regulären Arbeitsmarkt bzw. zum Gymnasium zugelassen zu werden. Die Mütter blieben zum Glück gelassener. Die bestandene Sprachprüfung war die offizielle Voraussetzung für die Teilnahme am ersten Arbeitsmarkt, so hieß es damals zumindest. Wer den Abschluss nicht hatte, erhielt keine Hilfe beim Schreiben einer Bewerbung. Das „Konzept“ der Maßnahme zur Vermittlung in Arbeit, in der ich damals tätig war, sah dies so vor. Ich kann mich noch lebhaft an die Auseinandersetzung mit meinem Kollegen erinnern, die ich deshalb damals hatte. Diese Logik erschloss sich mir nicht, denn man lernt Sprache doch am besten dort, wo man lebt UND arbeitet. Aber zurück zu dem Plakat. Was ich zum Ausdruck bringen möchte, ist, dass es insbesondere in dem Viertel, in dem ich wohne, viele Menschen mit ganz unterschiedlicher Herkunft und mit Kriegserfahrung gibt, die nicht sicher sind in der deutschen Sprache, für die es nicht hilfreich ist, dass Plakate mit einer fehlerhaften Rechtschreibung für etwas werben. Und von der zynischen Qualität dieses „VIEL FREE“ rede ich noch gar nicht.
Wie soll man in einem Land, das man neu kennen lernen möchte und muss, weil man aus einem Krieg geflüchtet ist, die Sprache lernen, wenn man bewusst fehlerhafte Rechtschreibung vorgesetzt bekommt? Und den angeblichen Wortwitz verstehen doch die meisten gar nicht, weil sie, wie gesagt, weder im mündlichen noch im schriftlichen Sprachausdruck sicher sind. Und niemand möchte sich lediglich „frei fühlen“, sondern lieber tatsächlich „frei sein“, oder nicht? Und echte Freiheit hat sicherlich auch nichts mit irgendeiner Plastikkarte zu tun, mit der ich einen Erlebnispark oder ein Spaßbad aufsuchen kann.
„Frei sein“ bedeutet für mich, dass ich nicht durch psychologische Tricks für etwas interessiert werde, das mich von echter Freiheit ablenken und abhalten soll. Echte Freiheit braucht auch sicherlich keine Plastikkarten mit personenbezogenen Daten. Echte Freiheit bedeutet, dass ich NICHT aus meinem Heimatland durch Krieg vertrieben werde, sondern dass ich mein Leben (und meine Freizeit) nach Lust und Laune so gestalten kann, wie ich das will. Und dazu gehört mehr als ein Besuch im Erlebnispark des Landes, in das ich geflüchtet bin, um zu überleben. Dazu gehört, dass ich die Sprache vor Ort verstehe und selbst sprechen kann, dass ich ein respektierter Teil der Gesellschaft werde, dass ich die gleichen Chancen bekomme wie die anderen, dass ich die finanziellen Mittel habe für Bildung, guten Wohnraum mit Garten und was auch immer, dass ich mobil bin, und dass ich, insbesondere als junger Mensch, meine Familie und eine vertraute Gruppe von Freunden um mich habe. Also „frei sein“ bedeutet, NICHT aus meiner Heimat weggebombt zu werden.
In meiner unmittelbaren Nachbarschaft leben unbegleitete minderjährige Flüchtlinge in einer Wohngemeinschaft zusammen. Das sind höfliche Jungs so um die 16/17 Jahre. Sie lernen die Welt und das Leben gerade erst kennen. Sie haben keinen leichten Start gehabt, sind aber neugierig auf dieses neue Land, in dem sie nun leben. Sie grüßen freundlich und probieren die neu erlernte Sprache aus. Solche Plakate direkt vor ihrer Haustür sind nicht hilfreich. Diese Plakate versuchen, junge Menschen mit ihrem ganz normalen Bedürfnis danach, Neues zu erleben, abzuholen und in eine aktionsreiche Scheinwelt zu entführen, in der es vermeintlich Freiheit und ganz VIEL Spaß gibt. Solche Plakate sind für mich keine unschuldige Werbung für einfache Freizeitgestaltung. Solche Plakate sind einerseits der dezente Wink in Richtung Konsum und andererseits kognitive Platzhalter, mentale Füllstoffe.
VIEL FREE mit Plastikkarten ist in meinen Augen ein aufdringliches Angebot für willkommene Schmerzvermeidung durch Konsum. Es ist Angriff auf Sprache und Denken. Es richtet sich an junge Menschen, die das, was sie in den letzten Jahren hier oder woanders erleben mussten, vergessen möchten. Nach Kriegen oder staatlichen Übergriffen, so wie in der sogenannten Corona-Zeit, geht es immer für fast alle Beteiligten um das Vergessen. An diesem Punkt sind sich die Dynamik von Trauma einerseits und die Täterstruktur andererseits leider immer einig. Deswegen hat es ja auch in der deutschen Vergangenheit funktioniert, Konsum als Schmerzpflaster auf Wunden aller Art zu kleben.
VIEL FREE ist für mich ein trauriges Zeitdokument, das meine Aufmerksamkeit gefunden hat, weil es das Gegenteil von Freiheit, Genießen, Gemeinschaft und vielem mehr darstellt.
VIEL FREE hat mich an meine Eltern in jungen Jahren und ihre Sehnsüchte erinnert, eine traumatisierte Generation, die alles dafür getan hat, materiellen Wohlstand zu generieren, um sich endlich wieder emotional sicher fühlen zu können.
VIEL FREE erreicht nicht die Herzebene, weil es nicht von Herzen kommt.
VIEL FREE ist eine kostengünstige Zucker-LÖSUNG, die den kleinen Hunger und die stille Sehnsucht nach Heimat, Zugehörigkeit, Sicherheit, Frieden, Glück und vielleicht auch nach Bildung stillen soll. Aber sie macht genau das, was Zucker macht. Sie macht nicht satt, sondern weckt den großen Hunger. Man konsumiert dann das Falsche mit all den Folgen, die das hat. Es ist schwer, aus solchen Kreisläufen wieder raus zu kommen.
Wem dienen diese ungesunden Kreisläufe?
Wem dient dieser Konsum, der nicht satt macht?
Wem dient das Vergessen einer traumatischen Jugend?
Was denkt man alles NICHT, während man mit VIEL FREE als mentalem Füllstoff beschäftigt ist?
Was fühlt man alles NICHT, während man Loopings auf der Konsumschiene dreht?
Was macht man alles NICHT, was außerhalb der vorgezeichneten Freizeitzone liegt, aber auch Spaß macht?
Was ist die gesunde Alternative für junge Menschen, egal welcher Herkunft?
Wie können Angebote insbesondere für junge Menschen, die traumatisiert sind, aussehen?
Wo kann man als junger Mensch kostenlos und ohne eine Institution oder ein „Konzept“ im Nacken mit Gleichaltrigen in der Freizeit „abhängen“ und nebenbei Schafe, Obstbäume und andere Menschen aus sicherer Entfernung beobachten?
Wo gibt es solche unschuldigen Oasen?
Wo kann man Trauma „heilen“ oder zumindest die Voraussetzungen für spätere Selbstheilung schaffen?
Wo wird man nicht mit Zucker-LÖSUNG angefixt?
Wo kann man lernen, den eigenen Körper, die eigenen Gefühle nach Trauma wieder zu spüren, zu regulieren und sich dadurch wirklich frei zu fühlen?
Wer vermittelt der nächsten Generation eigentlich, was wir (in den letzten fünf Jahren) gelernt haben?
Vielleicht geht das erstmal über praktische Angebote, über das persönliche Erleben und später dann über theoretische Bildung. Man muss den Wert von Schafen und Bäumen nicht sofort theoretisch erklärt bekommen. Für den Anfang reicht es, wenn man Zugang zu Schafen und Bäumen bekommt und lernt, wie andere mit Schafen und Bäumen umgehen, also Lernen am Modell. Es müssen auch nicht unbedingt Schafe und Bäume sein, das ist, wie Sie bereits gemerkt haben, nur eine Metapher.
Mich haben Schafe und Bäume in gewisser Weise gerettet. Sie haben mir Verbindung angeboten. Ich konnte diese Verbindung am eigenen Leib spüren. Ich konnte spüren, dass ich bin und auch erahnen, wer ich wirklich bin. Sie waren mir ein verlässliches Gegenüber in schwierigen Zeiten, sie haben mich so oft beruhigt, getröstet und gehalten. Die Natur hört zu, wenn keiner mehr zuhört. Sie nimmt Dich an, egal wer Du bist. Sie bewertet Dich nicht. Sie ist unendlich geduldig und ein super Lehrer für alle Fragen, die einem als Kind so einfallen können. Sie weckt Deine Aufmerksamkeit, Deine Neugier, Deinen Wunsch zu Lernen und zu Verstehen. Sie lenkt Dich ab. Die Natur unterrichtet Dich ganz beiläufig. Ihre Sprache ist das kreative Spiel und die Fülle. Diese Anbindung an die Natur hilft mir bis heute, mit Herausforderungen aller Art klarzukommen. Wenn ich nicht weiter weiß oder mich beruhigen möchte und muss, dann gehe ich in die Natur. Danach ist nicht jedes Problem sofort gelöst, aber ich bin wieder zuversichtlich, dass ich auch diese Welle nehmen kann und über Wasser bleibe. Ich spüre mich dann mit all meiner Kraft als einen Teil dieser Welt. Und genau das wünsche ich vor allem den jungen Leuten in meiner Umgebung, die noch so viel vor sich haben.
Du bist geboren, um Dich als einen Teil dieser Welt kraftvoll und frei zu fühlen.
Du bist ein Stück von dieser Natur, die jeden Tag kreativ spielt und immer reichlich von allem hat.
Man sagt: „Schau auf den Horizont, wenn die Wellen hochschlagen.“
Für mich bedeutet das: Wenn Du Dich mit der Natur verbindest, dann hast Du Orientierung, dann fühlst Du Dich selbst. Und wenn Du Dich und Deine angeborene Stärke fühlst, dann bist Du frei. Dann kann Dir kein Problem etwas anhaben. Die Natur heilt sich und Dich jeden Tag auf`s Neue.
BORN TO BE FREE.
BE FREE.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
“Dieser Beitrag wurde mit dem Pareto-Client geschrieben.”
Sie sind noch nicht auf Nostr and wollen die volle Erfahrung machen (liken, kommentieren etc.)? Zappen können Sie den Autor auch ohne Nostr-Profil! Erstellen Sie sich einen Account auf Start. Weitere Onboarding-Leitfäden gibt es im Pareto-Wiki.
\ Newsletter per Mail (Die Friedenstaube)\ hier abonnieren\ \ In Telegram lesen -> hier unsere Kanäle\ https://t.me/pareto_artikel \ https://t.me/friedenstaube_artikel \ \ Als Feed in einem Feed-Reader \ https://pareto.space/atom/feed.xml \ https://pareto.space/atom/de_feed.xml \ https://pareto.space/atom/en_feed.xml
-
@ dfa02707:41ca50e3
2025-06-15 10:02:45- 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.
-
@ 7f6db517:a4931eda
2025-06-15 20:01:53The 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.
-
@ 7f6db517:a4931eda
2025-06-16 13:02:15What is KYC/AML?
- The acronym stands for Know Your Customer / Anti Money Laundering.
- In practice it stands for the surveillance measures companies are often compelled to take against their customers by financial regulators.
- Methods differ but often include: Passport Scans, Driver License Uploads, Social Security Numbers, Home Address, Phone Number, Face Scans.
- Bitcoin companies will also store all withdrawal and deposit addresses which can then be used to track bitcoin transactions on the bitcoin block chain.
- This data is then stored and shared. Regulations often require companies to hold this information for a set number of years but in practice users should assume this data will be held indefinitely. Data is often stored insecurely, which results in frequent hacks and leaks.
- KYC/AML data collection puts all honest users at risk of theft, extortion, and persecution while being ineffective at stopping crime. Criminals often use counterfeit, bought, or stolen credentials to get around the requirements. Criminals can buy "verified" accounts for as little as $200. Furthermore, billions of people are excluded from financial services as a result of KYC/AML requirements.
During the early days of bitcoin most services did not require this sensitive user data, but as adoption increased so did the surveillance measures. At this point, most large bitcoin companies are collecting and storing massive lists of bitcoiners, our sensitive personal information, and our transaction history.
Lists of Bitcoiners
KYC/AML policies are a direct attack on bitcoiners. Lists of bitcoiners and our transaction history will inevitably be used against us.
Once you are on a list with your bitcoin transaction history that record will always exist. Generally speaking, tracking bitcoin is based on probability analysis of ownership change. Surveillance firms use various heuristics to determine if you are sending bitcoin to yourself or if ownership is actually changing hands. You can obtain better privacy going forward by using collaborative transactions such as coinjoin to break this probability analysis.
Fortunately, you can buy bitcoin without providing intimate personal information. Tools such as peach, hodlhodl, robosats, azteco and bisq help; mining is also a solid option: anyone can plug a miner into power and internet and earn bitcoin by mining privately.
You can also earn bitcoin by providing goods and/or services that can be purchased with bitcoin. Long term, circular economies will mitigate this threat: most people will not buy bitcoin - they will earn bitcoin - most people will not sell bitcoin - they will spend bitcoin.
There is no such thing as KYC or No KYC bitcoin, there are bitcoiners on lists and those that are not on lists.
If you found this post helpful support my work with bitcoin.
-
@ 7f6db517:a4931eda
2025-06-16 13:02:14The 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.
-
@ 93bfc86d:fc8e91f5
2025-06-15 09:38:50M of N 분산
이번 5월 BSL 컨퍼런스와 비트코인 서울 2025 컨퍼런스에서 펜락(Penlock) 프로젝트에 참여하고 있는 한 분을 만났다. 아마 이 분을 만난 한국인 분들이 더 있을 텐데, 현재는 익명을 원하시므로 프라이버시 보호를 위해 실명을 언급하는 것은 주의하는 것이 좋겠다.
키를 M of N으로 분산하는 방식 중 내가 알고 있는 건 멀티시그와 샤미르 분산이다.
멀티시그는 각자가 키를 생성하지만,
1. 스크립트 길이가 길어지고, 스크립트를 해시로 감싼다고 해도 일반 주소보다 길다.
2. 일반적인 P2MS는 공개키가 드러나므로 프라이버시 보장이 안 되고, P2SH로 감싸도 서명할 때 각자의 공개키가 드러난다(리딤 스크립트가 드러나므로).
이런 특징을 갖고 있다.
샤미르 분산은 하나의 키를 분산하는 방식이므로,
1. 키를 복원했을 때는 결국 하나의 키가 생성되므로 키가 복원되었을 때 보안에 매우 주의해야 한다.
2. 하지만 외부에서 볼 때는 어떤 방식으로 분할이 되었는지 알 수가 없으므로 프라이버시에 좋다.
이런 특징을 갖고 있다.
M of N은 회사에서의 권한 분산, 상속, 위험 지점 분산, 신뢰 지점 분산 등에 사용할 수 있을 것이다. 하지만 나는 멀티시그와 샤미르 분산이 둘 다 M of N을 구현하지만 그 특성이 약간 다르기 때문에 적합한 용처도 다르다고 생각한다. 만약 한 기업이 여러 이사진의 의사결정 과정에서 권한을 분산해야 한다면 멀티시그 방식이 훨씬 나을 것이다. 이사 각각이 서명하면 되기 때문이다. 여기다가 샤미르 분산을 쓴다면 이사 몇 명이 모여 키 하나를 생성했을 때 쪼개기 전의 원래 하나의 키가 생기므로 권한 분산에 차질이 생길 수 있다. 그 키를 갖는 사람이 갑자기 모든 권한을 가질 수 있게 되기 때문이다. 거꾸로 한 개인이 키를 백업하고자 하는데 키를 분실하거나 화재나 기타 재난 등의 이유로 파괴될 것에 대비하여 여러 장소에 분산하여 보관하고 싶다면 샤미르 분산이 더 적합할 것이다. 키 조각들을 합쳐서 원래 키가 생겼을 때 그 키는 어차피 한 개인이 쓰는 것이므로 권한 구조가 갑자기 한 곳으로 몰리는 것에 대해 걱정할 필요가 없기 때문이다.
그런데 샤미르 분산은 멀티시그보다 직관적이진 않은 것 같다. 멀티시그는 스크립트 구조를 보면 바로 어떤 구조인지 알 수 있다. 손으로 따라 쓸 수도 있는 수준이다. 하지만 트레저가 도입한 샤미르 분산인 SLIP-0039 같은 형식은 직관적이지가 않다. 일단 샤미르 분산이 다항함수를 통한 비밀 분산을 쓰는 원리라는 걸 이해해야 하고(키 조각이 부족하면 부정방정식이 되어서 복구 불가), 그걸 통해 복구하는 과정에서 사용하는 라그랑주 보간법이 인간이 손으로 계산하기에는 너무 어렵다. 키를 분할하고 복구하는 과정이 수학적인 함수 공간에서 정의되고, 사용자는 키 조각들만 보게 되므로 내부 구조에 대해 직관적으로 이해하기가 어렵다.
오프라인 손 계산과 직관적 이해
조금 다른 주제로 넘어가보자. 나는 기술의 사용자들이 그 기술을 '직관'적으로 이해할 수 있는 지가 매우 중요하다고 생각한다. 비트코인 경험에는 특히 '검증'이 중요한데 어떤 기술을 직관적으로 이해할 수 없다면 검증은 전문가들만의 전유물이 되기 때문이다.
예를 들어보자. 앨리스, 밥, 캐롤이 각각 니모닉을 만들었다.
1. 앨리스는 기계가 생성해준 니모닉을 사용한다. 기계는 SE칩 내부에 있는 전자의 브라운 운동 등을 엔트로피로 이용해 랜덤한 엔트로피를 생성했다. 하지만 앨리스는 이 사실을 모르고, 따라서 기계를 신뢰해야 한다. 앨리스는 기계가 생성해 준 엔트로피가 충분히 랜덤하고 안전하다고 "믿고 있다." 사실이 그런지 아닌지와는 별개로 말이다.
2. 밥은 주사위를 던져서 만든 니모닉을 사용한다. 하지만 주사위를 던졌을 때 나온 값이 어떻게 니모닉으로 변환되는지는 모른다. 기계는 주사위를 던져 나온 숫자를 유니코드 문자열로 인식하여 SHA256을 한 번 돌린 뒤, 그 해시값을 엔트로피로 사용한다. 밥은 자신이 직접 주사위를 던졌으므로 엔트로피가 랜덤하게 생성되었다는 것은 직관적으로 알지만, 그 숫자가 어떻게 니모닉으로 계산된 건지는 모른다.
3. 캐롤은 직접 동전을 던져 0, 1을 기록하고 자신이 직접 니모닉 표를 보며 니모닉을 대응시켰다. 따라서 캐롤은 자신이 사용하는 니모닉이 랜덤하다는 것도 이해하고 있으며, 랜덤한 엔트로피를 어떻게 니모닉에 대응시키는지도 알고 있다.
세 가지 경우 중 누가 니모닉에 대해 가장 잘 직관적으로 이해하고 있겠는가? 당연히 3번 캐롤이다. 이렇듯 오프라인에서 동전을 던져 직접 엔트로피를 생성하고, 표를 보며 손으로 직접 니모닉에 대응시키는 과정은 니모닉을 직관적으로 이해하는 데 매우 중요하다.
솔직히 3번의 경우도 완전히 신뢰 지점이 없진 않다. 왜냐하면... 니모닉의 체크썸을 계산하는 과정에서 해싱을 해야 하기 때문이다. 손으로 SHA256 함수를 계산할 수 있는 게 아니라면... 캐롤은 어떤 기계에게 체크섬 생성을 맡길 수밖에 없다. 그러면 적어도 그 과정에 대한 이해의 폭은 제한될 수밖에 없다.
오프라인에서 계산하는 경험들이 왜 직관적인 이해에 더 도움이 될까? 그 과정들을 자신이 온전히 통제하기 때문이다. 기계에 맡겨야 하는 순간에는 그 기계 안에서 무엇이 일어나는지 알 수 없으며 따라서 자신의 통제 밖에 있다.
펜락 프로젝트
서론이 길었다! 다시 샤미르 분산 이야기로 돌아오겠다. 샤미르 분산을 '손으로 계산'해 키 조각을 만들고, 키 조각들을 모아 다시 오프라인에서 '손으로 계산'해 하나로 만들 수 있을까? 거의 불가능에 가까울 것이다!
그런데 이번에 BSL 컨퍼런스에서 펜락 프로젝트에 참여하고 있는 한 분을 우연히 만나 인사를 나눴고, 며칠 뒤 있는 비트코인 서울 컨퍼런스에서 그 분이 나한테 선물을 주셨다. 바로... 아래 사진의 회전판이다. 직접 가위로 자르고 핀을 꽂는 것까지 봤다(컨퍼런스 강연 중에 뒷자리에서 가위로 자르고 있어서 웃음을 참을 수가 없었다ㅋㅋㅋ). 나는 이 귀엽고 조악한 회전판을 처음 봤을 때 이 위력에 대해 알지 못했다...
이 펜락 프로젝트 회전판은... 샤미르 분산처럼 하나의 키를 키 조각으로 나누고, 그 키 조각들을 오프라인에서 원래 키로 복구할 수 있게 만들어준다. 이게 작동하는 걸 처음 봤을 때 나는 정말 정말 x21 엄청나게 놀랐다.
사용 방법을 간단히 말해보자면, 메인 키(니모닉)가 있으면 니모닉 한 단어의 앞 4개 문자만 적는다(이유는 다들 아실 거라 생각... 니모닉은 앞 4글자가 겹치는 경우가 없기 때문). 그 다음에 두 숫자를 뽑는다. 1–32까지의 숫자 한 장, 그리고 1–32까지의 숫자인데 흰 동그라미/검은 동그라미 나눠져있는 걸로 한 장(그러면 총 64가지 경우일 것이다). 그러면 32*64 = 2,048가지 경우가 나온다. 그리고 체크섬을 표에서 찾아 적는데, 솔직히 추가 체크썸이 왜 필요한 건지는 아직 이해를 못했다. 진짜로 이 오프라인 과정을 해보며 생길 수 있는 오류를 잡기 위한 체크썸인 것으로 이해된다.
어쨌든 하이라이트는 지금부터인데... 자, 니모닉에서 'F'라는 단어가 있다고 해보자. 그러면 아래 사진처럼 눈금을 F에다 둔다. 그 다음 랜덤한 숫자를 뽑는다. 그렇게 뽑은 숫자가 22이라고 해보자. 그러면 회전판 내부에서 22, 23, 24에 있는 문자를 각각 아래에 적는다. 이게 키 조각이다... F가 ① V, ② P, ③ J 이렇게 세 가지 조각으로 분할 된 거다.
이제 세 개의 키 조각 ① V, ② P, ③ J로 키를 복구하는 상황을 생각해보자. 만약 ③번 키 조각인 J가 화재로 날아가버렸다. 2 of 3이니 그래도 키 조각이 두 개만 있어도 복구할 수 있다. ①번 키 조각인 V와, ②번 키 조각인 P를 조합해 키를 복구해보겠다. 그러면 회전판을 움직여... P가 V를 바라보게 하면 된다. 사진에서 빨간 박스로 표시한 부분이다. 그러면 큰 눈금이 원래 키인 F를 가리키게 된다. 정말 미쳤다! 만약, ②번 키 조각 P와, ③번 키 조각 J가 있다면 J가 P를 바라보게 하면 된다. 만약 ③번 키 조각 J와, ①번 키 조각 V로 키 복구를 시도한다면 J가 V를 바라보게 하고, 대신 ③번이 ①번을 바라보게 하는 것처럼 순환하는 상황에는 큰 눈금이 아니라 내부 1번 네모칸을 읽어야 한다.
펜락 회전판의 뒷면을 보면 이걸 어떻게 구현했는지 대강 알 수가 있다. 펜락 프로젝트는 반지름을 조금씩 다르게 하고, 회전 각도를 서로소인 두 숫자를 이용해 글자들이 겹치지 않도록 구현한 걸로 보인다. 말로 설명했지만, 직접 해봐야 "미쳤다!" 소리가 저절로 나온다. 이거 직접 해보면 ~비속어가 나올 정도로~ 놀란다. 정말로.
펜락 프로젝트는 오픈 소스라고 하고, 최고 개발자는 ganrama이다(사이트는 아직 베타라서 내용들이 채워지고 있는 걸로 보인다ㅎㅎ).
https://github.com/ganrama
https://beta.penlock.io/
나는 비트코인에서 나오는 프로젝트들을 일단 의심부터 하고 보는 편이다. 그런데 펜락은 직관적으로 다 이해가 되기 때문에 현재는 우려할만한 점이 생각나지 않는다. 비트코인 프로젝트들 중에는 편리함, 보안, 프라이버시 중 무언가를 희생시키고 그걸 교묘히 감추려고 하거나 비즈니스 모델을 만들다가 초기의 정신을 잊는 경우가 많다. 그런데 이 프로젝트는 그에 해당할 만한 게 없는 것 같아서 일단 의심의 눈초리를 거두고 응원한다. 내가 오프라인에서 직접 키를 분할해보고, 조합해본 경험이 너무 강렬하게 작용했기 때문인 것 같다. 펜락 대표 개발자가 올해 하반기에 기회가 된다면 한국에서도 소개하고 싶다고 하니 계속 관심을 갖고 지켜보려고 한다.
-
@ 7f6db517:a4931eda
2025-06-15 20:01:52
"Privacy is necessary for an open society in the electronic age. Privacy is not secrecy. A private matter is something one doesn't want the whole world to know, but a secret matter is something one doesn't want anybody to know. Privacy is the power to selectively reveal oneself to the world." - Eric Hughes, A Cypherpunk's Manifesto, 1993
Privacy is essential to freedom. Without privacy, individuals are unable to make choices free from surveillance and control. Lack of privacy leads to loss of autonomy. When individuals are constantly monitored it limits our ability to express ourselves and take risks. Any decisions we make can result in negative repercussions from those who surveil us. Without the freedom to make choices, individuals cannot truly be free.
Freedom is essential to acquiring and preserving wealth. When individuals are not free to make choices, restrictions and limitations prevent us from economic opportunities. If we are somehow able to acquire wealth in such an environment, lack of freedom can result in direct asset seizure by governments or other malicious entities. At scale, when freedom is compromised, it leads to widespread economic stagnation and poverty. Protecting freedom is essential to economic prosperity.
The connection between privacy, freedom, and wealth is critical. Without privacy, individuals lose the freedom to make choices free from surveillance and control. While lack of freedom prevents individuals from pursuing economic opportunities and makes wealth preservation nearly impossible. No Privacy? No Freedom. No Freedom? No Wealth.
Rights are not granted. They are taken and defended. Rights are often misunderstood as permission to do something by those holding power. However, if someone can give you something, they can inherently take it from you at will. People throughout history have necessarily fought for basic rights, including privacy and freedom. These rights were not given by those in power, but rather demanded and won through struggle. Even after these rights are won, they must be continually defended to ensure that they are not taken away. Rights are not granted - they are earned through struggle and defended through sacrifice.
If you found this post helpful support my work with bitcoin.
-
@ 2cde0e02:180a96b9
2025-06-16 13:55:54pen & ink; monochromized
https://stacker.news/items/1007644
-
@ 866e0139:6a9334e5
2025-06-13 08:27:03Autor: Caitlin Johnstone. Dieser Beitrag wurde mit dem Pareto-Client geschrieben. Sie finden alle Texte der Friedenstaube und weitere Texte zum Thema Frieden hier. Die neuesten Pareto-Artikel finden Sie in unserem Telegram-Kanal.
Die neuesten Artikel der Friedenstaube gibt es jetzt auch im eigenen Friedenstaube-Telegram-Kanal.
Israel hat eine umfangreiche Serie von Luftangriffen auf den Iran gestartet.
Die westlichen Medien übernehmen natürlich unhinterfragt die faktenfreie Behauptung der israelischen Regierung, dass diese Angriffe „präventiv“ waren.
Das Trump-Regime versucht, dies als einen völlig einseitigen israelischen Angriff darzustellen, der nichts mit den Vereinigten Staaten zu tun habe - eine Behauptung, die man durchaus glauben könnte, wenn man gestern geboren wäre.
Hier ist eine Liste von Schlagzeilen, die wir in Zukunft von der New York Times erwarten können:
-
Iranische Angriffe erschüttern Israel in einem unprovozierten Angriff.
-
Israelische Familien suchen Schutz bei antisemitischem Terroranschlag.
-
Israelischer Verteidigungsminister: US-Campus-Demonstranten wussten irgendwie von iranischen Angriffen im Voraus, was auf eine Koordination mit Teheran hindeutet.
-
Trump äußert privat seine Frustration mit Netanjahu über den Iran-Konflikt, dem die USA nur passiv und unschuldig beiwohnen.
-
Amerikanische Juden fühlen sich inmitten der sich zuspitzenden Kriege im Nahen Osten verunsichert und nicht unterstützt.
-
Meine Meinung: Ich habe bei den Luftangriffen auf Tel Aviv um mein Leben gefürchtet. Niemand auf der Welt kann sich vorstellen, wie das ist.
-
Meinung: Besteht die Gefahr, dass die USA in einen weiteren Krieg im Nahen Osten hineingezogen werden?
-
Meinung: Stolpern die USA in einen weiteren Krieg im Nahen Osten?
-
Meinung: Stolpern die USA versehentlich in einen weiteren Krieg im Nahen Osten?
-
Meinung: Werden die USA mit Füßen getreten und in einen Krieg im Nahen Osten hineingezogen, den sie seit jeher um jeden Preis zu vermeiden versuchen?
-
USA starten Präventivschlag gegen den Iran.
-
Ihre Meinung: Werden die USA in einen dritten Weltkrieg hineingezogen?
-
Meinung: Taumeln die USA kopfüber in einen nuklearen Schlagabtausch mit Russland und China?
-
Meinung: Der Himmel verdunkelt sich, während nukleare Strahlung über unser Land kriecht, deshalb müssen wir alle zusammenkommen und die Hamas verurteilen.
-
Meinung: Die Erde ist ein unfruchtbares Ödland. Nichts bleibt übrig. Schauen Sie nach Ihren jüdischen Freunden.
Dieser Text erschien zuerst auf englisch auf dem Substack-Blog der Autorin.
LASSEN SIE DER FRIEDENSTAUBE FLÜGEL WACHSEN!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt.
Schon jetzt können Sie uns unterstützen:
- Für 50 CHF/EURO bekommen Sie ein Jahresabo der Friedenstaube.
- Für 120 CHF/EURO bekommen Sie ein Jahresabo und ein T-Shirt/Hoodie mit der Friedenstaube.
- Für 500 CHF/EURO werden Sie Förderer und bekommen ein lebenslanges Abo sowie ein T-Shirt/Hoodie mit der Friedenstaube.
- Ab 1000 CHF werden Sie Genossenschafter der Friedenstaube mit Stimmrecht (und bekommen lebenslanges Abo, T-Shirt/Hoodie).
Für Einzahlungen in CHF (Betreff: Friedenstaube):
Für Einzahlungen in Euro:
Milosz Matuschek
IBAN DE 53710520500000814137
BYLADEM1TST
Sparkasse Traunstein-Trostberg
Betreff: Friedenstaube
Wenn Sie auf anderem Wege beitragen wollen, schreiben Sie die Friedenstaube an: friedenstaube@pareto.space
Sie sind noch nicht auf Nostr and wollen die volle Erfahrung machen (liken, kommentieren etc.)? Zappen können Sie den Autor auch ohne Nostr-Profil! Erstellen Sie sich einen Account auf Start. Weitere Onboarding-Leitfäden gibt es im Pareto-Wiki.
-
-
@ 69eea734:4ae31ae6
2025-06-12 17:44:54Vor ein paar Tagen stieß ich auf einen faszinierenden Artikel von Michel Bauwens, Mitbegründer der P2PFoundation, mit Links zu weiteren Texten (zum Beispiel über den Puls der Commons), die ich ebenfalls äußerst interessant fand.
Der Artikel zeigt unter anderem, wie unterschiedlich Commons aussehen können, so dass ich ihn heute als Ausgangspunkt nehmen möchte, um ein paar Puzzle-Steine in mein entstehendes Bild der Commons einzufügen.
Das Grundmuster menschlichen Zusammenlebens?
Bauwens betrachtet die Commons aus historischer Sicht, wie sie sich in verschiedenen Zeiten unterschiedlich manifestieren, manchmal gar nahezu verschwinden und heute in wiederum veränderter Form neu entstehen – und plädiert dafür, dass sie noch weit stärker werden sollten.
Er legt zunächst dar, was die Commons sind und was nicht. (zum Beispiel nichts, was vom Staat verwaltet wird, wie ein öffentlicher Park.) Ausschlaggebend ist, dass eine Ressource von ihren Herstellern oder Benutzern selbst betreut wird. Commons entstehen dabei durch Beziehungen. Sie sind etwas spezifisch Menschliches und eine Wahl, die „fast immer“ zur Verfügung steht, so Bauwens. Eine die Geschichte überdauernde menschliche Praxis.
Er nennt drei verschiedene geschichtlichen Entwicklungen:
- Eine lineare - Wie präsentiert sich der Commons über verschiedene, komplexer werdende, Phasen der Menschheitsgeschichte hinweg?
- Eine hin und her schwingendende: In der Geschichte einer Zivilisation werden die Commons in Zeiten von Überfluss -- und daraus resultierender Verschwendung uns steigender Ressourcen-Extraktion -- unterdrückt, konstitutieren sich aber dann als Gegenbewegung wieder neu.
- Eine stufenweise: Die heutigen, mit neuen Möglichkeiten ausgestatteten Formen der Commons könnten in der nächsten Phase unserer Zivilisation (oder nach unserer Zivilisation) eine entscheidende Rolle spielen.
Wenn man verschiedene Arten des Austausches betrachtet (Bauwens beruft sich hierbei auf Alan Fiske), kann man geschichtlich analysieren, welche zu verschiedenen Zeiten vorrangig waren (dies tat Kojin Karatani in The Structure of World History von 2014).
Die vier Muster sind:
- Gemeinschaftliche Beteiligung, Commons (die Gemeinschaft baut mir ein Haus, und ich helfe später bei einem anderen Hausbau mit; ein Beispiel aus neuerer Zeit ist die Entwicklung von Linux)
- Wechselseitiger Austausch (Geschenkökonomie – es wird eine etwa gleichwertige Leistung zu einem späteren Zeitpunkt erwartet)
- Hierarchisch bedingte Verteilung, wie im Feudalismus
- Marktwirtschaft (es gibt ein allgemeines Zahlungsmittel mit einem bestimmten Wert)
Bauwens: „Entscheidend ist jedoch, dass die Menschheit ständig bestrebt ist, Modus A wiederherzustellen, denn die Menschen haben eine kulturelle und wahrscheinlich auch allgemeine Vorliebe für ein geselliges Leben in kleinen, vertrauten Gruppen. Aber menschliche Gruppen versuchen, dies auch auf höheren Komplexitätsebenen zu tun, in einem ständigen Versuch, die extraktive Logik der Zivilisation zu mäßigen.“ (Katarani bezeichnet eine Verbindung von Commoning und Geschenkökonomie in stammesorientierten Kulturen als Modus A)
Commons durch die Zeiten
In der ursprünglichsten Form der Commons in Jäger- und Sammler-Gemeinschaften, werden Nahrung und sonstige Ressourcen mit der ganzen Gemeinschaft geteilt - dies ist zumindest die vorherrschende Form des Austauschs.
Im Zuge der Agrar-Revolution geht es um das gemeinsame Bewirtschaften von Flächen.
Im Mittelalter entwickelt sich in Europa das Feudalsystem. Auch hier werden manche Felder aber noch von den Dorfbewohnern gemeinsam verwaltet.
Ab dem 16. Jahrhundert fanden, am stärksten in England, die Enclosures (auf deutsch Einhegungen) statt. Das heißt, dass Felder zur effizienteren Bewirtschaftung von den Besitzern zusammengelegt und umzäunt wurden.
Besonders im 19. Jahrhundert, mit dem Aufkommen der Industrialisierung, nahm diese Entwicklung immer stärker zu. Die landwirtschaftlichen Commons wurden dadurch weitgehend zerstört.
Im industriellen Kapitalismus, als die Arbeiter kaum Rechte hatten, und es auch um das bloße Überleben ging, entwickelte sich ein sozialer Commons Dieser bestand darin, dass sich die Arbeiter gegenseitig halfen und sich gegenseitig versicherten. Aus dieser Bewegung entstand dann der Sozialstaat. Der Staat übernahm also Aufgaben, die die Menschen zuvor füreinander geleistet hatten.
Man könnte daher sagen, dass im Kapitalismus die natürlichen Commons-Ressourcen privatisiert und die sozialen Commons verstaatlicht wurden.
In der Moderne waren sich viele Menschen der Bedeutung von Commons gar nicht mehr bewusst.
Mit dem Internet, dem World Wide Web und weiteren digitalen Techniken erschlossen sich dann neue Möglichkeiten. Mit Peer Production, Open Source Software, sowie den Creative Commons Lizenzen, enstand eine neue Inkarnation der Commons. Und damit ist die Entwicklung noch nicht abgeschlossen...
Warum Commons nicht in ein Links-Rechts-Schema passen
Mit seinem Streifzug durch die Geschichte zeigt Bauwens, wie vielfältig die Commons sein können, und warum ihnen in der heutigen Zeit eine starke Rolle zukommen sollte. Nebenbei ergibt sich für mich auch, dass sie jenseits von linker oder rechter Ideologie liegen. Hierzu eine kurze Zwischenbetrachtung von mir:
Weil es um kollektives Handeln geht, und auch wegen des Namens („hört sich an wie Kommunismus“, meinte meine Mutter), entsteht leicht der Eindruck, es handele sich um ein besonders linksgerichtetes Phänomen.
Eine gut eingespielte Fußballmannschaft agiert auch als Kollektiv. Der Verein verwaltet vielleicht ein Clubhaus. Wohl kaum jemand würde deswegen den Verein als links bezeichnen.
Freilich sind die Mitglieder heutiger Commons-Bewegungen vorwiegend „progressiv“, zuweilen auf eine rigide Weise. Bauwens hat damit schon eine leidvolle Erfahrung gemacht. Aber Commons als soziales System sind es nicht. Dafür spricht allein schon die Tatsache, dass es sie viel länger gibt als die politische Links-Rechts-Einteilung.
Eine starke Rolle für die Commons
Wie steht es um die Commons heute? Das werde ich in weiteren Artikeln noch versuchen zu beleuchten...
Michel Bauwens hat in seinen Artikeln noch Einiges dazu sagen. Inbesondere beführwortet er das Kosmo-Lokale (Cosmo-Local). Was leicht ist (Wissen) wird geteilt, was Gewicht hat (etwa landwirtschaftliche und andere Produktion), wird an lokale Gegebenheiten angepasst und vor Ort bewerkstelligt.
Und das Zusammenspiel von Digitalem und Materiellem verspricht weitere Möglichkeiten.
In jedem Fall haben die Commons eine ausgleichende, regenerierende Kraft, die wir aufgrund der heutigen vielen Kriesen gar nicht ungenützt lassen können, ganz unabhängig von unserer sozialer Ebene - das gilt auch für die Superreichen.
-
@ 7f6db517:a4931eda
2025-06-16 14:02:26Bank run on every crypto bank then bank run on every "real" bank.
— ODELL (@ODELL) December 14, 2022
The four main banks of bitcoin and “crypto” are Signature, Prime Trust, Silvergate, and Silicon Valley Bank. Prime Trust does not custody funds themselves but rather maintains deposit accounts at BMO Harris Bank, Cross River, Lexicon Bank, MVB Bank, and Signature Bank. Silvergate and Silicon Valley Bank have already stopped withdrawals. More banks will go down before the chaos stops. None of them have sufficient reserves to meet withdrawals.
Bitcoin gives us all the ability to opt out of a system that has massive layers of counterparty risk built in, years of cheap money and broken incentives have layered risk on top of risk throughout the entire global economy. If you thought the FTX bank run was painful to watch, I have bad news for you: every major bank in the world is fractional reserve. Bitcoin held in self custody is unique in its lack of counterparty risk, as global market chaos unwinds this will become much more obvious.
The rules of bitcoin are extremely hard to change by design. Anyone can access the network directly without a trusted third party by using their own node. Owning more bitcoin does not give you more control over the network with all participants on equal footing.
Bitcoin is:
- money that is not controlled by a company or government
- money that can be spent or saved without permission
- money that is provably scarce and should increase in purchasing power with adoptionBitcoin is money without trust. Whether you are a nation state, corporation, or an individual, you can use bitcoin to spend or save without permission. Social media will accelerate the already deteriorating trust in our institutions and as this trust continues to crumble the value of trust minimized money will become obvious. As adoption increases so should the purchasing power of bitcoin.
A quick note on "stablecoins," such as USDC - it is important to remember that they rely on trusted custodians. They have the same risk as funds held directly in bank accounts with additional counterparty risk on top. The trusted custodians can be pressured by gov, exit scam, or caught up in fraud. Funds can and will be frozen at will. This is a distinctly different trust model than bitcoin, which is a native bearer token that does not rely on any centralized entity or custodian.
Most bitcoin exchanges have exposure to these failing banks. Expect more chaos and confusion as this all unwinds. Withdraw any bitcoin to your own wallet ASAP.
Simple Self Custody Guide: https://werunbtc.com/muun
More Secure Cold Storage Guide: https://werunbtc.com/coldcard
If you found this post helpful support my work with bitcoin.
-
@ 8d34bd24:414be32b
2025-06-15 03:31:00How do you look at the things in your life?
-
Do you focus on your physical problems or do you look forward to your resurrection body in heaven?
-
Do you spend your time trying to fix the corruption in government or do you spend your time trying to bring as many people as possible home to heaven?
-
When you see someone suffering do you first pray for their physical healing or do you pray for their spiritual healing?
-
Do you work to fit in with the people around you or do you work to become more Christ-like?
-
Do you crave entertainment or do you crave biblical enrichment?
-
Do you focus more on your citizenship here on earth or more on your eternal citizenship?
-
Do you seek fellowship with the people of this world or do you seek fellowship with your Savior?
-
Do you look at people’s faults and how they hurt you or do you look at their hurt and separation from God and seek to bring them to Jesus?
-
Do you spend your time on work and entertainment or do you spend your time studying the word of God, praying to God, and telling others about God?
Do you have an earthly or an eternal perspective?
Physical or Spiritual Needs
Jesus always had an eternal perspective. This event is just one example.
One day He was teaching; and there were some Pharisees and teachers of the law sitting there, who had come from every village of Galilee and Judea and from Jerusalem; and the power of the Lord was present for Him to perform healing. And some men were carrying on a bed a man who was paralyzed; and they were trying to bring him in and to set him down in front of Him. But not finding any way to bring him in because of the crowd, they went up on the roof and let him down through the tiles with his stretcher, into the middle of the crowd, in front of Jesus. Seeing their faith, He said, “Friend, your sins are forgiven you.” The scribes and the Pharisees began to reason, saying, “Who is this man who speaks blasphemies? Who can forgive sins, but God alone?” But Jesus, aware of their reasonings, answered and said to them, “Why are you reasoning in your hearts? Which is easier, to say, ‘Your sins have been forgiven you,’ or to say, ‘Get up and walk’? But, so that you may know that the Son of Man has authority on earth to forgive sins,”—He said to the paralytic—“I say to you, get up, and pick up your stretcher and go home.” (Luke 5:17-24) {emphasis mine}
In this familiar story a man who was paralyzed was brought to Jesus for healing. The paralytic’s friends worked so hard to get him physically healed that they hauled him up on the roof, dug through the roof, and lowered him down in front of Jesus. What was Jesus’s response? Jesus forgave the man’s sins. Every person there saw the man’s need to be able to walk, so he could take care of himself here on earth. Jesus saw the more important spiritual need and forgave his sins. After taking care of his eternal need, he also took care of his more earthly need and healed him physically.
Do you see people’s eternal need or do you just see their physical needs or worse, only see their earthly failings? Do you only see the hurt they are causing you or do you see the hurt they feel that comes from being separated from God?
Earthly or Heavenly Citizenship
I’ve been involved in politics for many years. I’ve been to precinct, county, state, and national conventions. I’ve written, debated, and defended political platforms and resolutions. I vote every election. All of that is good and useful, but is that where we are supposed to spend most of our time and effort? I’ve come to the conclusion that this is not what is most important.
For our citizenship is in heaven, from which also we eagerly wait for a Savior, the Lord Jesus Christ; who will transform the body of our humble state into conformity with the body of His glory, by the exertion of the power that He has even to subject all things to Himself. (Philippians 3:20-21)
We are told that our citizenship is in heaven. The majority of our effort should be put into support of our heavenly citizenship, not our earthly citizenship. That doesn’t mean that we should let our earthly kingdom fall apart and turn away from God, but it does mean we should be more focused on turning hearts and minds to Jesus than we are with setting domestic laws. We should be more focused on worshipping God than supporting politicians.
Sadly I see too many Christians who focus on pushing the “Pledge of Allegiance to the Flag” than they do pushing loyalty to Jesus. I see too many Christians who put all of their effort into electing the “right” politician instead of pointing people to the real Savior. I see too many Christians who try to pass the “right” laws instead of reading the law of God. I see too many Christians who put all of their effort into changing people’s minds to the “right” party instead of changing hearts and minds for Christ.
Do you really seek the kingdom of God or are you only focused on your earthly nation? Do you spend more time trying to win people for your political party than you do trying to win people for Christ? Our primary focus should be on the Millennial Kingdom of Christ and on eternity in heaven with Jesus, not on our earthly country.
Yes, we are to be a light in the world and we should seek the good of our earthly nations, but sharing the gospel, living a life honoring to God, and doing everything within our power to draw people to Jesus should be our focus and where we put most of our effort.
And He came and preached peace to you who were far away, and peace to those who were near; for through Him we both have our access in one Spirit to the Father. So then you are no longer strangers and aliens, but you are fellow citizens with the saints, and are of God’s household, having been built on the foundation of the apostles and prophets, Christ Jesus Himself being the corner stone, in whom the whole building, being fitted together, is growing into a holy temple in the Lord, in whom you also are being built together into a dwelling of God in the Spirit. (Ephesians 2:17-22)
The Hurt They Cause or the Hurt They Feel
People today are selfish and hurtful. Most people are trying to be the greatest victim which means they are accusing others of being abusers, tyrants, or haters. People are impolite, inconsiderate, and sometimes downright hateful. How do you respond?
Do you attack back when you are attacked? Are you rude back when you are treated rudely? Do you only see how others hurt you or can you see the hurt behind the hurtful behavior?
Most of the people who are striking out with hate and anger are truly hurting people. They have been taught that they are evolved pond scum and feel hopeless. They have been mistreated by other hurting people. They have been taught to be victims and to hate anyone who may not be a victim. Instead of feeling hate, we should feel compassion.
In Matthew 18:21-35 Jesus tells a parable of a master who forgives his slave of his debts, but then that slave does not show the same mercy to another who owes him much less. The slave is rebuked.
Then summoning him, his lord said to him, ‘You wicked slave, I forgave you all that debt because you pleaded with me. Should you not also have had mercy on your fellow slave, in the same way that I had mercy on you?’ (Matthew 18:32-33)
God loved us before we loved Him. Jesus forgave us far more than we can ever forgive others. After all Jesus did for us, we should be forgiving like He is. We should see other’s hurt and eternal destination and have compassion on them. Instead of treating them the way we were treated, we should treat them like Jesus treated us. We should seek their eternal good above our momentary comfort.
And He said to them, “Come away by yourselves to a secluded place and rest a while.” (For there were many people coming and going, and they did not even have time to eat.) They went away in the boat to a secluded place by themselves.
The people saw them going, and many recognized them and ran there together on foot from all the cities, and got there ahead of them. When Jesus went ashore, He saw a large crowd, and He felt compassion for them because they were like sheep without a shepherd; and He began to teach them many things. (Mark 6:31-34) {emphasis mine}
Just as Jesus had compassion for the crowd and their spiritual needs when He and His disciples had need of food and rest, in the same way we should sacrifice our egos to minister to the spiritual needs of those that may seem unlovable because of their eternal need.
May the Lord of Heaven help us to have an eternal perspective and to view everything and everyone with that eternal and spiritual perspective so we can faithfully serve Jesus and bring with us a plentiful harvest. May Jesus use us for His glory and for the eternal good of those around us.
-
-
@ 8bad92c3:ca714aa5
2025-06-16 13:02:03Key Takeaways
Michael Goldstein, aka Bitstein, presents a sweeping philosophical and economic case for going “all in” on Bitcoin, arguing that unlike fiat, which distorts capital formation and fuels short-term thinking, Bitcoin fosters low time preference, meaningful saving, and long-term societal flourishing. At the heart of his thesis is “hodling for good”—a triple-layered idea encompassing permanence, purpose, and the pursuit of higher values like truth, beauty, and legacy. Drawing on thinkers like Aristotle, Hoppe, and Josef Pieper, Goldstein redefines leisure as contemplation, a vital practice in aligning capital with one’s deepest ideals. He urges Bitcoiners to think beyond mere wealth accumulation and consider how their sats can fund enduring institutions, art, and architecture that reflect a moral vision of the future.
Best Quotes
“Let BlackRock buy the houses, and you keep the sats.”
“We're not hodling just for the sake of hodling. There is a purpose to it.”
“Fiat money shortens your time horizon… you can never rest.”
“Savings precedes capital accumulation. You can’t build unless you’ve saved.”
“You're increasing the marginal value of everyone else’s Bitcoin.”
“True leisure is contemplation—the pursuit of the highest good.”
“What is Bitcoin for if not to make the conditions for magnificent acts of creation possible?”
“Bitcoin itself will last forever. Your stack might not. What will outlast your coins?”
“Only a whale can be magnificent.”
“The market will sell you all the crack you want. It’s up to you to demand beauty.”
Conclusion
This episode is a call to reimagine Bitcoin as more than a financial revolution—it’s a blueprint for civilizational renewal. Michael Goldstein reframes hodling as an act of moral stewardship, urging Bitcoiners to lower their time preference, build lasting institutions, and pursue truth, beauty, and legacy—not to escape the world, but to rebuild it on sound foundations.
Timestamps
00:00 - Intro
00:50 - Michael’s BBB presentation Hodl for Good
07:27 - Austrian principles on capital
15:40 - Fiat distorts the economic process
23:34 - Bitkey
24:29 - Hodl for Good triple entendre
29:52 - Bitcoin benefits everyone
39:05 - Unchained
40:14 - Leisure theory of value
52:15 - Heightening life
1:15:48 - Breaking from the chase makes room for magnificence
1:32:32 - Nakamoto Institute’s missionTranscript
(00:00) Fiat money is by its nature a disturbance. If money is being continually produced, especially at an uncertain rate, these uh policies are really just redistribution of wealth. Most are looking for number to go up post hyper bitcoinization. The rate of growth of bitcoin would be more reflective of the growth of the economy as a whole.
(00:23) Ultimately, capital requires knowledge because it requires knowing there is something that you can add to the structures of production to lengthen it in some way that will take time but allow you to have more in the future than you would today. Let Black Rockck buy the houses and you keep the sats, not the other way around.
(00:41) You wait until later for Larry Frink to try to sell you a [Music] mansion. And we're live just like that. Just like that. 3:30 on a Friday, Memorial Day weekend. It's a good good good way to end the week and start the holiday weekend. Yes, sir. Yes, sir. Thank you for having me here. Thank you for coming. I wore this hat specifically because I think it's I think it's very apppropo uh to the conversation we're going to have which is I hope an extension of the presentation you gave at Bitblock Boom Huddle for good. You were working on
(01:24) that for many weeks leading up to uh the conference and explaining how you were structuring it. I think it's a very important topic to discuss now as the Bitcoin price is hitting new all-time highs and people are trying to understand what am I doing with Bitcoin? Like you have you have the different sort of factions within Bitcoin.
(01:47) Uh get on a Bitcoin standard, get on zero, spend as much Bitcoin as possible. You have the sailors of the world are saying buy Bitcoin, never sell, die with your Bitcoin. And I think you do a really good job in that presentation. And I just think your understanding overall of Bitcoin is incredible to put everything into context. It's not either or.
(02:07) It really depends on what you want to accomplish. Yeah, it's definitely there there is no actual one-sizefits-all um for I mean nearly anything in this world. So um yeah, I mean first of all I mean there was it was the first conference talk I had given in maybe five years. I think the one prior to that uh was um bit block boom 2019 which was my meme talk which uh has uh become infamous and notorious.
(02:43) So uh there was also a lot of like high expectations uh you know rockstar dev uh has has treated that you know uh that that talk with a lot of reference. a lot of people have enjoyed it and he was expecting this one to be, you know, the greatest one ever, which is a little bit of a little bit of a uh a burden to live up to those kinds of standards.
(03:08) Um, but you know, because I don't give a lot of talks. Um, you know, I I I like to uh try to bring ideas that might even be ideas that are common. So, something like hodling, we all talk about it constantly. uh but try to bring it from a little bit of a different angle and try to give um a little bit of uh new light to it.
(03:31) I alsove I've I've always enjoyed kind of coming at things from a third angle. Um whenever there's, you know, there's there's all these little debates that we have in in Bitcoin and sometimes it's nice to try to uh step out of it and look at it a little more uh kind of objectively and find ways of understanding it that incorporate the truths of of all of them.
(03:58) uh you know cuz I think we should always be kind of as much as possible after ultimate truth. Um so with this one um yeah I was kind of finding that that sort of golden mean. So uh um yeah and I actually I think about that a lot is uh you know Aristotle has his his concept of the golden mean. So it's like any any virtue is sort of between two vices um because you can you can always you can always take something too far.
(04:27) So you're you're always trying to find that right balance. Um so someone who is uh courageous you know uh one of the vices uh on one side is being basically reckless. I I can't remember what word he would use. Uh but effectively being reckless and just wanting to put yourself in danger for no other reason than just you know the thrill of it.
(04:50) Um and then on the other side you would just have cowardice which is like you're unwilling to put yourself um at any risk at any time. Um, and courage is right there in the middle where it's understanding when is the right time uh to put your put yourself, you know, in in the face of danger um and take it on. And so um in some sense this this was kind of me uh in in some ways like I'm obviously a partisan of hodling.
(05:20) Um, I've for, you know, a long time now talked about the, um, why huddling is good, why people do it, why we should expect it. Um, but still trying to find that that sort of golden mean of like yes, huddle, but also what are we hodling for? And it's not we're we're not hodddling just merely for the sake of hodddling.
(05:45) There there is a a purpose to it. And we should think about that. And that would also help us think more about um what are the benefits of of spending, when should we spend, why should we spend, what should we spend on um to actually give light to that sort of side of the debate. Um so that was that was what I was kind of trying to trying to get into.
(06:09) Um, as well as also just uh at the same time despite all the talk of hodling, there's always this perennial uh there's always this perennial dislike of hodlers because we're treated as uh as if um we're just free riding the network or we're just greedy or you know any of these things. And I wanted to show how uh huddling does serve a real economic purpose.
(06:36) Um, and it does benefit the individual, but it also does uh it it has actual real social um benefits as well beyond merely the individual. Um, so I wanted to give that sort of defense of hodling as well to look at it from um a a broader position than just merely I'm trying to get rich. Um uh because even the person who uh that is all they want to do um just like you know your your pure number grow up go up moonboy even that behavior has positive ramifications on on the economy.
(07:14) And while we might look at them and have uh judgments about their particular choices for them as an individual, we shouldn't discount that uh their actions are having positive positive effects for the rest of the economy. Yeah. So, let's dive into that just not even in the context of Bitcoin because I think you did a great job of this in the presentation.
(07:36) just you've done a good job of this consistently throughout the years that I've known you. Just from like a first principles Austrian economics perspective, what is the idea around capital accumulation, low time preference and deployment of that capital like what what like getting getting into like the nitty-gritty and then applying it to Bitcoin? Yeah, it's it's a big question and um in many ways I mean I I even I barely scratched the surface.
(08:05) uh I I can't claim to have read uh all the volumes of Bombber works, you know, capital and interest and and stuff like that. Um but I think there's some some sort of basic concepts that we can look at that we can uh draw a lot out. Um the first uh I guess let's write that. So repeat so like capital time preference. Yeah. Well, I guess getting more broad like why sav -
@ 7f6db517:a4931eda
2025-06-16 13:02:13The newly proposed RESTRICT ACT - is being advertised as a TikTok Ban, but is much broader than that, carries a $1M Fine and up to 20 years in prison️! It is unconstitutional and would create massive legal restrictions on the open source movement and free speech throughout the internet.
The Bill was proposed by: Senator Warner, Senator Thune, Senator Baldwin, Senator Fischer, Senator Manchin, Senator Moran, Senator Bennet, Senator Sullivan, Senator Gillibrand, Senator Collins, Senator Heinrich, and Senator Romney. It has broad support across Senators of both parties.
Corrupt politicians will not protect us. They are part of the problem. We must build, support, and learn how to use censorship resistant tools in order to defend our natural rights.
The RESTRICT Act, introduced by Senators Warner and Thune, aims to block or disrupt transactions and financial holdings involving foreign adversaries that pose risks to national security. Although the primary targets of this legislation are companies like Tik-Tok, the language of the bill could potentially be used to block or disrupt cryptocurrency transactions and, in extreme cases, block Americans’ access to open source tools or protocols like Bitcoin.
The Act creates a redundant regime paralleling OFAC without clear justification, it significantly limits the ability for injured parties to challenge actions raising due process concerns, and unlike OFAC it lacks any carve-out for protected speech. COINCENTER ON THE RESTRICT ACT
If you found this post helpful support my work with bitcoin.
-
@ e0a24c5c:fa44b1e7
2025-06-16 13:35:58Am 13. Juni 2025 hat der offene Krieg Israels gegen den Iran begonnen, ein Krieg, der, wie schon der Krieg in Gaza, dazu führen dürfte, dass unsere Politik die Unterstützung Israels verstärkt zur deutschen Staatsräson erklären und Israel (mittels neuer "Sondervermögen"?) jetzt nochmals verstärkt mit Waffen beliefern wird.
Die Unterstützung Israels zur deutschen Staatsräson zu erklären, ist eine – historisch zwar verständliche – heute aber radikal auch Israel zerstörende und extrem verfassungswidrige und rassistische Position. Weil sie finster die Nicht-Unterstützung der Palästinenser, bzw. die stillschweigende Gewährung der Vernichtung der Bevölkerung in Gaza im Schlagschatten führt.
Die Würde des Menschen ist unantastbar! Und der Schutz von Würde und Leben des Menschen ist die einzig legitime deutsche Staatsräson – unabhängig davon, ob dieser Mensch Jude, Palästinenser, Ukrainer, Russe, Chinese oder sonst wer ist.
In Deutschland wird durch die einseitige Positionierung auf die "Unterstützung Israels" ein Bürgerkrieg herauf beschworen. Antisemitismus und Terrorgefahr in Deutschland werden extrem verstärk. Und in Israel wird schon durch den maßlosen Rachefeldzug in Gaza und jetzt durch den entfachten Krieg mit dem Iran, aufs tiefste jede Möglichkeit für eine friedliche Koexistenz im palästinensisch-arabischen Raum zerstört.
Einen Freund zu unterstützen heißt nicht, ihm die Mittel zu menschenverachtenden Rachefeldzügen und zur moralischen und physischen Selbstzerstörung zu liefern, sondern ihn – im Sinne des Grundgesetzes Artikel 1, Absatz 2 – selbst in Krisensituationen auf den Weg von Achtung und Schutz der unveräußerlichen Menschenrechte zu verpflichten.
Außenpolitik im Sinne des Grundgesetzes kann nur Politik zum Schutz der Menschenwürde und nicht Politik für oder gegen Staaten, für oder gegen Religionsgemeinschaften, für oder gegen Völker und Volksgruppen, für oder gegen Rassen und so weiter sein.
Dass sich die Deutsche Politik in keinerlei Weise mehr an das Grundgesetz gebunden fühlt,
- weder bezüglich Israels
- noch auch bezüglich Russlands (wo es ebenfalls nicht um den Schutz von Menschenrechten, sondern - auf Kosten der Ukraine (!) - um einen Regime-Change in Russland und um Rüstungsgeschäfte geht),
- erst recht auch hier nicht mehr im Inland (wo die Freiheitsrechte nicht mehr als unmittelbar geltendes Recht und als unantastbare Grundlage der gesamten Politik gelten, sondern nur noch - in alter Feudalmanier - gnadenvoll von oben an "systemtreue" Bürger als Belohnung für parteigenehmes Verhalten ausgeliehen werden) …
kurz: dass die deutsche Politik sämtliche positiven Errungenschaften Deutschlands nach dem zweiten Weltkrieg aushöhlt und zerstört, sowohl die moralisch-politischen als auch die wirtschaftlichen, geistigen, kulturellen und sozialen, ist deutliches Zeichen ihres Zusammenbruchs und nimmt ihr jegliche Legitimation.
Wir DÜRFEN da als Volk nicht einfach zusehen!
Da wir als Volk geknebelt und aus den politischen Entscheidungen völlig herausgehalten sind, bleibt uns nur der Weg, die Politik im Sinne eines "Great Reset von unten" selber in die Hand zu nehmen.
Der Weg dazu wird auf www.unsere-verfassung.de gewiesen
-
@ 69eea734:4ae31ae6
2025-06-12 15:25:09Vor ein paar Tagen stieß ich auf einen faszinierenden Artikel von Michel Bauwens, Mitbegründer der P2PFoundation, mit Links zu weiteren Texten – zum Beispiel über den Puls der Commons –, die ich ebenfalls äußerst interessant fand.
Der Artikel zeigt unter anderem gut, wie unterschiedlich Commons aussehen können, so dass ich ihn heute als Ausgangspunkt nehmen möchte, um ein paar Puzzle-Steine in mein entstehendes Bild der Commons einzufügen.
Das Grundmuster menschlichen Zusammenlebens?
Bauwens betrachtet die Commons aus historischer Sicht, wie sie sich in verschiedenen Zeiten unterschiedlich manifestieren, manchmal gar nahezu verschwinden und heute in wiederum veränderter Form neu entstehen – und plädiert dafür, dass sie noch weit stärker werden sollten.
Er legt zunächst dar, was die Commons sind und was nicht. (zum Beispiel nichts, was vom Staat verwaltet wird, wie ein öffentlicher Park.) Ausschlaggebend ist, dass eine Ressource von ihren Herstellern oder Benutzern selbst betreut wird. Commons entstehen dabei durch Beziehungen. Sie sind etwas spezifisch Menschliches und eine Wahl, die „fast immer“ zur Verfügung steht, so Bauwens. Eine die Geschichte überdauernde menschliche Praxis.
Er nennt drei verschiedene geschichtlichen Entwicklungen:
- Eine lineare - Wie präsentiert sich der Commons über verschiedene, komplexer werdende, Phasen der Menschheitsgeschichte hinweg?
- Eine hin und her schwingendende: In der Geschichte einer Zivilisation werden die Commons in Zeiten von Überfluss -- und daraus resultierender Verschwendung uns steigender Ressourcen-Extraktion -- unterdrückt, konstitutieren sich aber dann als Gegenbewegung wieder neu.
- Eine stufenweise: Die heutigen, mit neuen Möglichkeiten ausgestatteten Formen der Commons könnten in der nächsten Phase unserer Zivilisation (oder nach unserer Zivilisation) eine entscheidende Rolle spielen.
Wenn man verschiedene Arten des Austausches betrachtet (Bauwens beruft sich hierbei auf Alan Fiske), kann man geschichtlich analysieren, welche zu verschiedenen Zeiten vorrangig waren (dies tat Kojin Karatani in The Structure of World History von 2014).
Die vier Muster sind:
- Gemeinschaftliche Beteiligung, Commons (die Gemeinschaft baut mir ein Haus, und ich helfe später bei einem anderen Hausbau mit; ein Beispiel aus neuerer Zeit ist die Entwicklung von Linux)
- Wechselseitiger Austausch (Geschenkökonomie – es wird eine etwa gleichwertige Leistung zu einem späteren Zeitpunkt erwartet)
- Hierarchisch bedingte Verteilung, wie im Feudalismus
- Marktwirtschaft (es gibt ein allgemeines Zahlungsmittel mit einem bestimmten Wert)
Bauwens: „Entscheidend ist jedoch, dass die Menschheit ständig bestrebt ist, Modus A wiederherzustellen, denn die Menschen haben eine kulturelle und wahrscheinlich auch allgemeine Vorliebe für ein geselliges Leben in kleinen, vertrauten Gruppen. Aber menschliche Gruppen versuchen, dies auch auf höheren Komplexitätsebenen zu tun, in einem ständigen Versuch, die extraktive Logik der Zivilisation zu mäßigen.“ (Katarani bezeichnet eine Verbindung von Commoning und Geschenkökonomie in stammesorientierten Kulturen als Modus A)
Commons durch die Zeiten - ein kurzer Abriss
In der ursprünglichsten Form der Commons in Jäger- und Sammler-Gemeinschaften, werden Nahrung und sonstige Ressourcen mit der ganzen Gemeinschaft geteilt - dies ist zumindest die vorherrschende Form des Austauschs.
Im Zuge der Agrar-Revolution geht es um das gemeinsame Bewirtschaften von Flächen.
Im Mittelalter entwickelt sich in Europa das Feudalsystem. Auch hier werden manche Felder aber noch von den Dorfbewohnern gemeinsam verwaltet.
Ab dem 16. Jahrhundert fanden, am stärksten in England, die Enclosures (auf deutsch Einhegungen) statt. Das heißt, dass Felder zur effizienteren Bewirtschaftung von den Besitzern zusammengelegt und umzäunt wurden.
Besonders im 19. Jahrhundert, mit dem Aufkommen der Industrialisierung, nahm diese Entwicklung immer stärker zu. Die landwirtschaftlichen Commons wurden dadurch weitgehend zerstört.
Im industriellen Kapitalismus, als die Arbeiter kaum Rechte hatten, und es auch um das bloße Überleben ging, entwickelte sich ein sozialer Commons Dieser bestand darin, dass sich die Arbeiter gegenseitig halfen und sich gegenseitig versicherten. Aus dieser Bewegung entstand dann der Sozialstaat. Der Staat übernahm also Aufgaben, die die Menschen zuvor füreinander geleistet hatten.
Man könnte daher sagen, dass im Kapitalismus die natürlichen Commons-Ressourcen privatisiert und die sozialen Commons verstaatlicht wurden.
In der Moderne waren sich viele Menschen der Bedeutung von Commons gar nicht mehr bewusst.
Mit dem Internet, dem World Wide Web und weiteren digitalen Techniken erschlossen sich dann neue Möglichkeiten. Mit Peer Production, Open Source Software, sowie den Creative Commons Lizenzen, enstand eine neue Inkarnation der Commons. Und damit ist die Entwicklung noch nicht abgeschlossen...
Warum Commons nicht in ein Links-Rechts-Schema passen
Mit seinem Streifzug durch die Geschichte zeigt Bauwens, wie vielfältig die Commons sein können, und warum ihnen in der heutigen Zeit eine starke Rolle zukommen sollte. Nebenbei ergibt sich für mich auch, dass sie jenseits von linker oder rechter Ideologie liegen. Hierzu eine kurze Zwischenbetrachtung von mir:
Weil es um kollektives Handeln geht, und auch wegen des Namens („hört sich an wie Kommunismus“, meinte meine Mutter), entsteht leicht der Eindruck, es handele sich um ein besonders linksgerichtetes Phänomen.
Eine gut eingespielte Fußballmannschaft agiert auch als Kollektiv. Der Verein verwaltet vielleicht ein Clubhaus. Wohl kaum jemand würde deswegen den Verein als links bezeichnen.
Freilich sind die Mitglieder heutiger Commons-Bewegungen vorwiegend „progressiv“, zuweilen auf eine rigide Weise. Bauwens hat damit schon eine leidvolle Erfahrung gemacht. Aber Commons als soziales System sind es nicht. Dafür spricht allein schon die Tatsache, dass es sie viel länger gibt als die politische Links-Rechts-Einteilung.
Eine starke Rolle für die Commons
Wie steht es um die Commons heute? Das werde ich in weiteren Artikeln noch versuchen zu beleuchten.
Mir kommt gerade der Gedanke in den Sinn: Sie wachsen überall.
Wie oben erwähnt, enstand mit zunehmenden digitalen Möglichkeiten eine neue Form der Commons. Leider gab es hier auch moderne Formen der Einhegungen. Github wurde von Microsoft übernommen, der Sardex (alternatives lokales Wirtschaftsnetzwerk) anscheinend von einer Investment-Firma. AWS (Amazon Web Services) verleibt sich gerne woanders entwickelte Projekte ein und bietet sie als zahlungspflichtige Services an. Krypto wurde -- weitgehend -- "gekapert".
Aber zum einen gibt es nicht nur den digital basierten Commons, es entsteht schon viel auf anderer Ebene, und zum anderen sind Commoners erfinderische Menschen...
Michel Bauwens hat in seinen Artikeln im Übrigen noch mehr zu den heutigen Commons zu sagen. Inbesondere beführwortet er das Kosmo-Lokale (Cosmo-Local). Was leicht ist (Wissen) wird geteilt, was Gewicht hat (etwa landwirtschaftliche und andere Produktion), wird an lokale Gegebenheiten angepasst und vor Ort bewerkstelligt.
Und das Zusammenspiel von Digitalem und Materiellem verspricht weitere Möglichkeiten.
In jedem Fall haben die Commons eine ausgleichende, regenerierende Kraft, die wir aufgrund der heutigen vielen Kriesen gar nicht ungenützt lassen können, ganz unabhängig von unserer sozialer Ebene - das gilt auch für die Superreichen.
-
@ 7f6db517:a4931eda
2025-06-15 20:01:51Will 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.
-
@ 3c389c8f:7a2eff7f
2025-06-15 03:22:13Nostr's first algorithmic relay feed, was introduced by prolific Nostr user, builder, and supporter, utxo the webmaster and the Bitvora team. This idea takes control of your algorithms away from 3rd parties and puts it directly in the user's hands. The system was designed to give readers the ability to choose who and what they want to see in their Nostr feed, and at what frequency, while also encouraging discovery of new and interesting content. The design keeps in mind that users may not want to see posts that are inflammatory or contentious like ad-driven algorithms assume, but ones that simply generate interesting conversations. On top of that, it is also clearly designed to incentivize users to spend time offline and still keeping up with things that are important to them online.
After playing with the various settings, I have been pleasantly surprised with how well it works. To set up your individualized algo relay feed, you simply visit the landing page and sign in with your signer of choice. You will first be presented with some information about your network and the authors you interact with the most. This is a neat little bonus to me. I can clearly see the profiles that provide me with value, whether it be through learning, friendship, or professional (whatever that means). It gives me a good feeling to see who has been worthy of my attention, and I imagine if I were one to engage in defensive online discussions, the presentation of these authors might make me take a second look at my own behavior. Maybe the idea of anyone else doing that is a pipedream, but I like the thought. Just beyond the network information are some insightful statistics about the ways you engage online, like how often you post and reply.
Towards the bottom of the page are your actual settings:
As you can see, there are a variety of settings that all will impact the way that your personalized feed is built. Simply make some adjustments that feel right for you and click save. Your personalized algorithm feed will be available to you in any client that enables relay browsing, like Jumble and Coracle. It is worth trying out a couple of different formulas, as they are quite effective. Once you find a balance that feels right, you can just save the relay as a favorite for easy access, and basically forget about it. They relay will keep your settings to build your personalized Nostr feed whenever you connect. If at any time you need a change, just revisit the page and make your adjustments. The software is open source, making it possible to host your own for yourself and your friends.
I have found a lot of interesting content and people through the Nostr AlgoRelay. My first few settings adjustments didn't quite suit what I was looking for, but a few tweaks brought forth notes from some of my favorite people that I had missed but not stuff that was really outdated, a few notes from popular figureheads, and some things that my friends were engaging with that I did not know about prior. I highly recommend giving it a try, beyond a quick glance. The true value of this relay grows in time, as you go about life and come back to visit your Nostr world.
-
@ 7f6db517:a4931eda
2025-06-16 13:02:13People 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.
-
@ dfa02707:41ca50e3
2025-06-15 18:02:15Contribute 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.
-
@ f0fd6902:a2fbaaab
2025-06-16 12:23:49https://stacker.news/items/1007600
-
@ 69eea734:4ae31ae6
2025-06-12 14:43:03Vor ein paar Tagen stieß ich auf einen faszinierenden Artikel von Michel Bauwens, Mitbegründer der P2PFoundation, mit Links zu weiteren Texten – zum Beispiel über den Puls der Commons –, die ich ebenfalls äußerst interessant fand.
Der Artikel zeigt unter anderem gut, wie unterschiedlich Commons aussehen können, so dass ich ihn heute als Ausgangspunkt nehmen möchte, um ein paar Puzzle-Steine in mein entstehendes Bild der Commons einzufügen.
Das Grundmuster menschlichen Zusammenlebens?
Bauwens betrachtet die Commons aus historischer Sicht, wie sie sich in verschiedenen Zeiten unterschiedlich manifestieren, manchmal gar nahezu verschwinden und heute in wiederum veränderter Form neu entstehen – und warum sie noch weit stärker werden sollten.
Er legt zunächst dar, was die Commons sind und was nicht. (zum Beispiel nichts, was vom Staat verwaltet wird, wie ein öffentlicher Park) Ausschlaggebend ist, dass eine Ressource von ihren Herstellern oder Benutzern selbst betreut wird. Commons entstehen dabei durch Beziehungen. Sie sind etwas spezifisch Menschliches und eine Wahl, die „fast immer“ zur Verfügung steht, so Bauwens. Eine die Geschichte überdauernde menschliche Praxis.
Er nennt drei verschiedene geschichtlichen Entwicklungen:
- Eine lineare - Wie präsentiert sich der Commons über verschiedene, komplexer werdende, Phasen der Menschheitsgeschichte hinweg?
- Eine hin und her schwingendende: In der Geschichte einer Zivilisation werden die Commons in Zeiten von Überfluss -- und daraus resultierender Verschwendung uns steigender Ressourcen-Extraktion -- unterdrückt, konstitutieren sich aber dann als Gegenbewegung wieder neu.
- Eine stufenweise: Die heutigen, mit neuen Möglichkeiten ausgestatteten Formen der Commons könnten in der nächsten Phase unserer Zivilisation (oder nach unserer Zivilisation) eine entscheidende Rolle spielen.
Wenn man verschiedene Arten des Austausches betrachtet (Bauwens beruft sich hier auf Alan Fiske), kann man geschichtlich analysieren, welche dieser Muster zu verschiedenen Zeiten vorrangig waren (dies tat Kojin Karatani in The Structure of World History von 2014).
Die vier Muster sind:
- Gemeinschaftliche Beteiligung, Commons (die Gemeinschaft baut mir ein Haus, und ich helfe später bei einem anderen Hausbau mit; ein Beispiel aus neuerer Zeit ist die Entwicklung von Linux)
- Wechselseitiger Austausch (Geschenkökonomie – es wird eine etwa gleichwertige Leistung zu einem späteren Zeitpunkt erwartet)
- Hierarchisch bedingte Verteilung, wie im Feudalismus
- Marktwirtschaft: Es gibt ein allgemeines Zahlungsmittel mit einem bestimmten Wert.
Bauwens: „Entscheidend ist jedoch, dass die Menschheit ständig bestrebt ist, Modus A wiederherzustellen, denn die Menschen haben eine kulturelle und wahrscheinlich auch allgemeine Vorliebe für ein geselliges Leben in kleinen, vertrauten Gruppen. Aber menschliche Gruppen versuchen, dies auf jeweils höheren Komplexitätsebenen zu tun, in einem ständigen Versuch, die extraktive Logik der Zivilisation zu mäßigen.“ (Katarani bezeichnet eine Verbindung von Commoning und Geschenkökonomie in stammesorientierten Kulturen als Modus A)
Commons durch die Zeiten - ein kurzer Abriss
In der ursprünglichsten Form der Commons in Jäger- und Sammler-Gemeinschaften, werden Nahrung und sonstige Ressourcen mit der ganzen Gemeinschaft geteilt - dies ist zumindest die vorherrschende Form des Austauschs.
Im Zuge der Agrar-Revolution geht es um das gemeinsame Bewirtschaften von Flächen.
Im Mittelalter entwickelt sich in Europa das Feudalsystem. Auch hier werden manche Felder aber noch von den Dorfbewohnern gemeinsam verwaltet.
Ab dem 16. Jahrhundert fanden, am stärksten in England, die Enclosures (auf deutsch Einhegungen) statt. Das heißt, dass Felder zur effizienteren Bewirtschaftung von den Besitzern zusammengelegt und mit Zäunen versehen wurden.
Besonders im 19. Jahrhundert, mit dem Aufkommen der Industrialisierung, nahm diese Entwicklung immer stärker zu. Die landwirtschaftlichen Commons wurden dadurch weitgehend zerstört.
Im industriellen Kapitalismus, als die Arbeiter kaum Rechte hatten, und es auch um das bloße Überleben ging, entwickelte sich ein sozialer Commons Dieser bestand darin, dass sich die Arbeiter gegenseitig halfen und sich gegenseitig versicherten. Aus dieser Bewegung entstand dann der Sozialstaat. Der Staat übernahm also Aufgaben, die die Menschen zuvor füreinander geleistet hatten.
Man könnte daher sagen, dass im Kapitalismus die natürlichen Commons-Ressourcen privatisiert und die sozialen Commons verstaatlicht wurden.
In der Moderne waren sich viele Menschen der Bedeutung von Commons gar nicht mehr bewusst.
Mit dem Internet, dem World Wide Web und weiteren digitalen Techniken erschlossen sich dann neue Möglichkeiten. Mit Free and Open Source Software (FOSS) und Peer Production, sowie den Creative Commons Lizenzen, enstand eine neue Inkarnation der Commons. Und damit ist die Entwicklung noch nicht abgeschlossen...
Warum Commons nicht in ein Links-Rechts-Schema passen
Mit seinem Streifzug durch die Geschichte zeigt Bauwens, wie vielfältig die Commons sein können, und warum ihnen in der heutigen Zeit eine starke Rolle zukommen sollte. Nebenbei ergibt sich für mich auch, dass sie jenseits von linker oder rechter Ideologie liegen. Hierzu eine kurze Zwischenbetrachtung von mir:
Weil es um kollektives Handeln geht, und auch wegen des Namens („hört sich an wie Kommunismus“, meinte meine Mutter), entsteht leicht der Eindruck, es handele sich um ein besonders linksgerichtetes Phänomen.
Eine gut eingespielte Fußballmannschaft agiert auch als Kollektiv. Der Verein verwaltet vielleicht ein Clubhaus. Wohl kaum jemand würde deswegen den Verein als links bezeichnen.
Freilich sind die Mitglieder heutiger Commons-Bewegungen vorwiegend „progressiv“, zuweilen auf eine rigide Weise. Bauwens hat damit schon eine leidvolle Erfahrung gemacht. Aber Commons als soziales System sind es nicht. Dafür spricht allein schon die Tatsache, dass es sie viel länger gibt als die politische Links-Rechts-Einteilung.
Eine starke Rolle für die Commons
Wie steht es um die Commons heute? Das werde ich in weiteren Artikeln noch versuchen zu beleuchten.
Mir kommt gerade der Gedanke in den Sinn: Sie wachsen überall.
Wie oben erwähnt, enstand mit zunehmenden digitalen Möglichkeiten eine neue Form der Commons. Leider gab es hier auch moderne Formen der Einhegungen. Github wurde von Microsoft übernommen, der Sardex (alternatives lokales Wirtschaftsnetzwerk) anscheinend von einer Investment-Firma. AWS (Amazon Web Services) verleibt sich gerne woanders entwickelte Projekte ein und bietet sie als zahlungspflichtige Services an. Krypto wurde -- weitgehend -- "gekapert".
Aber zum einen gibt es nicht nur den digital basierten Commons, es entsteht schon viel auf anderer Ebene, und zum anderen sind Commoners erfinderische Menschen...
Michel Bauwens hat in seinen Artikeln im Übrigen noch mehr zu den heutigen Commons zu sagen. Inbesondere beführwortet er das Kosmo-Lokale (Cosmo-Local). Was leicht ist (Wissen) wird geteilt, was Gewicht hat (etwa landwirtschaftliche und andere Produktion), wird an lokale Gegebenheiten angepasst und vor Ort bewerkstelligt.
Und das Zusammenspiel von Digitalem und Materiellem verspricht weitere Möglichkeiten.
In jedem Fall haben die Commons eine ausgleichende, regenerierende Kraft, die wir aufgrund der heutigen vielen Kriesen gar nicht ungenützt lassen können, ganz unabhängig von unserer sozialer Ebene - das gilt auch für die Superreichen.
-
@ 7f6db517:a4931eda
2025-06-16 13:02:13
"Privacy is necessary for an open society in the electronic age. Privacy is not secrecy. A private matter is something one doesn't want the whole world to know, but a secret matter is something one doesn't want anybody to know. Privacy is the power to selectively reveal oneself to the world." - Eric Hughes, A Cypherpunk's Manifesto, 1993
Privacy is essential to freedom. Without privacy, individuals are unable to make choices free from surveillance and control. Lack of privacy leads to loss of autonomy. When individuals are constantly monitored it limits our ability to express ourselves and take risks. Any decisions we make can result in negative repercussions from those who surveil us. Without the freedom to make choices, individuals cannot truly be free.
Freedom is essential to acquiring and preserving wealth. When individuals are not free to make choices, restrictions and limitations prevent us from economic opportunities. If we are somehow able to acquire wealth in such an environment, lack of freedom can result in direct asset seizure by governments or other malicious entities. At scale, when freedom is compromised, it leads to widespread economic stagnation and poverty. Protecting freedom is essential to economic prosperity.
The connection between privacy, freedom, and wealth is critical. Without privacy, individuals lose the freedom to make choices free from surveillance and control. While lack of freedom prevents individuals from pursuing economic opportunities and makes wealth preservation nearly impossible. No Privacy? No Freedom. No Freedom? No Wealth.
Rights are not granted. They are taken and defended. Rights are often misunderstood as permission to do something by those holding power. However, if someone can give you something, they can inherently take it from you at will. People throughout history have necessarily fought for basic rights, including privacy and freedom. These rights were not given by those in power, but rather demanded and won through struggle. Even after these rights are won, they must be continually defended to ensure that they are not taken away. Rights are not granted - they are earned through struggle and defended through sacrifice.
If you found this post helpful support my work with bitcoin.
-
@ 3c7dc2c5:805642a8
2025-06-16 12:15:35🧠Quote(s) of the week:
"Bitcoin trades 168 hours a week. Every other asset trades 35 hours at best (and less on holidays). This is the most magical, transparent, and hard-working [asset] in history. I’m in awe watching Bitcoin trade at 9:30 pm on a Saturday. You could liquidate $100 million worth, any hour of any day, and maybe take a 3% haircut. This is extremely high-bandwidth price discovery." —Michael Saylor https://i.ibb.co/LXCm3Kp8/Gshl-Ixas-Awezk3.png
🧡Bitcoin news🧡
13 years ago the block subsidy was 50 BTC. 13 years from now it will be 0.39 BTC.
On the 2nd of June:
➡️Hong Kong’s Reitar Logitech files to acquire $1.5B in Bitcoin, becoming the latest firm to join the Bitcoin treasury trend. The logistics and real estate company says the move strengthens its financial foundation as it scales its global tech platform.
➡️Bitcoin's global hashrate has reached a new all-time high, with data from Hashrate Index showing a 7-day simple moving average peak of 943 EH/s. https://i.ibb.co/3yR2ZZ0w/Gsahm-VXMAA1m-Ol.png
➡️(K)now (Y)our (C)ustomer is nothing but Stealth Mass Surveillance. What 95% of regulations cost versus return in one picture? https://i.ibb.co/Q3CLzF7j/Gsb20g-Pb-IAABy4-L.jpg
➡️Norwegian Block Exchange becomes the first publicly traded Bitcoin treasury company in Norway.' - Simply Bitcoin
➡️Poland just elected pro-Bitcoin Presidential candidate Karol Nawrocki. “Poland should be a birthplace of innovation rather than regulation.”
➡️NYC Mayor Eric Adams: “You all mocked me, ‘You’re taking your first 3 paychecks in #Bitcoin, what’s wrong with you?’ Now you wish you would have done.”
➡️Strategy plans to launch an IPO for 2.5M shares of its 10% Series A 'Stride' Preferred Stock (STRD), with proceeds going toward general corporate use and Bitcoin acquisition. Dividends are non-cumulative and paid only if declared.
Bit Paine: 'Remember: the entire fiat system is just various forms and layers of debt with different issuers all backed by an “asset,” (itself just a base layer of sovereign debt) that can and will be printed into oblivion. MSTR is just recapitulating this system but with a fixed supply underlying, meaning that in real terms anything it issues will benefit from the dilution of the fiat base layer and hence outperform (wildly) any fiat debt. No matter your institutional mandate, it makes no sense to hold debt whose base layer can be unilaterally demonetized when you can hold debt backed by a fixed supply underlying commodity that goes up forever.'
On the 3rd of June:
➡️Tether sends 37,229 Bitcoin worth almost $4 billion in total to Jack Maller's Twenty-One Capital
➡️El Salvador is running a full Bitcoin node!
➡️Canadian construction engineering company SolarBank adopts a Strategic Bitcoin Reserve "As the adoption of Bitcoin continues to grow, SolarBank believes that establishing a Bitcoin treasury strategy taps into a growing sector that is seeing increasing adoption."
➡️Willy Woo: "Who are the idiots who are selling when institutions and sovereigns are racing to buy billions in BTC?" This chart sheds light. The big whales >10k BTC have been selling since 2017. "They're stupid!" Most of those coins were bought between $0-$700 and held 8-16 years.' https://i.ibb.co/xKctV3Tf/Gsid236as-AAXPl-D.jpg
Selling at 20,000% profit is generally not a bad move.
➡️'South Korea just elected a pro-Bitcoin President who promised to legalize spot Bitcoin ETFs and scrap unfair regulation.' -Bitcoin Archive
➡️The average US investor owns 0.3% of their net worth in Bitcoin.
https://i.ibb.co/5WtFH9LM/Gsfoem-Tb0-AEfo-Ds.jpg
We are so damnn early.
➡️MARA mined 950 Bitcoin worth over $100 MILLION in May. They HODLed all of it.
➡️Bitcoin for Corporations: "Metaplanet just became Japan’s most traded stock — topping the charts in both value and volume:
➤ 170M shares traded
➤ ¥222B ($1.51B) value traded
This is what a Bitcoin strategy looks like in motion."
➡️'The Blockchain Group acquires 624 BTC for €60.2 million, nearly doubling their stack. They are now holding a total of 1,471 BTC with a BTC Yield of 1,097.6% YTD.' -Bitcoin News
➡️Publicly traded company K33 buys 10 Bitcoin for SEK 10 million for its balance sheet.
➡️California Assembly passes a bill to allow the state to receive payments in Bitcoin and digital currencies. It passed 68-0 and now heads to the Senate.
But hold up...
Bitcoin held on exchanges for +3 years will be transferred to the state of California under a law passed by the Assembly.
Not your keys…
➡️Adam Back invests $2.1 million into Swedish Bitcoin treasury company H100.
On the 4th of June:
➡️Daniel Batten: 'A large Bitcoin mining operation uses < 1/3 of the water of an average US family, and 0.0006% of the water a typical Gold mine uses.' https://i.ibb.co/TxNWSkHg/Gsn-VIjh-XQAEECOh.jpg
➡️And there it is: for JPMorgan, Bitcoin is now "safe collateral" JP Morgan will now offer loans backed by Bitcoin ETFs.
https://i.ibb.co/cXX0hKBK/Gsn-C5-B8-Wg-AA2e3i.png
Bent the knee. Wall Street realizes that Bitcoin is pristine collateral. Liquid 24/7/365 globally.
➡️Spanish coffee chain Vanadi Coffee to purchase $1.1 billion Bitcoin for its treasury reserve.
Disclaimer: This sounds great but it's not the whole story.
Pledditor: 'You mean a coffee shop chain founded just 4 years ago, only has 6 locations, and every year it has operated has suffered millions of dollars of net losses? They have 1975 Instagram followers. They have 149 Facebook followers. They have 48 X followers. But remember guys, you are investing in a "COFFEE GIANT"
So where does the $1.1B come from?
'The same way it came for Metaplanet (and all these other penny stocks) Get a bunch of high follower Bitcoin X accounts to hype your ticker (usually Bitcoin Magazine, Vivek, Pete Rizzo, etc), start up an "Irresponsibly Long ___" group, then dump a shitload of stock on the plebs.'
I have said it before...
Bitcoin treasury companies won't prevent another bear market; they’re the reason it’ll happen again this cycle.
➡️Public company Semler Scientific purchases an additional 185 Bitcoin for $20 million.
➡️Wicked: Imagine how rekt people would get if we went from $200k back down to $58k next bear market. The funny thing is that’d only be a 71% pullback, the smallest bear market pullback ever.
https://i.ibb.co/DfFtFZnP/Gsnr-U-3-Xo-AAJy-Kq.jpg
➡️Fidelty: An increasing number of institutions are leveraging Bitcoin as a strategic reserve asset. And as understanding of the asset deepens, interest continues to grow. See what may be driving the shift: Source: https://www.fidelitydigitalassets.com/research-and-insights/adding-bitcoin-corporate-treasury?ccsource=owned_social_btc_corp_treasury_june_x
➡️Solo Bitcoin miner solves block 899,826, earning 3.151 BTC ( $330K). A solo miner rented a massive amount of hashrate on @NiceHashMining and successfully mined a Bitcoin block solo on CKpool, claiming the full reward alone.
➡️Romania's national postal service, Poșta Română, launches a pilot program by installing its first Bitcoin ATM at a Tulcea branch, partnering with Bitcoin Romania (BTR Exchange), the country's leading cryptocurrency exchange.
On the 6th of June:
➡️Mononaut: 'With a weight of only 5723 units, block 899998 was the second lightest non-empty block of this halving epoch.'
➡️'UK-listed gold miner Bluebird Mining Ventures announces strategy to convert gold mining income into Bitcoin. A gold mining company will become the first UK-listed company to implement a Strategic Bitcoin Treasury' - Bitcoin News
➡️Phoenix Wallet: Phoenix 2.6.1 now supports NFC for sending and receiving. Works on Android and iOS. (NFC received on iOS is only due to Apple restrictions)
➡️Man from Germany fails to declare 24 words when crossing the border – nothing happens.
https://i.ibb.co/21W5qVks/Gswdghd-Xw-AA7-SH6.png
➡️Know Labs, Inc. to become a Bitcoin Treasury Strategy company starting with 1,000 BTC. Funny isn't it? Even former Ripple executive, Greg Kidd, is choosing to fill their company treasuries with bitcoin—not XRP.
➡️Bitcoin Successfully Mines the 900,000th Block! https://x.com/i/status/1930973314475815120
➡️Trump Media's latest S-3 filing officially adopts a Bitcoin treasury strategy. - Registers up to $12B in new securities to buy BTC - Adds to $2.44B already raised - Mentions “Bitcoin” 362 times (vs. once in prior S-3)
➡️Bitcoin News: Metaplanet just issued ¥855B ($5.4B) in moving-strike warrants to buy more Bitcoin, Japan’s largest equity issuance of its kind ever. It’s the first above-market pricing in Japan's history, defying the usual 8–10% discount.
➡️ Uber CEO tells Bloomberg Bitcoin is a proven store of value and that it is exploring crypto payments.
➡️Agricultural commodity trading company Davis Commodities will buy $4.5 million Bitcoin for their reserves, calling it "digital gold.
➡️Fidelity: As digital assets evolve, bitcoin’s potential as a store of value sets it apart from other cryptocurrencies. “Coin Report: Bitcoin” outlines why the asset’s design, scarcity, and decentralized nature help make it distinct—and where its future opportunities may lie. Read now: https://www.fidelitydigitalassets.com/research-and-insights/coin-report-bitcoin-btc?ccsource=owned_social_btc_report_june_x
➡️Japanese public company Remixpoint announces it bought 44.8 #Bitcoin worth $4.7 million
On the 8th of June:
➡️Wicked: Bitcoin has been running for 6,000 days and it’s already spent 60 of them, 1% of its life, closing above $100k. https://i.ibb.co/kVyrjR7v/Gs4uy-MIW8-AAOl-A.jpg
On the 9th of June:
➡️Australia’s ABC News reports on how Bitcoin adoption is bringing financial freedom and greater safety to Kibera, one of Africa’s largest slums in Kenya.
➡️ IBIT just blew through $70b and is now the fastest ETF to ever hit that mark in only 341 days, which is 5x faster than the old record held by GLD of 1,691 days. https://i.ibb.co/DfKbwhjG/Gt-Ar6-Eq-X0-AAzrl5.png
Credit chart JackiWang17 on X
➡️Japanese fashion brand ANAP plans to buy and hold over 1,000 Bitcoin by August 2025.
➡️South Korean President to introduce legislation this week to allow big banks to adopt Bitcoin.
➡️Wicked: Bitcoin's now 3x larger than the top 9 shitcoins combined. https://i.ibb.co/LDQKsGHM/Gt-AJy-D6-X0-AA7-PIY.jpg
💸Traditional Finance / Macro:
On the 3rd of May:
👉🏽'Hedge funds are still not buying the Magnificent 7: Hedge funds’ long/short ratio on Magnificent 7 stocks is now at its lowest level in 5 years, per Goldman Sachs. This is even lower than at the 2022 bear market bottom. Furthermore, their exposure to Magnificent 7 stocks is now down -50% over the last year. Meanwhile, hedge funds have bought US information technology stocks for 3 consecutive weeks. This occurred after the sector had been net sold in 10 of the previous 12 weeks. Retail has led the recent rebound.' -TKL
On the 6th of June:
👉🏽If you net out the Mag 7 from the S&P 500, the remaining 493 stocks have barely gone anywhere in over a decade (comparatively speaking). Chart: Goldman Sachs https://i.ibb.co/s9LmVBL8/Gsx53k6-W8-AAM2xr.jpg
🏦Banks:
On the 21st of May: 👉🏽No News
🌎Macro/Geopolitics:
'The reality is that the US soft defaults on its debt every day through structural inflation (the perpetual debasement of the US dollar). In other words, the Treasury pays you back dollars that are worth far less than what you lent to them. A soft default.' This is also valid for Europe.
On top of that, the richest man in the world is publicly arguing with the president of the United States about America’s solvency. Consider buying bitcoin.
So far regarding Trump: - didn't audit the Gold - didn't stop the wars - didn't reduce the deficit/debt/budget - didn't form a Bitcoin reserve - didn't release the Epstein files
Anyway, consider buying Bitcoin.
On the 2nd of June:
👉🏽'The Bank of Japan just racked up a record ¥28.6 trillion in bond losses That’s three times bigger than last year! This isn’t just Japan’s problem. It’s a screaming red alert for global markets.' - StockMarket News
TKL: " Japanese equity funds posted a record $11.8 billion in net outflows last week. This brought the 4-week moving average of outflows to $4.0 billion, an all-time high. Investors’ concerns over rapidly rising long-dated Japanese government bond yields were behind the outflows. Additionally, investors withdrew $5.1 billion from US stock funds. All while global equity funds saw $9.5 billion in net outflows, the most this year. Investors are taking profits after a sharp market recovery."
👉🏽The money printer is back on. US M2 just hit a new all-time high at $21.86T. Liquidity is flowing back into the system.
https://i.ibb.co/fGdx5kmt/Gsd-Jn-R9-XUAAUAO2.jpg
Recession odds have just dropped by 70% to 30% That’s the steepest decline in 65 years without a recession actually happening. Forget everything about a recession when M2 is moving up. Simple as that.
👉🏽$698 billion worth of homes are for sale in the United States, a new all-time high. Rajat Soni: 'The price of a house should be 0.01 BTC right now The housing market is way overpriced in terms of Bitcoin Interest rates or real estate prices will have to fall for these these homes actually to be sold.'
👉🏽The US Dollar is worth 8.9% less than it was at the beginning of the year.
👉🏽Argentina's economy grew 8% year-over-year in April 2025, the highest in the Western world!
On the 3rd of June:
👉🏽Trump's "Big Beautiful Bill" bans all 50 states from regulating AI for 10 years, centralizes control at the federal level, and integrates AI systems into key federal agencies. https://i.ibb.co/Q7t14q7M/Gse-V2f-YWUAAyb-Py.png
👉🏽 ZeroHedge: 'Total US debt is now $37.5 trillion (accrued). The $36.2 trillion actual is just the ceiling set by the debt limit which will be revised to $40 trillion in August/September.'
👉🏽A million seconds ago was May 23rd
A billion seconds ago was 1993
A trillion seconds ago was 30,000 B.C.
The US national debt is now rising by $1 Trillion every 180 days.
👉🏽NATO pushes European members to increase ground-based air defense systems five-fold — Bloomberg
👉🏽Global Markets Investor: 'This is incredible how European markets have outperformed the US this year. Poland, the Czech Republic, and Austria have grown their market capitalization by 44%, 36%, and 33%, respectively. Next are Hungary, Spain, Luxembourg, Greece, and Germany. The US has been flat.'
https://i.ibb.co/TMwrLnB0/Gsiu-KWYXEAAto-U1.jpg
This is one of the WORST years for the US stock market in history: The S&P 500 has UNDERperformed World stocks excluding the US by 12 percentage points year-to-date, the most in 32 YEARS. This is even worse than during the Great Financial Crisis.
👉🏽Bravos Research: 'M2 money supply is now expanding at 4.4% After reaching its deepest contraction in 65 years This is quite constructive for the stock market.' https://i.ibb.co/hFCRgFhr/Gsht-Kgk-Xw-AAy-PFq.jpg
On the 4th of June:
👉🏽“The $1.06 trillion unrealized loss in 2024 was ‘modestly higher’ than the $948.4 billion paper loss seen in 2023.” https://i.ibb.co/Pvm7zVWy/Gsj-9-OWs-AAvwp-F.jpg
Probably nothing. What’s a trillion between friends…
Currently, the US is spending $1,200 trillion per year on interest payments (dark line). If everything were financed at the current interest rate, the cost would exceed $1,500 trillion per year (green). https://i.ibb.co/mCpYtwVW/Gsm-H6-Mr-Xc-AAqd-F5.png
Note: The national debt is $36,9 trillion.
👉🏽Global debt is gigantic: Debt-to-GDP is above 100% in 6 of 7 G7 nations, and is still rising. Japan: ~250% Italy, the US, France, the UK, and Canada: all near or above 100%.
For 5 of 7 G7 economies, debt is set to surge further by 2030. Now debt is a problem but the main question would be...what will the productivity be in 2030?
On the 5th of June:
👉🏽 The United States Treasury just bought back $10 Billion of its own debt, the largest Treasury buyback in history.
Buying back your own debt with printed money. That's what happens just before fiat money goes to die (eventually). Eventually, nobody wants that worthless debt anymore, eventually!
Context by EndGame Macro:
💰 $10 Billion Buyback: The Treasury’s Silent Signal
On June 3, 2025, the U.S. Treasury quietly executed the largest debt buyback in American history, repurchasing $10 billion in short- and medium-term bonds. At first glance, it looked routine. But under the surface, this was a stealth intervention aimed at calming a system under increasing strain. This wasn’t just liquidity smoothing. It was strategic triage.
🧾 What Happened
Buyback Size: $10B (a record)
Debt Offered: $22.87B — more than double what was accepted
Target Maturities: July 2025 to May 2027
Issues Accepted: 22 of 40 eligible
Settlement: June 4, 2025
That huge offer volume isn’t just noise—it’s a warning sign that institutional players are under pressure.
🚨 What the Buyback Really Signaled
- A Quiet Circuit Breaker The buyback focused on maturities clustered around a $9 trillion rollover wall over the next 12 months. Without announcing it, the Treasury effectively tripped a circuit breaker to reduce near-term funding stress.
- QE Without the Label This wasn’t the Fed. No balance sheet expansion. But by retiring debt ahead of maturity and shrinking market float, the effect mirrored QE—without the political baggage.
- Institutions Are Feeling the Squeeze A staggering $22.87 billion in offers points to constraints at banks, funds, or foreign reserve desks. The Treasury didn’t save everyone—just enough to relieve pressure quietly.
🎯 Strategic Motivation
This wasn’t about boosting confidence. It was about managing two threats: Maturity Wall Risk: Avoiding auction failures as short-term debt piles up in 2025–2026. Yield Curve Stability: Preventing disorderly spikes by quietly absorbing supply. This move avoided triggering headlines—while containing the fire under the hood.
🧠 Echoes from History
This buyback fits into a lineage of quiet but powerful interventions: Operation Twist (1961) – Rebalancing maturity without QE branding. BoE Gilt Crisis (2022) – Targeted long-end intervention to save pensions. Belgium’s Shadow QE (2014) – U.S. debt absorbed off-balance-sheet during geopolitical tension. Each move relied on subtlety and intent—not optics.
🧩 What the Market Heard
Primary Dealers: Help exists—but it’s selective and discretionary.
Foreign Holders: Exit in order—or risk exclusion.
Money Markets: Relief, not resolution.
❗ Where the Logic Cracks
If this was routine: Why buy back below par? Why accept only 44% of the offered debt? Why deploy this now and not earlier? Each of these points to deeper stress than officials are openly admitting.
🔒 High-Conviction Takeaway
This buyback was a preemptive stabilization maneuver, not a stimulus. With over $9 trillion in short-term debt set to roll, foreign participation weakening, and institutional selling pressure rising, the Treasury acted before fractures became visible. The line wasn’t drawn to show strength. It was drawn behind the market—to stop a collapse.
🕵️♂️ Known Unknowns
Who were the biggest sellers—and what’s pressuring them? Was this coordinated with the Fed or global reserve desks? Is this a one-off event—or the start of a multi-phase liquidity campaign? The silence is strategic—but the signal is loud.
👉🏽Joe Consorti: 'Congress refuses to cut spending. So we must "grow our way out" of the deficit. That would take 39 years of 5% nominal GDP growth, or 22 years at 10%. In other words, 2-4 decades of explosive growth just to break even. We can't "grow our way out". We'll print our way out.'
👉🏽ZeroHedge: And just like that, the "climate crisis" is gone https://i.ibb.co/GQ76Z79P/Gsr3uus-XEAAjuv6.png
Don't get me wrong and with all respect to my environmentalist friends, but the “Crisis” never existed. A big part of the push has been marketing dollars/euros and media spin, let's face it.
Why do I think that? How do you think we will grow out of the Global Debt problem? One word: PRODUCTIVITY.
How can we manage that? They (Governments/Central Banks) need AI data farms. What do data farms need?
Electricity, water, energy.
Because Big Tech and AI need energy -- wherever they can find it -- climate change as a cause is finished. It was all virtue signaling. And remember the climate didn’t cool, it just stopped polling well. The scariest part of the “climate crisis” becoming out-of-vogue with the left is that it'll likely be replaced by something equally absurd and artificially manufactured.
On the 6th of June
👉🏽 'The US economy adds 139,000 jobs in May, above expectations of 126,000. The unemployment rate was 4.2%, in line with expectations of 4.2%. The April jobs number was revised down from 177,000 to 147,000. The headline numbers continue to exceed expectations.' - TKL
Surprise, surprise…
March jobs revised: 185K 120K (-65k)
April jobs revised: 177K 147K (-30k)
13 of the L16 have been revised lower.
Just to make it even worse, this is something I have shared multiple times in 2024. The number of year-over-year private job gains in 2024 was likely overstated by a MASSIVE 907,000 jobs, according to BLS data released Wednesday. This comes as the Quarterly Census of Employment and Wages (QCEW) data covering 97% of employers showed a private payroll growth rate of 0.6% for December 2024. This is 50% lower than the 1.2% growth rate initially reported in the monthly non-farm payroll (NFP) reports. To put this differently, there was a 907,000 gap between NFP data and QCEW data in 2024. This means jobs were likely overstated by an average of 75,583 PER MONTH in 2024.
👉🏽Opinion: Milei reduced government spending by 30% and achieved a surplus in only 1 month. His popularity didn't fall, it rose. Don't tell me fiscal discipline isn't popular with the general public. It's just unpopular to the powerful special interests that control DC or Brussels.
👉🏽'In the current fiscal year, the U.S. government already spent $4,159 billion. This is for the first 7 months and the fiscal year ends in September. The latest available data is as of April. The already accrued deficit amounts to over $1 trillion: $1,049 billion.
You can see in the chart how net interest expense has become the #2 largest spending category at $579 billion (for 7 months) after social security ($907 billion) and even exceeded national defense ($536 billion), health ($555 billion), and Medicare ($550 billion). The deficit is 34% of total receipts! (1049/3110) In other words: the U.S. government spent 34% more than it took in.
The last full fiscal year ended in September 2024. In that fiscal year, we spent $1.13 trillion on interest expenses. After only the first 7 months of fiscal year 2025 ending in September, they are already at $776 billion. This means we'll likely touch $1.3 trillion this fiscal year!' - AJ https://i.ibb.co/RTLTZPn1/Gsxv-Tso-Xc-AAZs-Zo.jpg
On the 7th of June:
👉🏽 The EU Commission paid climate "NGOs" for questionable lobbying with money from German taxpayers and wanted to keep it secret. https://i.ibb.co/zH6J41Zq/Gsz-Lu-F9-Xg-AAZttn.jpg Now read the above statement again and after that read the following bit:
👉🏽EU TRIES TO LECTURE EL SALVADOR - BUKELE BODYSLAMS BACK Source: https://www.eeas.europa.eu/eeas/el-salvador-statement-spokesperson-foreign-agents-law-and-recent-developments_en
The Diplomatic Service of the European: "El Salvador: The EU regrets the adoption of the Foreign Agents Law, which risks restricting civil society and runs counter to international obligations. Recent arrests of human rights defenders raise further concerns."
The EU’s sanctimonious finger-wagging at El Salvador reeks of hypocrisy. Brussels lectures sovereign nations on “civil society” while funneling billions into globalist NGOs that undermine national sovereignty. The institution that attacks liberty, freedom, democracy, and free speech in the name of a neosocialist woke ideology wants to lecture other countries on how they defend against their constant meddling and aggression. They are a bunch of unelected bureaucrats, accountable to no one, representing no one. Classic!
Supporting this further, let’s have a look how the EU is increasingly positioning itself as a technocratic regulator of personal freedom:
'The EU – the one that:
•wants to monitor every Bitcoin transaction through MiCA & DAC-8 •would love to ban non-custodial wallets
•is planning a chat control law that would make even China blush
•is considering a wealth register to digitally track every cent of your retirement savings
•restricts cash withdrawals in some member states •is testing CBDCs with expiration dates and spending limits
•and is preparing the digital euro as a full-blown control tool
…this EU is now complaining about human rights violations in El Salvador – a country whose government enjoys one of the highest approval ratings in the world. Over 85% support for President Bukele. Show me a single Western leader who even comes close to that.' - Bitcoin Hotel
Great reply by El Salvador's President Nayib Bukele: 'EU: El Salvador regrets that a bloc which is aging, overregulated, energy-dependent, tech-lagging, and led by unelected bureaucrats still insists on lecturing the rest of the world.'
👉🏽Sam Callahan: Alternative title: 73% of bonds in the world trading at less than the rate of debasement https://i.ibb.co/Y4qMvh0T/Gs7-Ry-WMAABf49.jpg
On the 8th of June:
👉🏽'US existing home sales dropped -3.1% year-over-year to an annualized 4.0 million in April, the lowest for any April since 2009. Month-over-month, home sales fell 0.5%, well below expectations of a +2.0% increase. The decline was driven by the West and Northeast regions. Sales in the South were flat, while in the Midwest improved slightly. Meanwhile, existing home inventory rose +21%, to 1.45 million, the most for any April since 2020, per ZeroHedge. Despite that, the median sales price increased +1.8% year-over-year to $414,000, a record for April. Homebuyer demand is weak and prices are still rising.' -TKL
On the 9th of June:
👉🏽Jeroen Blokland: '- China bought more gold in May. -China has been buying even more gold through ‘unofficial’ channels. - China's gold reserves today are low compared to those of the US and European countries -China is determined to move away from US dollar hegemony - China’s ambition to move away from the US dollar will only have strengthened because of the Trump tariff war - China has to acknowledge that few countries, companies, and households want to hold the Yuan So what will China be doing for years to come?'
No surprise central banks are avoiding sovereign debt and adding gold.
👉🏽TKL: Gold is on fire: Gold's share of global reserves reached 23% in Q2 2025, the highest level in 30 years. Over the last 6 years, the percentage has DOUBLED. At the same time, the US Dollar's share of international reserves has declined 10 percentage points, to 44%, the lowest since 1993. By comparison, the Euro's share has decreased 2 percentage points, to 16%, the lowest in 22 years. Gold is quickly replacing fiat currencies as a reserve currency.
🎁If you have made it this far, I would like to give you a little gift:
Lysander: "Lyn Alden gave one of the clearest breakdowns of why the U.S. is on an unstoppable fiscal path—and why Bitcoin matters more than ever because of it.
Lyn Alden walks through the numbers behind the federal deficit, interest expenses, Social Security, and the structural changes that happened post-2008. The short version? We’re in a new era. One where the government can’t slow down even if it wants to.
Her phrase: “Nothing stops this train.” Not because of ideology, but because of math—and human nature.
This isn’t hyperinflation doom-talk. It’s a sober look at what happens when a system built on ever-growing debt reaches its limits—and why Bitcoin, with its fixed supply and transparent rules, is the opposite of that system.
If you haven’t seen it, this is a must watch. Pure signal! https://www.youtube.com/watch?v=Giuzcd4oxIk
Credit: I have used multiple sources!
My savings account: Bitcoin The tool I recommend for setting up a Bitcoin savings plan: PocketBitcoin especially suited for beginners or people who want to invest in Bitcoin with an automated investment plan once a week or monthly.
Use the code SE3997
Get your Bitcoin out of exchanges. Save them on a hardware wallet, run your own node...be your own bank. Not your keys, not your coins. It's that simple. ⠀ ⠀
⠀⠀ ⠀ ⠀⠀⠀
Do you think this post is helpful to you?
If so, please share it and support my work with a zap.
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
⭐ Many thanks⭐
Felipe - Bitcoin Friday!
▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃
-
@ 7f6db517:a4931eda
2025-06-16 14:02:25@matt_odell don't you even dare not ask about nostr!
— Kukks (Andrew Camilleri) (@MrKukks) May 18, 2021
Nostr first hit my radar spring 2021: created by fellow bitcoiner and friend, fiatjaf, and released to the world as free open source software. I was fortunate to be able to host a conversation with him on Citadel Dispatch in those early days, capturing that moment in history forever. Since then, the protocol has seen explosive viral organic growth as individuals around the world have contributed their time and energy to build out the protocol and the surrounding ecosystem due to the clear need for better communication tools.
nostr is to twitter as bitcoin is to paypal
As an intro to nostr, let us start with a metaphor:
twitter is paypal - a centralized platform plagued by censorship but has the benefit of established network effects
nostr is bitcoin - an open protocol that is censorship resistant and robust but requires an organic adoption phase
Nostr 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.
- Anyone can run a relay.
- Anyone can interact with the protocol.
- Relays can choose which messages they want to relay.
- Users are identified by a simple public private key pair that they can generate themselves.Nostr is often compared to twitter since there are nostr clients that emulate twitter functionality and user interface but that is merely one application of the protocol. Nostr is so much more than a mere twitter competitor. Nostr clients and relays can transmit a wide variety of data and clients can choose how to display that information to users. The result is a revolution in communication with implications that are difficult for any of us to truly comprehend.
Similar to bitcoin, nostr is an open and permissionless protocol. No person, company, or government controls it. Anyone can iterate and build on top of nostr without permission. Together, bitcoin and nostr are incredibly complementary freedom tech tools: censorship resistant, permissionless, robust, and interoperable - money and speech protected by code and incentives, not laws.
As censorship throughout the world continues to escalate, freedom tech provides hope for individuals around the world who refuse to accept the status quo. This movement will succeed on the shoulders of those who choose to stand up and contribute. We will build our own path. A brighter path.
My Nostr Public Key: npub1qny3tkh0acurzla8x3zy4nhrjz5zd8l9sy9jys09umwng00manysew95gx
If you found this post helpful support my work with bitcoin.
-
@ cae03c48:2a7d6671
2025-06-16 13:01:15Bitcoin Magazine
Coinbase Announces Bitcoin Rewards Credit Card, Offering up to 4% BTC Back on EverythingCoinbase is launching its first-ever branded credit card in partnership with American Express, set to roll out this fall. Called the Coinbase One Card, it will be available only to U.S. members of Coinbase One, the platform’s monthly subscription service. The card will offer 2% to 4% back in Bitcoin on everyday purchases, along with access to American Express perks.
JUST IN: Coinbase launches credit card allowing users to earn up to 4% bitcoin back on every purchase
pic.twitter.com/d6pdNZV4pi
— Bitcoin Magazine (@BitcoinMagazine) June 12, 2025
This is a first-of-its-kind product for Coinbase, which previously only offered a prepaid debit card with Visa in 2020.
“We see real potential in the combination of Coinbase and crypto with the powerful backing of American Express, and what the card offers is an excellent mix of what customers are looking for right now,” said Will Stredwick, head of American Express global network services, during the Coinbase State of Crypto Summit in New York.
The card is part of a larger push by Coinbase to expand its subscription-based services. Coinbase One costs $29.99/month and includes zero trading fees, higher staking rewards, and customer support perks. The company also announced a cheaper version—Coinbase Basic—for $4.99/month or $49.99/year, which includes fewer features.
Coinbase’s subscription business is growing fast. It brought in $698.1 million in Q1 2025, compared to $1.26 billion in trading revenue. According to William Blair analyst Andrew Jeffrey, this kind of recurring revenue is a big reason why long-term investors are sticking with the stock.
Launched in 2023, Coinbase One now has over a million members. The company has been steadily growing its ecosystem with products like its Base developer platform and a self-custody wallet.
The company has long positioned Bitcoin at the center of its strategy—offering BTC custody services to institutions, supporting Bitcoin ETFs, integrating Bitcoin rewards into its products, and actively advocating for Bitcoin-friendly regulation in Washington. Coinbase also supports Bitcoin development directly through funding grants and engineering support. As the largest publicly traded crypto exchange in the U.S., Coinbase continues to frame Bitcoin not just as an asset, but as the foundation of its long-term vision.
This post Coinbase Announces Bitcoin Rewards Credit Card, Offering up to 4% BTC Back on Everything first appeared on Bitcoin Magazine and is written by Jenna Montgomery.
-
@ 7f6db517:a4931eda
2025-06-15 03:02:04Nostr 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.
-
@ dfa02707:41ca50e3
2025-06-15 18:02:12Contribute 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 -
-
@ 866e0139:6a9334e5
2025-06-12 13:35:07Autor: Anna Nagel. (Bild: Lukas Karl). Dieser Beitrag wurde mit dem Pareto-Client geschrieben. Sie finden alle Texte der Friedenstaube und weitere Texte zum Thema Frieden hier. Die neuesten Pareto-Artikel finden Sie auch in unserem Telegram-Kanal.
Die neuesten Artikel der Friedenstaube gibt es jetzt auch im eigenen Friedenstaube-Telegram-Kanal.
Teil 3 ist der letzte Teil des Essays. Hier geht es zu Teil 1 und Teil 2.
«Der große Jammer mit den Menschen ist, dass sie so genau wissen, was man ihnen schuldet, und so wenig Empfindungen dafür haben, was sie anderen schulden.»
– Franz von Sales
In den ersten beiden Teilen der Reihe «Mitgefühl und Vergebung» ging es darum, Wege zu finden, mit unserem Gegenüber, unserem «Widersacher» oder sogar der Menschheit an sich, weich zu werden, Verständnis zu finden, uns selbst vom Groll zu befreien und Frieden zu schließen. Doch wie ist das eigentlich andersherum?
Denn was bei all den Gedanken über das Verzeihen und Mitfühlen nicht fehlen darf, ist, sich selbst zu vergeben und auch, sich selbst zu entschuldigen. Häufig wissen wir zwar schnell, auf wen wir noch wütend sind, welchen Schmerz wir noch nicht loslassen konnten, – obwohl natürlich auch einige Wunden tiefer verschüttet sind – gleichwohl kann es noch etwas undurchsichtiger werden, wenn wir uns selbst einmal ehrlich fragen, wen wir verletzt haben, wem wir etwas schuldig geblieben sind. Denn das ist die Kehrseite der Medaille: Ich glaube, dass niemand von uns komplett ohne Schuld ist.
Zwar ist es einfacher, im Außen Verantwortliche für alles Mögliche zu finden, wie zum Beispiel das Unrecht in der Welt oder unsere eigenen verletzten Gefühle, da es häufig auch offensichtlicher ist, es lenkt uns aber auch gerne von den eigenen Schattenanteilen ab. Häufig werden wir sogar leider erst mit unseren eigenen Schuldgefühlen konfrontiert, wenn es zu spät ist; beispielsweise wenn es um Trennungen geht – oder wenn jemand Geliebtes stirbt. Erst dann zeigen sich bei den meisten Momente und Gefühle des Bereuens, des Bedauerns, des Wieder-gut-machen-Wollens.
Sehr viele Menschen, die eine Nahtoderfahrung erlebt haben, berichten, dass, als ihnen ihr eigenes Leben im Panoramablick gezeigt wurde, sie alle Situationen aus Sicht der Menschen fühlten, mit denen sie interagiert hatten. Also dass sie spätestens da merkten, in welchen Situationen ihre Worte und ihr Verhalten andere verletzten.
Andererseits gibt es auch Menschen, die von Schuldgefühlen förmlich zerfressen werden. Sie nagen an ihnen und ihrem Gewissen und manche werten sich selbst zutiefst ab, bis hin zum Selbsthass. Hier stellt sich die Frage, wie wir uns selbst helfen können, uns selbst ent-schuldigen können. Oder kann das nur derjenige, demgegenüber wir Schuld empfinden?
DIE FRIEDENSTAUBE FLIEGT AUCH IN IHR POSTFACH!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt, vorerst für alle kostenfrei, wir starten gänzlich ohne Paywall. (Die Bezahlabos fangen erst zu laufen an, wenn ein Monetarisierungskonzept für die Inhalte steht). Sie wollen der Genossenschaft beitreten oder uns unterstützen? Mehr Infos hier oder am Ende des Textes.
Es tut mir leid
\ Wo wir können, sollten wir uns selbstverständlich entschuldigen und um Vergebung bitten. Nicht nur für uns selbst, sondern auch für den anderen. Wer das schon einmal ehrlich getan hat, weiß, wie schwer das sein kann und wem wiederum schon einmal eine wirklich ernstgemeinte Entschuldigung entgegen gebracht wurde, weiß, wie heilsam und tief berührend sie sein kann.
Viel zu häufig werden Entschuldigungen nämlich nicht ganz so ernst gemeint; wir werfen mit Wortschnipseln um uns, ein kurzes «Sorry» nuscheln wir in den Hemdkragen, drehen uns vielleicht noch dabei weg oder nutzen sie als Floskel, weil es sich «so gehört». Ebenso alltäglich finden wir das berühmte: «Tut mir ja leid, aaaber…» plus Rechtfertigung und möglicherweise sogar Gegenvorwürfen.
Das meine ich nicht, ich meine das ehrliche Entschuldigen. Das reine Schuldeingeständnis, die hundertprozentige Verantwortungsübernahme für das eigene Verhalten – wie oft erlebst du diese? Von anderen sowie von dir selbst. Es gehört nämlich schon eine ganze Portion Mut und innere Größe dazu, sich seiner Fehltritte bewusst zu sein, diese zuzugeben – und zwar vor sich selbst und zudem vor demjenigen, dem man auf den Fuß getreten ist –, ihm tief in die Augen zu schauen und zu sagen: «Es tut mir leid.» Ohne Erwartung, ohne Rechtfertigung. Im tiefen Einverständnis mit allen Konsequenzen.
Es braucht deshalb so viel Mut, weil es schmerzhaft und beängstigend sein kann. Weil wir uns dem anderen hingeben und unsere «Waffen» niederlegen. Es kann sein, dass die andere Person die Entschuldigung nicht annimmt, oder unser Eingeständnis sogar gegen uns verwendet, aber Größe zu haben, bedeutet auch, dies zu akzeptieren und sich dem ungewissen Ausgang zu stellen, die Machtkämpfe sein zu lassen und dem anderen das Zepter in die Hand zu geben.
Eine ehrliche Entschuldigung kommt von Herzen, nämlich, wenn wir gespürt haben, was wir dem anderen angetan oder zugemutet haben. Sie braucht wahres Mitfühlen und Erkennen sowie die Bereitschaft, das eigene Ego beiseite zu schieben. Dies kann zu Frieden führen – je nachdem, was jeder der Beteiligten für sich daraus macht und was vorgefallen war selbstverständlich –, aber derjenige, der sich entwaffnet, wird das Schlachtfeld auch verlassen und sich sich selbst und seinem Verhalten widmen, um in Zukunft von vornherein mitfühlender und achtsamer sein zu können.
Denn wenn ich lerne, mein Gegenüber zu spüren und mit ihm in Verbindung zu gehen, spüre ich am eigenen Leib die Verletzungen und wenn ich bereit bin, die Verantwortung zu übernehmen, gelange ich zu dem Gefühl des Bedauerns, beispielsweise, wenn ich die Konsequenz einer Trennung, tragen muss. Dadurch entsteht in mir ein intrinsisches Bedürfnis, in Zukunft liebevoller und achtsamer mit meinen Mitmenschen umzugehen.
„Es scheint wirklich den Menschen nur eine Hoffnung zu geben: Zwar nicht die Welt und die anderen, aber wenigstens sich selbst einigermaßen ändern und bessern zu können; und auf denen, die das tun, beruht im geheimen das Heil der Welt.“
―Hermann Hesse
Eine wahre Entschuldigung impliziert also die empathische Verbindung mit dem anderen und führt somit zu Selbsterkenntnis, wodurch in der Regel eine persönliche Aufarbeitung und Veränderung des eigenen Verhaltens folgt, während Vorwürfe nach außen hin üblicherweise darauf abzielen, den oder die anderen ändern zu wollen.
Sich selbst vergeben
Was aber passiert, wenn der andere uns nicht vergeben möchte, oder wir denjenigen, demgegenüber wir uns schuldig fühlen nicht erreichen können oder auch, wenn wir nicht einmal wissen, weswegen oder ob, wir uns schuldig fühlen, weil die Gefühle oder Erinnerungen zu weit im Unterbewusstsein vergraben wurden?
In einer sehr fragilen Phase während meines Heilungsprozesses wandte ich mich an «Gott», an das Universum, und fragte verzweifelt: «Vergibst du mir?», und die Antwort war: «Vergibst du dir denn selbst?».
Was für eine Antwort. Was für eine Frage ja viel mehr - und doch auch gleichzeitig so viel Antwort. Warum braucht es einen anderen, um mir meine Schuldgefühle zu nehmen und vor allem, wie kann das gehen? Es sind meine Gefühle, mein Körper, meine Seele, mein Gewissen und wenn ein Anteil in mir sich plagt, ist es vielleicht doch einzig auch meine Aufgabe, ihn zu heilen und zu befreien? Aber kann ich das? Habe ich denn diese Macht? Darf ich das? Oder muss ich es vielleicht sogar? Was wäre, wenn das Universum «Ja» gesagt hätte? Hätte es vielleicht gar nichts an meinen Gefühlen geändert, weil das, was ich selbst glaube und das, was ich selbst von mir halte, vielleicht schwerer wiegt, als das, was ein anderer sagt? Hätte ich ihm überhaupt geglaubt? Letztlich war es ja «nur» meine eigene innere Stimme, die ich vernahm.
Aber ja, ich erkannte, dass, wenn ich die Macht habe, mich zu verurteilen und zu strafen, wohl auch nur ich die Macht habe, gnädig und versöhnlich mit mir zu sein. Und so machte ich mich auf den Weg, herauszufinden, wie ich selbst meine Schuldgefühle auflösen konnte und werde versuchen, im Folgenden die Essenzen daraus zu vermitteln, in der Hoffnung, dass vielleicht jemand etwas daraus für sich mitnehmen kann.
Mir ging es fast mein Leben lang so, dass mir bei jeder kleinsten Kleinigkeit Adrenalin samt Wut auf mich selbst durch den Körper schossen. Nahezu permanent war mein innerer Kritiker parat, mich innerlich niederzumachen für: Einfach alles.
Eines Tages saß ich mit mir da und forschte nach den Ursachen. Ich fragte mich, woher all dieser Selbsthass kam und ich dachte, dass es doch eigentlich nur Sinn ergibt, sich selbst so sehr zu verabscheuen, wenn man der absolut böseste Mensch der Welt sei. Wie viel Schuld und Missetaten müsste ein anderer begehen, um ihm gegenüber auch nur annähernd so unversöhnlich zu sein, wie mir selbst gegenüber? Und mir wurde klar, dass es unter der Wut auf mich selbst unter anderem um Schuld ging.
Ich wusste nicht recht, womit ich mich so unsagbar schuldig gemacht hatte, aber eine vorsichtige Stimme in mir schlug vor, dass ich es doch eventuell im Laufe all der Jahre abgebüßt haben könnte, dass ich mich doch genug gegeißelt haben könnte, – oder? Eigentlich empfand ich sogar ein kleines bisschen Mitgefühl mit mir selbst, mit meinem inneren Kind, meiner kleinen Anna. Was habe ich ihr, was habe ich mir eigentlich damit angetan? Das tat mir dann schon irgendwie leid. Und ich bat sie – und mich – um Verzeihung.
Intuitiv sprach ich die Worte: «Es tut mir leid!» mehrfach hintereinander laut aus, und mit jedem Mal tat es zunächst mehr weh. Erstaunlicherweise zeigten sich mit der Zeit von ganz allein innere Bilder und Situationen aus der Vergangenheit, die mir leid taten – sowohl mich selbst betreffend, als auch andere Situationen und Personen –, was zu Mitgefühl, Bedauern und auch Scham- und Schuldgefühlen führte. Wieder einige Zeit später verschwanden nach und nach die belastenden Emotionen und Bilder und ich wiederholte meine Worte so lange, bis es nicht mehr weh tat.
Daraufhin sprach ich laut aus: «Es ist ok, ich verzeihe dir», und auch das so oft, bis keine Bilder mehr kamen und bis es nicht mehr weh tat.
Diese Perspektivwechsel, also sowohl der Empfänger als auch der Sender zu sein, lernte ich zuvor in einer anderen Situation, die ich in diesem Video näher beschreibe.
Als nächstes sagte ich laut: «Mir wird vergeben», ebenfalls mehrmals und bis alle Tränen des Unglaubens, der Dankbarkeit und Erleichterung, getrocknet waren, und ich etwas Sonderbares empfand: es war warm und weich in mir, irgendwie entspannt. Ich fühlte mich wohl. Und mit einem kurzen Schreck identifizierte ich dieses Gefühl als (Selbst-)Liebe. Huch! Ich !? Ja, das war ich. Da war also dieser Frieden, diese Liebe in mir, für mich. Und auch für die Welt und die Menschheit, bei der ich mich ebenfalls entschuldigte – und ihnen verzieh, weil zumindest ein Anteil in mir schon immer damit haderte, Mensch zu sein. Aber seit dem Tag freunde ich mich zunehmend damit an und ich entdecke immer schönere Seiten am Leben – und auch an mir selbst.
Es macht einen unbeschreiblichen Unterschied, wie sich die Welt im eigenen Körper anfühlt und wie ich sie durch meine eigenen Augen sehe – je nachdem, wie meine Einstellung zu ihr und vor allem auch zu mir selbst ist.
Gibt es Schuld denn überhaupt?
Einige Leute sagen, Schuld gibt es überhaupt nicht. Und auch, wenn ich hier so ausführlich darüber schreibe, denke ich das ebenfalls. Wie passt das zusammen und wie kann diese Perspektive helfen?
Genauer gesagt, ist meine Antwort auf die Schuldfrage: Ja und Nein. Denn auf der einen Seite gibt es Schuld definitiv, in diesem Gefühl kenne ich mich ja sehr gut aus und auch unser Rechtssystem arbeitet mit Schuld. Andererseits, wenn ich mir die Natur ansehe – und die Menschheit und ihre Gedankenkonstrukte, Vereinbarungen und Gefühle ausblende –, komme ich persönlich zu dem Ergebnis, dass es keine natürliche Schuld gibt. Sondern, dass Schuld ein menschliches Konzept ist und außerhalb dessen, das heißt, wie gesagt in der Natur, aber möglicherweise auch auf Seelenebene oder erst recht einem bedingungslos liebenden «Gott» oder Universum gegenüber, irrelevant wird.
Diese Grundlage ist bedeutend für die folgende Situation, denn der eine Teil des Heilungsprozesses besteht darin, die alten Gefühle zu durchfühlen, um sie loszulassen, der andere beschäftigt sich mit den dahinterstehenden Glaubenssätzen.
Eingangs erwähnte ich die Situation, dass einem im Trauerprozess um eine geliebte Person Schuldgefühle begegnen können – so auch mir. Die Gefühle und Gedanken dazu waren derart quälend, dass es sich höchstwahrscheinlich nur jemand ausmalen kann, der bereits ähnliches durchleben musste. Denn das Gefühl, Schuld am Tod der geliebten Person zu sein, zerreißt einen innerlich in Stücke. Und obwohl ich mir auf anderer Ebene bewusst war, dass ich in Wirklichkeit natürlich nicht Schuld daran war, da ich ja keinen Mord begangen und auch nicht seine Krankheit verursacht habe, kamen mir immer wieder Bilder vor Augen, die mir Momente zeigten, in denen ich vielleicht doch noch etwas mehr oder weniger hätte sagen oder tun können, um den Krankheitsverlauf möglicherweise doch noch irgendwie zu beeinflussen.
Auch mein Glaube daran, dass eine Seele geht, wenn sie bereit dafür ist und nur sie selbst weiß, wann ihre Zeit gekommen ist und warum, konnte mir die Bilder und Gefühle nicht nehmen. Es fühlte sich an, als wäre etwas Zerstörerisches in mir, das an mir zerrte, das mich von innen her auffraß und möglicherweise kein Teil meiner selbst zu sein schien, bis ich mich eines Tages schluchzend vor den Spiegel stellte, mich zwang, mir in die Augen zu sehen und laut zu mir zu sagen: «Ich glaube nicht an Schuld! Schuld ist ein Konzept der Menschen. In der Natur gibt es keine Schuld. Ich glaube nicht an Schuld. Schuld ist ein Konzept der Menschen, …» und so weiter.
Es kostete wahnsinnig viel Kraft, diese Sätze auszusprechen, weil die Energie der Schuld, in der mein Körper feststeckte, genau gegenteilig schwang und der größte Teil in mir in dem Moment davon eingenommen war. Ich musste also enorme Kraft aufbringen, diese Worte auszusprechen, um diesen kleinen Funken der Liebe in mir durchzusetzen und es war, als würde ich gegen einen Orkan angehen. Aber auch hier wurde mit jeder Wiederholung der Schmerz der Schuld und des Widerspruches zwischen diesen beiden Anteilen zunächst erträglicher und dann immer weniger, bis ich irgendwann ruhig dort stehen und die Sätze aussprechen konnte.
Dies ist sicherlich eine besondere Situation in Bezug auf «Mitgefühl und Vergebung». Vielleicht findet sich aber dennoch jemand in dieser oder einer ähnlichen Situation wieder, in der die alten Glaubenssätze im Gegensatz zur Entwicklung im Heilungsprozess stehen oder jemand ist sogar ähnlich strukturiert – und daher anfällig für Schuldgefühle – wie ich. Daher entschied ich mich dafür, den Absatz doch noch mit aufzunehmen.
Lieben heißt Lernen – Fazit
«Das Leben eines jeden Menschen ist ein Weg zum eigenen Ich, der Versuch eines Weges, der Entwurf eines Weges.» – Hermann Hesse
In gleicher Weise, wie ich lerne, mich zu fühlen und mir selbst zu vergeben, erfahre ich, dass ich auch aufhöre, andere für meine Gefühle verantwortlich zu machen und, dass es mir auch automatisch sehr viel leichter fällt, mich in andere hineinzuversetzen, ihnen versöhnlich zu begegnen und ihnen ihr Leben, ihr Verhalten und ihre Lernaufgaben zuzugestehen.
Interessanterweise entdeckte ich auch, dass, in den meisten Fällen, in denen sich noch Ärger auf andere Personen offenbarte, ich, bei näherem Hinsehen, eigentlich mir selbst noch nicht vergeben hatte. Wenn Gedanken kamen, wie: «Wie konntest du dich mir gegenüber so ungerecht und respektlos verhalten? Wie konntest du mich so verletzen?», sah ich, dass ich diejenige war, die sich so hat behandeln lassen. Dass ich diejenige war, die mich nicht beschützt hat, die mich verletzt und im Stich gelassen hat.
Es ist ein tiefer, innerer Prozess, sich kennen- und verstehen zu lernen. Sich selbst zu vergeben, bedeutet auf der einen Seite, sich Vergangenes zu vergegenwärtigen, mitfühlend auf unser jüngeres Ich zu schauen und zu verstehen, dass wir, aus unserem damaligen Wissen und Verständnis heraus, so gut gehandelt haben, wie wir konnten. Im Nachhinein wissen wir oft mehr und wir bereuen und ärgern uns, doch in dem Zauber dieses Prozesses erkennen wir, dass wir stetig dazulernen und wachsen und in der Vergangenheit noch nicht sehen konnten, was wir jetzt sehen. Im Hier und Jetzt haben wir die Möglichkeit, uns neu zu entscheiden, immer wieder.
Zudem geht der Weg zum inneren Frieden darüber hinaus, als «nur» mit vergangenen Situationen und Versionen von uns Frieden zu schließen; er bedeutet in jedem Moment, mit dem, was sich in uns zeigt, mit allen Gedanken und Gefühlen, versöhnlich und liebevoll umzugehen, weich mit ihnen – mit uns selbst – zu werden und Mitgefühl auch in die verschleiertsten und ungeliebtesten Bereiche unseres Selbst zu bringen.
Im ersten Teil von «Mitgefühl und Vergebung» zitierte ich C.G Jung, der fragte: «Was aber, wenn ich nun entdecken sollte, daß der armselige Bettler und der unverschämteste Beleidiger alle in mir selber sind und ich bedürftig bin, Empfänger meiner eigenen Wohltaten zu sein? Daß ich der Feind bin, den ich lieben muß - was dann?». Und ich glaube, eine Antwort darauf könnte sein, dass wir uns genau dann auf dem Weg heimwärts befinden. Dass wir, wenn wir uns unseren eigenen Anteilen stellen und lernen, die Perspektiven zu wechseln, erkennen, dass wir einander mehr ähneln, als wir glaubten.
Auf dem Weg zu sein, bedeutet auch, dass wir weiterhin «Fehler» machen werden, die uns dann unser zukünftiges Ich liebevoll vergeben wird.
«Die Welt selbst aber, das Seiende um uns her und in uns innen, ist nie einseitig. Nie ist ein Mensch, oder eine Tat, ganz Sansara oder ganz Nirvana, nie ist ein Mensch ganz heilig oder ganz sündig. Es scheint ja so, weil wir der Täuschung unterworfen sind, dass Zeit etwas Wirkliches sei. Zeit ist nicht wirklich, Govinda, ich habe dies oft und oft erfahren. Und wenn Zeit nicht wirklich ist, so ist die Spanne, die zwischen Welt und Ewigkeit, zwischen Leid und Seligkeit, zwischen Böse und Gut zu liegen scheint, auch eine Täuschung.
…Nein, in dem Sünder ist, ist jetzt und heute schon der künftige Buddha, seine Zukunft ist alle schon da, du hast in ihm, in dir, in jedem den werdenden, den möglichen, den verborgenen Buddha zu verehren. Die Welt, Freund Govinda, ist nicht unvollkommen, oder auf einem langsamen Wege zur Vollkommenheit begriffen: nein, sie ist in jedem Augenblick vollkommen, alle Sünde trägt schon die Gnade in sich, alle kleinen Kinder haben schon den Greis in sich, alle Säuglinge den Tod, alle Sterbenden das ewige Leben.
…Mögen die Dinge Schein sein oder nicht, auch ich bin alsdann ja Schein, und so sind sie stets meinesgleichen. Das ist es, was sie mir so lieb und verehrenswert macht: sie sind meinesgleichen. Darum kann ich sie lieben. Und dies ist nun eine Lehre, über welche du lachen wirst: die Liebe, o Govinda, scheint mir von allem die Hauptsache zu sein.
Die Welt zu durchschauen, sie zu erklären, sie zu verachten, mag großer Denker Sache sein. Mir aber liegt einzig daran, die Welt lieben zu können, sie nicht zu verachten, sie und mich nicht zu hassen, sie und mich und alle Wesen mit Liebe und Bewunderung und Ehrfurcht betrachten zu können.»
– Hermann Hesse, Siddartha*
LASSEN SIE DER FRIEDENSTAUBE FLÜGEL WACHSEN!
Die Genossenschaft ist bereits mitten im Gründungsprozess, in Kürze folgt eine Mail an alle Genossenschafter, danke für die Geduld!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt.
Schon jetzt können Sie uns unterstützen:
- Für 50 CHF/EURO bekommen Sie ein Jahresabo der Friedenstaube.
- Für 120 CHF/EURO bekommen Sie ein Jahresabo und ein T-Shirt/Hoodie mit der Friedenstaube.
- Für 500 CHF/EURO werden Sie Förderer und bekommen ein lebenslanges Abo sowie ein T-Shirt/Hoodie mit der Friedenstaube.
- Ab 1000 CHF werden Sie Genossenschafter der Friedenstaube mit Stimmrecht (und bekommen lebenslanges Abo, T-Shirt/Hoodie).
Für Einzahlungen in CHF (Betreff: Friedenstaube):
Für Einzahlungen in Euro:
Milosz Matuschek
IBAN DE 53710520500000814137
BYLADEM1TST
Sparkasse Traunstein-Trostberg
Betreff: Friedenstaube
Wenn Sie auf anderem Wege beitragen wollen, schreiben Sie die Friedenstaube an: friedenstaube@pareto.space
Sie sind noch nicht auf Nostr and wollen die volle Erfahrung machen (liken, kommentieren etc.)? Zappen können Sie den Autor auch ohne Nostr-Profil! Erstellen Sie sich einen Account auf Start. Weitere Onboarding-Leitfäden gibt es im Pareto-Wiki.
-
@ 7f6db517:a4931eda
2025-06-16 13:02:12Nostr 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.
-
@ b1ddb4d7:471244e7
2025-06-16 09:01:16Paris, France – June 6, 2025 – Flash, the easiest Bitcoin payment gateway for businesses, just announced a new partnership with the Bitcoin Only Brewery, marking the first-ever beverage company to leverage Flash for seamless Bitcoin payments.
Bitcoin Buys Beer Thanks to Flash!
As Co-Founder of Flash, it's not every day we get to toast to a truly refreshing milestone.
Okay, jokes aside.
We're super buzzed to see our friends at @Drink_B0B
Bitcoin Only Brewery using Flash to power their online sales!The first… pic.twitter.com/G7TWhy50pX
— Pierre Corbin (@CierrePorbin) June 3, 2025
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.
Bitcoin payment usage is growing thanks to Lightning
In May, fast-food chain Steak ‘N Shake went viral for integrating bitcoin at their restaurants around the world. In the same month, the bitcoin2025 conference in Las Vegas set a new world record with 4,000 Lightning payments in one day.
According to a report by River Intelligence, public Lightning payment volume surged by 266% from August 2023 to August 2024. This growth is also reflected in the overall accessibility of lighting infrastructure for consumers. According to Lightning Service Provider Breez, over 650 Million users now have access to the Lightning Network through apps like CashApp, Kraken or Strike.
Bitcoin Only Brewery’s adoption of Flash reflects the growing trend of businesses integrating Bitcoin payments to cater to a global, privacy-conscious customer base. By offering no-KYC delivery across Europe, the brewery aligns with the ethos of decentralization and financial sovereignty, appealing to the increasing number of consumers and businesses embracing Bitcoin as a legitimate payment method.
“Flash is committed to driving innovation in the Bitcoin ecosystem,” Corbin added. “We’re building a future where businesses of all sizes can seamlessly integrate Bitcoin payments, unlocking new opportunities in the global market. It’s never been easier to start selling in bitcoin and we invite retailers globally to join us in this revolution.”
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.
About 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.
Media Contact:
Pierre Corbin
Co-Founder, Flash
Email: press@paywithflash.com
Website: paywithflash.comPhotos paywithflash.com/about/pressHow Flash Enables Interoperable, Self-Custodial Bitcoin Commerce
-
@ dfa02707:41ca50e3
2025-06-15 03:02:01Contribute to keep No Bullshit Bitcoin news going.
- RoboSats v0.7.7-alpha is now available!
NOTE: "This version of clients is not compatible with older versions of coordinators. Coordinators must upgrade first, make sure you don't upgrade your client while this is marked as pre-release."
- This version brings a new and improved coordinators view with reviews signed both by the robot and the coordinator, adds market price sources in coordinator profiles, shows a correct warning for canceling non-taken orders after a payment attempt, adds Uzbek sum currency, and includes package library updates for coordinators.
Source: RoboSats.
- siggy47 is writing daily RoboSats activity reviews on stacker.news. Check them out here.
- Stay up-to-date with RoboSats on Nostr.
What's new
- New coordinators view (see the picture above).
- Available coordinator reviews signed by both the robot and the coordinator.
- Coordinators now display market price sources in their profiles.
Source: RoboSats.
- Fix for wrong message on cancel button when taking an order. Users are now warned if they try to cancel a non taken order after a payment attempt.
- Uzbek sum currency now available.
- For coordinators: library updates.
- Add docker frontend (#1861).
- Add order review token (#1869).
- Add UZS migration (#1875).
- Fixed tests review (#1878).
- Nostr pubkey for Robot (#1887).
New contributors
Full Changelog: v0.7.6-alpha...v0.7.7-alpha
-
@ 05a0f81e:fc032124
2025-06-16 11:42:06People often say that money is the Root of all evil 😈 i have been hearing it since my tender age. I have grown to know what Money is, and realized that money is actually a solution rather than being evil or the root of everything evil.
Humans that believe that money is the Root of evil only see money from a wrong view, meaning that money is the reason for stealing, for kidnapping for killing and so many other evil acts. Moreover, human acts according to the decision he or she made in the mind!, so, the urge to steal, kill and kidnapp for monetary sake comes from the state of mind an individual is having at some point. Your state of mind exhibits your actions and achievements. People that invent and innovate also do it for monetary sake but with the right state of mind.
So, what is money?
Money is a powerful tool that supports modern civilization by enabling efficient trade and economic growth. This means that money can be anything, your knowledge and ideas can also serve as money. A person that have great ideas of invention and innovation is a great tool that we aid the economy growth of a country. So money in this contest is not just a buying and selling materials.
Individuals need to develop there mind to become a form of money that will aid the economy growth rather than planning on strategies to embark on a successful kidnapping mission or killing without being traced. When man failed to develop his mind, he will end up in evil act that will justify that saying that "money is the Root of all evil", but people that develop there minds state prove that money is a great and powerful tools ever.
-
@ dfa02707:41ca50e3
2025-06-15 03:02:00Contribute 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 -
-
@ a296b972:e5a7a2e8
2025-06-12 12:36:22Europa sitzt in einem Demokratie-Simulator. Auf die Scheiben im Cockpit werden Bilder projiziert, die nicht der Realität entsprechen, und es gibt immer noch zu viele Menschen, die diese Simulation nicht erkannt haben.
Nichts wäre erstrebenswerter, als über eine positive Entwicklung, hin zur Vernunft und realitätsbezogenen, auf Tatsachen beruhenden Entscheidungen, berichten zu können. Die Frage ist, ob nicht zuerst unentwegt auf Missstände hingewiesen werden muss, um weitere Menschen dazu zu bewegen, sich denjenigen anzuschließen, die offensichtlich an Indoktrinationsintoleranz leiden.
Wer sich vor Hofberichterstattung und die tägliche Fahrt durch die Gehirnwaschanlage schützen will, der meidet den öffentlich-rechtlichen Unfug und die einschlägigen Käseblätter, die vielleicht noch halbwegs dazu geeignet sind, den Fisch auf dem Markt einzuschlagen, um ihn nach Hause zu tragen, vorausgesetzt, man kann ihn sich noch leisten.
Die Neuen Medien liefern die Informationen, die man sonst im „Qualitäts-Mainstream“ nicht finden kann, was nicht verwundert, denn infiltriert von willigen Erfüllungsgehilfen, die Angst um ihr Prestige und ihre Stellung haben, kann man hier keine freie Berichterstattung erwarten.
Beste Unterhaltung bietet auch die Bundespressekonferenz-Show, auf die schon näher eingegangen wurde. Offizieller Regierungssprech in höchster Perfektion. Ob man dort wirklich davon überzeugt ist, dass es irgendjemanden gibt, der diesen Verlautbarungen Glauben schenkt? Was hat Tante Käthe immer gesagt: G E L D L O C K T I M M E R !
Was also tun? Die Neuen Medien auch noch meiden, und sich vor dem blanken Wahnsinn schützen, in dem man ihn ignoriert, was jedoch nicht bewirkt, dass er nicht mehr da wäre.
Temporäre Abstinenz tut auch hier gut, allerdings ist der Wiedereinstieg so ähnlich, wie der erste Arbeitstag nach einem zweimonatigen Urlaub, falls man nicht in seinem Lieblings-Job gelandet ist.
Und was, wenn die Irren vollends durchdrehen, und man bekommt es nicht mit? Schön, ändern kann man vielleicht wenig, aber man kann sich vielleicht noch eine richtig gute, edle Flasche Rotwein kaufen, und die am Vorabend des Untergangs genießen, oder noch schnell einen Baum pflanzen.
Hier ein Beispiel für jemanden, dessen besonderer Blick sehr an den Universal-Gesundheits-Klima-Hysteriker erinnert:
https\://rumble.com/v6umjdj-respekt-und-anerkennung-deutscher-general-lobt-ukrainische-angriffe-in-russ.html
Wie sieht der Alltag aus, wenn man sich einmal nicht mit den Informationen über Dauer- Bekloppte beschäftigt?
Wenn sich ein Besuch in der nächst größeren Stadt nicht vermeiden lässt, sieht man vor allem gehetzte Menschen, viele mit einem finsteren Blick, anders, als früher.
Viele zahlen mit Karte oder ihrem Handy, Kleckerbeträge. „Zahlen Sie noch bar, oder schon mit Überwachung?“, wünschte man sich, dass die Verkäuferinnen den Kunden fragen würden. Tun sie aber nicht.
Die Menschen scheinen keine Ahnung zu haben, was auf sie zukommt. Im Oktober soll der digitale Euro eingeführt werden, natürlich zuerst nur freiwillig. Was das bedeutet, kennt man ja schon. Freiwilligkeit durch das Schaffen eines Raumes, in dem der Zwang in der Luft hängt, wie damals der Kohlenstaub im Ruhrgebiet. Es wird die persönliche ID vorangetrieben, mit einem Wallet, das die Anonymität und die persönliche Freiheit immer mehr aushöhlen will.
Europa soll unter einen Demokratie-Schutzschirm gestellt werden, der zu nichts anderem dient, als dass diejenigen, die derzeit glauben zu wissen, was gut für die Menschen ist, ihre kruden Vorstellungen auch durchsetzen können. Zweifelhaft, was in den USA vorgeht, was da gerade mit Palantir, natürlich nur zur Sicherheit der Amerikaner, so im Hintergrund schon anläuft. Hierzu gibt es interessante Informationen von Regenauer und Tögel. Einziger Hoffnungsschimmer, besonders für Deutschland: Das klappt sowieso nicht. In den hintersten Bergdörfern in den italienischen Alpen gibt es Glasfaseranschluss, und fährt man in Deutschland auf’s Land, reiht sich Funkloch an Funkloch.
Die wirklich wichtige und große Frage ist, wie können sich Gemeinschaften, die diesen Irrsinn nicht mitmachen wollen, weitgehend aus dem System ausklinken? Bitcoin ist ein erster Schritt zur finanziellen Unabhängigkeit. Eine regionale Lebensmittelversorgung, mit nicht verseuchten, genunmanipulierten, mit Schadstoffen weitgehend unbelasteten Produkten entwickelt sich ebenfalls schon sehr gut. Was, wenn der Zugang zu Informationen über das Internet von einer Anmeldung mit persönlicher ID abhängt und man will und hat keine? Was ist mit Dokumenten, wenn man verreisen oder das Land verlassen will? Was ist, wenn man krank wird und auf das noch vorhandene Rest-Gesundheitssystem angewiesen ist? Was, wenn das Unternehmen seine Mitarbeiter auf staatliche Anweisung zu etwas zwingen muss, was der Mitarbeiter vielleicht gar nicht will, er aber auf das Einkommen angewiesen ist?
Das alles sind Fragen, zu denen es schwer ist, auch in den Neuen Medien, passende Antworten zu finden. Die würden in der Tat Hoffnung machen, dass es ein Schlupfloch gibt, sich, wenn vielleicht auch mit Einschränkungen, den „demokratischen“ Verhältnissen, auf denen nur noch Demokratie draufsteht, aber sehr wenig bis keine Demokratie mehr drin ist, so weit es geht zu entziehen. Sachdienliche Hinweise gerne in der Kommentarfunktion.
Oder ist es „gesünder“, sich zurückzuziehen, die Klappe zu halten und dafür zu sorgen, dass man unter dem Radar bleibt? Diese Gabe ist leider nicht jedem gegeben. Besonders nicht denen, die einen ausgeprägten Wahrheitssinn und ein starkes Gerechtigkeitsgefühl haben.
Menschen die andere belügen, die werden geliebt. Menschen, die anderen sagen, dass sie belogen werden, die werden gehasst.
„Die Wahrheit ist dem Menschen zumutbar.“ (Ingeborg Bachmann)
„Kein Mensch hat das Recht zu gehorchen.“ (Hannah Ahrendt)
“Dieser Beitrag wurde mit dem Pareto-Client geschrieben.”
* *
(Bild von pixabay)
-
@ 7f6db517:a4931eda
2025-06-16 13:02:12Bank 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.
-
@ f0fd6902:a2fbaaab
2025-06-16 11:07:49Round 1 In Austria is now officially ON !! Head over to our website and sign up for the first 3 events of the 2025 season. The season will kick off at the ski resort of Axamer-Lizum, 20 minutes from the town of Innsbruck in Austria. This will be a very high speed course, with decent surface that will test riders’ nerves. There are two big straights both culminating in two big hairpin turns. The track is wide where drafting and overtaking opportunities will be plenty. The event race village will be located at the top of the hill in the big car park of the ski resort, where there will be food, drinks and toilets available. Accommodation will also be provided at the resort, making this will be a compact event set up, with the start line a kilometre or so down the road which can be accessed by car, skate or on foot.
TRACK INFO: Round 1 in Austria is now officially ON !! Head over to our website and sign up for the first 3 events of the 2025 season. The course runs down Hoadlstraße, the access road to the Axamer Lizum ski resort, the largest ski resort near Innsbruck. The course starts, about 1 kilometer from the ski resort, on a steep, straight section. After building up speed there is a long right hand sweeper bringing the racers to the first of three hairpins. The course will finish 3 kilometers later shortly after the final hairpin. Length: 3.3 kilometers Hairpins: 3 Average Grade: 9.2% Steepest Grade: 21.8% https://maps.app.goo.gl/cuQaAbie7zH2Zhjn7
Full Event :
https://www.youtube.com/watch?v=zHWnaQHcH74&ab_channel=WDSC
Results Women and Men in Stand up & Streetluge :
Link WDSC: https://worlddownhillskateboardingchampionship.com/
https://stacker.news/items/1007568
-
@ 88cc134b:5ae99079
2025-06-16 11:07:17content
-
@ 39cc53c9:27168656
2025-06-16 06:26:05The new website is finally live! I put in a lot of hard work over the past months on it. I'm proud to say that it's out now and it looks pretty cool, at least to me!
Why rewrite it all?
The old kycnot.me site was built using Python with Flask about two years ago. Since then, I've gained a lot more experience with Golang and coding in general. Trying to update that old codebase, which had a lot of design flaws, would have been a bad idea. It would have been like building on an unstable foundation.
That's why I made the decision to rewrite the entire application. Initially, I chose to use SvelteKit with JavaScript. I did manage to create a stable site that looked similar to the new one, but it required Jav aScript to work. As I kept coding, I started feeling like I was repeating "the Python mistake". I was writing the app in a language I wasn't very familiar with (just like when I was learning Python at that mom ent), and I wasn't happy with the code. It felt like spaghetti code all the time.
So, I made a complete U-turn and started over, this time using Golang. While I'm not as proficient in Golang as I am in Python now, I find it to be a very enjoyable language to code with. Most aof my recent pr ojects have been written in Golang, and I'm getting the hang of it. I tried to make the best decisions I could and structure the code as well as possible. Of course, there's still room for improvement, which I'll address in future updates.
Now I have a more maintainable website that can scale much better. It uses a real database instead of a JSON file like the old site, and I can add many more features. Since I chose to go with Golang, I mad e the "tradeoff" of not using JavaScript at all, so all the rendering load falls on the server. But I believe it's a tradeoff that's worth it.
What's new
- UI/UX - I've designed a new logo and color palette for kycnot.me. I think it looks pretty cool and cypherpunk. I am not a graphic designer, but I think I did a decent work and I put a lot of thinking on it to make it pleasant!
- Point system - The new point system provides more detailed information about the listings, and can be expanded to cover additional features across all services. Anyone can request a new point!
- ToS Scrapper: I've implemented a powerful automated terms-of-service scrapper that collects all the ToS pages from the listings. It saves you from the hassle of reading the ToS by listing the lines that are suspiciously related to KYC/AML practices. This is still in development and it will improve for sure, but it works pretty fine right now!
- Search bar - The new search bar allows you to easily filter services. It performs a full-text search on the Title, Description, Category, and Tags of all the services. Looking for VPN services? Just search for "vpn"!
- Transparency - To be more transparent, all discussions about services now take place publicly on GitLab. I won't be answering any e-mails (an auto-reply will prompt to write to the corresponding Gitlab issue). This ensures that all service-related matters are publicly accessible and recorded. Additionally, there's a real-time audits page that displays database changes.
- Listing Requests - I have upgraded the request system. The new form allows you to directly request services or points without any extra steps. In the future, I plan to enable requests for specific changes to parts of the website.
- Lightweight and fast - The new site is lighter and faster than its predecessor!
- Tor and I2P - At last! kycnot.me is now officially on Tor and I2P!
How?
This rewrite has been a labor of love, in the end, I've been working on this for more than 3 months now. I don't have a team, so I work by myself on my free time, but I find great joy in helping people on their private journey with cryptocurrencies. Making it easier for individuals to use cryptocurrencies without KYC is a goal I am proud of!
If you appreciate my work, you can support me through the methods listed here. Alternatively, feel free to send me an email with a kind message!
Technical details
All the code is written in Golang, the website makes use of the chi router for the routing part. I also make use of BigCache for caching database requests. There is 0 JavaScript, so all the rendering load falls on the server, this means it needed to be efficient enough to not drawn with a few users since the old site was reporting about 2M requests per month on average (note that this are not unique users).
The database is running with mariadb, using gorm as the ORM. This is more than enough for this project. I started working with an
sqlite
database, but I ended up migrating to mariadb since it works better with JSON.The scraper is using chromedp combined with a series of keywords, regex and other logic. It runs every 24h and scraps all the services. You can find the scraper code here.
The frontend is written using Golang Templates for the HTML, and TailwindCSS plus DaisyUI for the CSS classes framework. I also use some plain CSS, but it's minimal.
The requests forms is the only part of the project that requires JavaScript to be enabled. It is needed for parsing some from fields that are a bit complex and for the "captcha", which is a simple Proof of Work that runs on your browser, destinated to avoid spam. For this, I use mCaptcha.
-
@ dfa02707:41ca50e3
2025-06-15 18:02:10- 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.
-
@ b1ddb4d7:471244e7
2025-06-15 18:01:36Paris, France – June 6, 2025 – Flash, the easiest Bitcoin payment gateway for businesses, just announced a new partnership with the Bitcoin Only Brewery, marking the first-ever beverage company to leverage Flash for seamless Bitcoin payments.
Bitcoin Buys Beer Thanks to Flash!
As Co-Founder of Flash, it's not every day we get to toast to a truly refreshing milestone.
Okay, jokes aside.
We're super buzzed to see our friends at @Drink_B0B
Bitcoin Only Brewery using Flash to power their online sales!The first… pic.twitter.com/G7TWhy50pX
— Pierre Corbin (@CierrePorbin) June 3, 2025
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.
Bitcoin payment usage is growing thanks to Lightning
In May, fast-food chain Steak ‘N Shake went viral for integrating bitcoin at their restaurants around the world. In the same month, the bitcoin2025 conference in Las Vegas set a new world record with 4,000 Lightning payments in one day.
According to a report by River Intelligence, public Lightning payment volume surged by 266% from August 2023 to August 2024. This growth is also reflected in the overall accessibility of lighting infrastructure for consumers. According to Lightning Service Provider Breez, over 650 Million users now have access to the Lightning Network through apps like CashApp, Kraken or Strike.
Bitcoin Only Brewery’s adoption of Flash reflects the growing trend of businesses integrating Bitcoin payments to cater to a global, privacy-conscious customer base. By offering no-KYC delivery across Europe, the brewery aligns with the ethos of decentralization and financial sovereignty, appealing to the increasing number of consumers and businesses embracing Bitcoin as a legitimate payment method.
“Flash is committed to driving innovation in the Bitcoin ecosystem,” Corbin added. “We’re building a future where businesses of all sizes can seamlessly integrate Bitcoin payments, unlocking new opportunities in the global market. It’s never been easier to start selling in bitcoin and we invite retailers globally to join us in this revolution.”
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.
About 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.
Media Contact:
Pierre Corbin
Co-Founder, Flash
Email: press@paywithflash.com
Website: paywithflash.comPhotos paywithflash.com/about/pressHow Flash Enables Interoperable, Self-Custodial Bitcoin Commerce
-
@ f0fd6902:a2fbaaab
2025-06-16 10:40:48https://stacker.news/items/1007564
-
@ 7f6db517:a4931eda
2025-06-16 13:02:12Will 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.
-
@ fe02e8ec:f07fbe0b
2025-06-12 11:03:57Wir können davon ausgehen, dass die allermeisten Personen, die das hier lesen, die realen Funktionen der Mainstream-Medien schon länger erkannt haben. Diese bestehen vor allem darin, der Bevölkerung das von den herrschenden Kräften gewünschte Bild der Wirklichkeit zu vermitteln oder überhaupt zu erzeugen. Der Altmeister der Propaganda, Edward Bernays, hat dies bereits 1928 beschrieben, als die Massenmedien nur aus Tageszeitungen bestanden:
«Die bewusste und intelligente Manipulation der organisierten Gewohnheiten und Meinungen der Massen ist ein wichtiges Element einer demokratischen Gesellschaft.»
Und an anderer Stelle: «Diejenigen, die diesen unsichtbaren Mechanismus der Gesellschaft manipulieren, bilden eine unsichtbare Regierung, die die wahre herrschende Macht unseres Landes ist.» Oder Noam Chomsky, einer der gelehrtesten Kritiker staatlicher Machtausübung:
«Indoktrination ist keineswegs inkompatibel mit der Demokratie. Vielmehr ihre Essenz. Ohne Knüppel, ohne Kontrolle durch Gewalt muss man das Denken kontrollieren. Dazu greift man zu dem, was in ehrlicheren Zeiten Propaganda genannt wurde.»
Man könnte noch eine ganze Reihe weiterer höchst aussagekräftiger Zitate anführen, von Walter Lippman («Die öffentliche Meinung»), Gustave Le Bon («Psychologie der Massen») bis hin zu John F. Kennedy oder ganz aktuell Mattias Desmet («Massenbildung»). Nichts davon ist neu, alles wurde seit Anfang des 20. Jahrhunderts ausführlich und sehr konkret beschrieben.
Und doch kennt die Mehrheit der Bevölkerung keine einzige dieser Aussagen.
Jeder, der selbst seinen ureigenen Erkenntnisprozess durchgemacht hat, kommt unweigerlich zu dem Ergebnis, dass die Welt, wie sie uns durch Politik und Medien vorgespielt wird, zumeist nichts anderes ist als ein großes Schauspiel. Stets werden die wahren Absichten und Ziele verborgen, nie wird die ganze Wahrheit enthüllt, höchstens ein paar Stücke davon, wenn es sich gar nicht mehr verhindern lässt.
«Macht hat derjenige, der große Ereignisse herbeiführen kann. Doch noch größere Macht haben diejenigen, die bestimmen können, was die Menschen über die Ereignisse denken» (aus: «Hinter der Zukunft»).
Diese Erkenntnis hat bei vielen zu dem Entschluss geführt, die «Unwissenden» über diese Tatsachen zu informieren. Denn es kann ja nicht sein, dass sich Familie, Freunde, Bekannte weiterhin so täuschen lassen. Die große Ent-Täuschung war das Ziel. Doch das Ergebnis war die eigentliche Enttäuschung: hitzige Diskussionen, Streitereien am Familientisch, Abbruch von Freundschaften. Selbst das Vorführen des Einsturzes von WTC 7, dem dritten Gebäude, das am 11. September 2001 in Fallgeschwindigkeit vollkommen symmetrisch eingestürzt war, konnte nicht überzeugen.
Verschwörungstheorien?
Alles Verschwörungstheorien. Seit der Ermordung John F. Kennedys hat dieser Begriff – ursprünglich von der CIA eingeführt — ein immer größeres Minenfeld wachsen lassen, um Themen von offener Diskussion abzuschirmen. In diesem Minenfeld sind unzählige Freundschaften explodiert, Karrieren abgestürzt und Menschen in die innere Isolation getrieben worden. Deshalb muss es hier erwähnt werden. Denn das ist die Gefahr, in die sich jeder begibt, der versucht, über seine Erkenntnisse zu sprechen oder zu schreiben. Die Gefahr des sozialen Ausschlusses. Ein schauerliches Beispiel lieferte Anfang Mai in menschenverachtender Weise ein gewisser Böhmermann ab. Sein Ziel war es, den Betreiber des youtube-Kanals Clownswelt, der die Machenschaften des medialen und politischen Personals satirisch zum Vorschein bringt, gesellschaftlich zu vernichten. Denn das ist das Damoklesschwert, das über denjenigen hängt, die das Minenfeld betreten, Tabus antasten und das Overton-window verlassen. Diffamierung, sozialer Ausschluss, Job-Verlust. Reicht auch das nicht, so droht die Kündigung des Bankkontos oder gar eine Hausdurchsuchung. Alles hundertfach geschehen. Und der Normalbürger hat absolut keine Idee, dass so etwas überhaupt in unserem Staat geschieht. Denn es kommt nicht in der Tagesschau, im Spiegel oder der SZ.
Ratlosigkeit, Verzweiflung bis hin zu Aggression sind oft die Folge dieser weltanschaulichen Zweiteilung. Wie ist es möglich, dass Menschen das Offensichtliche nicht sehen, selbst wenn es im Video vor ihnen abläuft? Wenn man sich die Lügenkonstrukte um Klima, Corona oder Ukraine ansieht, dann könnte man daran verzweifeln, dass es die «Anderen» nicht begreifen. Wenn die Dinge derart klar zu sehen sind, wieso gelingt es dann nicht, andere davon zu überzeugen? Nicht wenige zogen sich zurück, recherchierten noch ausführlicher, fanden einen Hinweis nach dem anderen, dass die Welt und ihre Systeme ganz anders beschaffen sind, als es dem Normalbürger vorgegaukelt wird. Dabei musste jeder – wirklich jeder – für sich immer neu die Grenze dessen finden, was noch glaubhaft war und was nicht.
Wie viele Stunden, Tage, Monate verbrachte (und verbringt) ein durch diesen Prozess gegangener Mensch mit seinen Recherchen? Wie oft ist er in die Falle einer Theorie geraten, die sich im Nachhinein als erfunden herausgestellt hat? Wie viele Texte zu historischen Vorgängen, zu verborgenen Organisationen, zu Kindesmissbrauch, satanischen Riten oder Blutlinien wollen noch erforscht werden? Wann ist man zufrieden mit den teils radikalen Anpassungen seines eigenen Weltbildes? Wann darf man sich als «aufgewacht» bezeichnen?
Wie gelingt Verständigung?
Wenn ein Elektrotechnik Ingenieur einem Laien die Regelungstechnik erklärt, so wird er kaum auf großes Verständnis stoßen. Wenn ein «Master in Conspiracy Theory» einem Tagesschauseher die Welt erklärt, wie wahrscheinlich ist es, dass hier Verständnis entsteht? Wenn jemand, der in 30 telegram Kanälen ca. 500 Artikel zu Covid-Ursprung, mRNA, Lipidnanopartikel und Ct-Wert beim PCR Test gelesen hat, der Verkäuferin bei REWE klarmachen will, dass Masken keinen Nutzen haben: wie hoch ist die Wahrscheinlichkeit, dass er Erfolg hat? Diese Beispiele sollen eines verdeutlichen: die Informationshintergründe sind inzwischen derart fundamental verschieden, dass kaum noch Verständigung gelingt. Der entscheidende Unterschied besteht darin, dass die Informationskompetenten beide Seiten der Medaille kennen, während der andere Teil der Bevölkerung nur die eine, die «offizielle» Seite kennt.
Was aber bewegt Menschen überhaupt dazu, immer tiefer zu recherchieren, um dabei das eigene Weltbild gezielt zu erweitern und anzupassen? Es ist – neben dem Wunsch nach mehr Gerechtigkeit – das Bedürfnis nach Sinnfindung in dieser Welt. Ein elementares Bedürfnis, das in der Rangliste unserer Motive sehr weit oben steht. Hierbei geht es nicht um den Lebenssinn – dazu kommen wir gleich – sondern um das Verständnis dessen, was uns als die «äußere Welt» präsentiert wird. Mit all ihren Verwerfungen, Ungerechtigkeiten, politischen Ideologien und so weiter. Denn es ist schließlich diese Welt, in der wir leben, in der wir uns zurechtfinden, in der wir unseren Lebensunterhalt verdienen müssen. Die spannende Frage ist also eher: Weshalb geben sich so viele mit der Oberfläche zufrieden?
Die Antwort ist erstaunlich einfach: aus Angst. Angst davor, das bisher als sicher geglaubte in Frage stellen zu müssen, den sicheren Boden des eigenen Weltbildes unter den Füßen zu verlieren. Deshalb stieg in den dunklen Covid-Jahren das Vertrauen in Politik und staatsnahe Medien massiv an. Denn wer mit einer – scheinbar – tödlichen Gefahr konfrontiert wird, der sucht in diesem Moment nicht nach neuen Informationsquellen, sondern bleibt bei dem, was man schon immer kannte – vor allem, wenn das auch die Mehrheit macht!
Das zweite Erwachen
Bei allem Bemühen, die Zusammenhänge dieser Welt zu verstehen, kommen viele an einen Punkt, an dem sie realisieren, dass sie erstens: Nie alles verstehen werden. Und zweitens: Dass es Wichtigeres gibt. Das mag überraschend klingen, aber genauso ist es. Das Leben selbst offenbart sich uns nicht am Bildschirm, nicht in Recherchen oder in immer weiterführenden Artikeln. Das Leben im Hier und Jetzt kann nur erfahren und gelebt werden. Das größte Hindernis dabei ist – unser Verstand. Also genau das «Organ», das uns immer weiter in die Tiefen der scheinbaren Realitätserkenntnis treibt ist zugleich verantwortlich dafür, dass wir uns vom Leben selbst entfernen. Welch merkwürdige Erkenntnis. Ist es überhaupt eine Erkenntnis oder nicht viel eher eine Behauptung? Genau an diesem Punkt geht es um ein zweites Erwachen! Nicht aus der polit-medialen Illusionsmatrix, sondern aus der Matrix unserer scheinbar rein materiellen Welt.
Ist dies eine Zwangsläufigkeit? Wohl kaum. Ist es notwendig? In gewisser Weise: ja. Denn nur der Abstand von dieser als ungerecht, grausam oder hoffnungslos empfundenen Welt befreit von Wut, Ohnmacht und Empörung. Im Artikel «Wachstum nach Innen» auf manova wird dieser Prozess ausführlicher beschrieben. Zitat:
«Heute leben wir zum ersten Mal in der Menschheitsgeschichte (!) in einer Epoche, in der es dem Einzelnen frei steht, seinen ganz eigenen Zugang zur Spiritualität zu suchen und zu finden. Es ist dies vielleicht die größte Herausforderung, der sich ein Mensch stellen kann!»
An diesem Punkt ist jeder auf sich selbst zurückgeworfen. Hier geht es nicht um Religionszugehörigkeit oder kirchliche Traditionen, sondern um authentische Erfahrungen.
Die Möglichkeit dieses zweiten «Erwachens», bringt ein Versprechen mit sich: wahrhafte Befreiung. Zum Beispiel von dem Wunsch, immer noch tiefer graben zu wollen. Oder stets andere überzeugen zu wollen. Oder sich überlegen zu fühlen. Es führt unweigerlich zu einer Relativierung: wem oder was gebe ich Bedeutung? Denn diese Freiheit kommt garantiert mit: die Freiheit, selbst Bedeutung verleihen zu können! Nicht mehr getrieben zu sein, viel öfter ein Wahl zu haben.
Sollte das wie ein Ausweichen oder gar Rückzug aus der Welt klingen, so wäre das ein Missverständnis. Es ist eine Veränderung des Standpunktes, des Fokus. Tatsächlich bringt es auch einen gewissen Abstand mit sich, zu dem was «da draußen» geschieht. Denn welche Erfahrungen der Einzelne auch selbst gemacht haben mag, wie auch immer er sie interpretiert: die Welt ist nicht mehr dieselbe.
Damit einher geht eine Veränderung der Gefühlswelt. Wo vorher vielfach Empörung, Ärger oder Wut vorherrschten kann mit dieser inneren Distanz vieles weniger emotional betrachtet werden. In der Dauerempörung liegt zwar einerseits Energie, um sich zu engagieren, zugleich liegt darin aber die große Gefahr, auszubrennen. Daniele Ganser, einer der ganz wichtigen Aufklärer unserer Zeit, bietet nicht umsonst seit Jahren Seminare zum Thema «Achtsamkeit» an. Dabei geht es vor allem um unsere innere Wahrnehmung, um einen Abstand zwischen «Ich» und meinem Gefühl oder Bedürfnis. Eine wichtige Voraussetzung, um aus der Spirale der Negativität zu entkommen. Denn diese Gefahr ist allgegenwärtig. Während Tagesschau & Co permanent Angst erzeugen vor Klima, Viren oder Putin, so wird in den «alternativen Medien» ähnliches geboten, nur mit anderem Vorzeichen. Die Bedrohung der mächtigen Organisationen WEF, UN, WHO, Nato, EU u. a., die Planung der Bargeldabschaffung, der digitalen ID, des persönlichen CO2-Budgets… Dies sind reale Vorhaben, keine Frage. Ob und wie sie jemals Realität werden kann aus heutiger Sicht jedoch niemand beantworten. Die Welt verändert sich derzeit schneller als seit Jahrzehnten. Und manche Sorgen bewahrheiten sich zum Glück nicht.
Der eigene Wirkungsbereich
Die ständige Beschäftigung mit diesen Bedrohungen bedroht vor allem eines: die eigene Lebensqualität. Wie kann man das Wahre, Schöne, Gute erkennen, wenn man sich tagein, tagaus mit Lüge, Verbrechern, Komplotten beschäftigt? Schwierig bis unmöglich.
«Ändere, was du ändern kannst, bleibe gelassen, bei allem was du nicht ändern kannst und lerne zeitlebens, das eine vom anderen zu unterscheiden».
Es ist eine der ältesten Lebensweisheiten, und doch ist sie so gültig wie eh und je. Die Herausforderung besteht gerade im Unterscheiden. Es geht um den eigenen Wirkungsbereich, denn dies ist der einzige Ort, wo tatsächlich etwas bewirkt werden kann. Wie groß der jeweils ist, das unterscheidet sich tatsächlich massiv. Zudem ist er nicht statisch. Es kann ein berechtigtes Ziel sein, diesen Bereich auszudehnen. Über Social Media, eigene Artikel, Diskussionsrunden, Demos, Events, Videos, was auch immer.
Natürlich geschieht das seit Jahren vielfach, einige Websites und Kanäle haben weit über 100.000 Leser oder Follower. Doch auch wenn die Reichweite größer wird, so steigt die Zufriedenheit nicht unbedingt in gleichem Maß. Denn stets muss man erkennen, dass die mit Milliarden finanzierten staatsnahen Medien beliebigen Schrott produzieren können und damit mehr Menschen erreichen, als die mit viel Herzblut erstellten eigenen Arbeiten. Und irgendwann stellt sich dann die Frage: «Was bringt das alles?» Oder, wie Gunnar Kaiser am Ende seiner bewundernswerten Tätigkeit: «Habe ich genug getan»?
Habe ich genug getan
Dies ist die Frage, auf die es keine Antwort gibt. Was wäre denn genug? Einen Menschen davor bewahrt zu haben, sich eine experimentelle Substanz injizieren zu lassen und damit mögliche Gesundheitsschäden zu erleiden? Wieso nicht. Hunderte Menschen zum Nachdenken gebracht, Tausenden Lesern ein Gefühl von «Ich-bin-nicht-allein» gegeben zu haben? Absolut! Hunderttausende Kommentare geben ein lebendiges Feedback, eine Bestätigung, dass man wertvolle Arbeit leistet. Es sind heute Millionen mehr, als zu Beginn der dunklen Pandemie-Jahre. Das ist der Wirkungskreis, den man sich erarbeitet hat, in dem ein Teil der Menschheitsfamilie eine geistige Heimat findet, fernab der permanenten Indoktrinationsversuche. Das ist es wert.
Und es gibt noch eine weitere positive Seite: man lernt Gleichgesinnte kennen und kann endlich über all das diskutieren, was man schon längst mit jemandem teilen wollte! Dies ist in keiner Weise sarkastisch gemeint, denn es ist elementar für jeden von uns, frei und offen sprechen zu können, ohne den Zensor im Kopf. Man lernt höchst interessante Menschen kennen - überall auf der Welt. Die man ohne Covid & Co niemals kennengelernt hätte. Vielleicht ergibt sich daraus das eine oder andere Projekt, das in die Zukunft weist? Auch das ist es wert.
Kläre die Menschen auf\ und Tyrannei und Unterdrückung \ von Körper und Geist werden verschwinden.\ Gerade so wie die bösen Geister\ wenn die Morgensonne ihre Strahlen sendet.
Thomas Jefferson
-
@ dfa02707:41ca50e3
2025-06-15 03:01:59Contribute 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
-
@ 2b24a1fa:17750f64
2025-06-11 09:06:02„Die Technologie neigt dazu, alle Attribute des religiösen Denkens, der magischen und animistischen Vernunft und des künstlerischen Schaffens sich allein einzuverleiben. Es ist noch nicht lange her, als angenommen wurde, das künstliche Objekt entferne den Menschen von der Welt. Heute ist es keine Frage der Entfernung mehr, sondern die Frage einer möglichen Verschmelzung, da die Welt selbst dazu neigt, künstlich zu werden.“\ Das schreibt Achille Mbembe, Historiker und Politikwissenschaftler aus Kamerun, in seinem Buch „Die terrestrische Gemeinschaft. Technik, Animismus und die Erde als Utopie“.
https://soundcloud.com/radiomuenchen/die-terrestrische-gemeinschaft-ein-buch-von-achille-mbembe?
Inspiration und Hoffnung findet der Autor in Afrika. Jenem Kontinent, den unsere – je nach Blickwinkel westliche oder nördliche – Zivilisation gerne reduziert auf Schlagwörter wie Krieg, Hunger, Despotie, Überbevölkerung und Aberglaube. In den alten Stammeskulturen findet Mbembe eine ganz andere Haltung, ein ganz anderes Verständnis der Welt. Das könnte uns helfen, die Natur nicht als Feind zu betrachten, den es zu bezwingen gilt, sondern als Ort, an dem alles mit allem verbunden ist und niemand sich zum Herrscher aufschwingen kann, ohne den anderen und letztlich auch sich selbst zu schaden:\ „Dieser Gemeinschaft der Erde entspricht die grundlegende Universalität aller ihrer Bewohner. Weder die menschlichen Personen noch die anderen Wesen zusammengenommen sind die Eigentümer der Erde. Sie sind dort Erdenbürger, insofern sie alle in den Genuss eines unbestreitbaren Platzes auf ihr kommen.“\ Unser Autor Jonny Rieder hat Mbembes Buch gelesen und darüber nachgedacht.
Sprecher: Ulrich Allroggen
Bild: Verlag Matthes & Seitz Berlin / Dirk Lebahn
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-15 18:01:33This article was originally published on dev.to by satshacker.
Alright, you’ve built a useful and beautiful website, tool or app. However, monetization isn’t a priority and you’d rather keep the project free, ads-free and accessible?
Accepting donations would be an option, but how? A PayPal button? Stripe? Buymeacoffe? Patreon?
All of these services require a bank account and KYC verification, before you can send and receive donations – not very convenient.
If we only could send value over the internet, with just one click and without the need of a bank account…
Oh, hold on, that’s bitcoin. The decentralized protocol to send value across the globe. Money over TCP/IP.
In this article, we’ll learn how anyone can easily add a payment button or donation widget on a website or app.
Let’s get into it.
Introduction
Bitcoin is digital money that you can send and receive without the need for banks. While bitcoin is extremely secure, it’s not very fast. The maximum transactions per second (TPS) the network can handle is about 7. Obviously that’s not useful for daily payments or microtransactions.
If you’d like to dig deeper into how bitcoin works, a great read is “Mastering Bitcoin” by Andreas Antonopoulos.
Bitcoin vs Lightning
If you’d like to receive bitcoin donations “on-chain” all you need is a bitcoin wallet. You simply display your bitcoin address on your site and that’s it. You can receive donations.
It would look something like this; 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
Instead of showing the actual bitcoin address, you can also turn it into a QR code.
However, this is not a recommended solution. Using static on-chain addresses has two major downsides. It lowers privacy for you and your donnors and it’s a UTXO disaster because many small incoming transactions could beocme hard to consolidate in the future.
For donations and small transactions, the Lightning Network is the better option. Lightning allows for instant settlement with fees only a fraction of a cent.
Similar to bitcoin, you have the choice between non-custodial and custodial wallets. This means, either you have full control over your money or the wallet provider has.
Option 1: Lightning Address
With the lightning address feature, you an easily receive donations to an email like address.
It looks like this: yourname@wallet.com
Many wallets support lightning addresses and make it easy to create one. Then, you simple add the address to your donation page and you’re ready to receive tips.
You can also add a link link as in lightning:yourname@wallet.com and compatible lightning wallets and browser wallets will detect the address.
Option 2: Lightning Donation Widgets
If you like to take it a step further, you can also create a more enhanced donation checkout flow. Of course you could programm something yourself, there are many open source libraries you can build upon. If you want a simple plug-and-play solution, here are a couple of options:
Name
Type
Registration
SatSale
Self-hosted
No KYC
BTCPay Server
Self-hosted
No KYC
Pay With Flash
Widget
Email
Geyser Fund
Widget
Email
The Giving Block
Hosted
KYC
OpenNode
Hosted
KYC
SatSale (GitHub)
Lightweight, self-hosted Bitcoin/Lightning payment processor. No KYC.
Ideal for developers comfortable with server management. Simple to deploy, supports both on-chain and Lightning, and integrates with WooCommerce.
BTCPay Server
Powerful, open-source, self-hosted processor for Bitcoin and Lightning. No KYC.
Supports multiple currencies, advanced features, and full privacy. Requires technical setup and maintenance. Funds go directly to your wallet; great for those seeking full control.
Pay With Flash
Easiest for indie hackers. Add a donation widget with minimal code and no KYC. Payments go directly to your wallet for a 1.5% fee.
Setup Steps:
- Sign up at PayWithFlash.com
- Customize your widget in the dashboard
- Embed the code:
- Test to confirm functionality
Benefits:
- Minimal technical skills required
- Supports one-time or recurring donations
- Direct fund transfer, no intermediaries
Geyser Fund
Crowdfunding platform. Widget-based, connects to your wallet, email registration.Focused on Bitcoin crowdfunding, memberships and donations.
The Giving Block
Hosted, KYC required. Integrates with fiat and crypto, best for nonprofits or larger organizations.
OpenNode
Hosted, KYC required. Accept Bitcoin payments and donations; supports conversion to fiat, suitable for businesses and nonprofits.
Summary
- Fast, low-code setup: Use Pay With Flash or Geyser Fund.
- Privacy and control: Choose SatSale or BTCPay Server (requires technical skills).
- Managed, compliant solutions: The Giving Block or OpenNode.
Choose based on your technical comfort, privacy needs, and project scale.
I hope this article helped you. If you added bitcoin donations, share your link in the comments and I will send you a few satoshis maybe
-
@ 7f6db517:a4931eda
2025-06-16 14:02:24There 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.
-
@ 9c9d2765:16f8c2c2
2025-06-16 10:08:09The night the storm swallowed their village, fear ran like fire in every heart.
Children clung to their mothers. Old men stared at the cracking trees outside. Even the bravest men stayed indoors, muttering prayers and counting lightning.
But in a small hut near the edge of the forest, a boy named Ezekiel lit a single candle.
His sister, Clara , not older than ten, asked in a whisper, “Why are you lighting that? The storm will blow it out.”
Ezekiel smiled softly. “Because if I don’t, the darkness wins.”
Clara trembled. “But the storm is so loud. What if the roof falls? What if the forest floods?”
Ezekiel knelt beside her and held her hand. “Then we listen, and we run. But until then, we keep the light on. Someone might be looking for it.”
Just as he spoke, a frantic knock came at the door. A woman drenched and shivering had seen their tiny flame through the chaos. She wasn’t from the village, but had lost her way when her cart overturned on the muddy road.
They wrapped her in a blanket. Made space by the fire. Shared what little food they had.
Later that night, Clara looked at the still-burning candle and whispered, “You were right.”
Ezekiel looked at her. “About what?”
She smiled. “Light doesn’t stop the storm. But it helps people find each other.”
Moral: In the face of overwhelming fear, even the smallest courage can become a beacon.
-
@ b1ddb4d7:471244e7
2025-06-16 13:01:30This article was originally published on dev.to by satshacker.
Alright, you’ve built a useful and beautiful website, tool or app. However, monetization isn’t a priority and you’d rather keep the project free, ads-free and accessible?
Accepting donations would be an option, but how? A PayPal button? Stripe? Buymeacoffe? Patreon?
All of these services require a bank account and KYC verification, before you can send and receive donations – not very convenient.
If we only could send value over the internet, with just one click and without the need of a bank account…
Oh, hold on, that’s bitcoin. The decentralized protocol to send value across the globe. Money over TCP/IP.
In this article, we’ll learn how anyone can easily add a payment button or donation widget on a website or app.
Let’s get into it.
Introduction
Bitcoin is digital money that you can send and receive without the need for banks. While bitcoin is extremely secure, it’s not very fast. The maximum transactions per second (TPS) the network can handle is about 7. Obviously that’s not useful for daily payments or microtransactions.
If you’d like to dig deeper into how bitcoin works, a great read is “Mastering Bitcoin” by Andreas Antonopoulos.
Bitcoin vs Lightning
If you’d like to receive bitcoin donations “on-chain” all you need is a bitcoin wallet. You simply display your bitcoin address on your site and that’s it. You can receive donations.
It would look something like this; 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
Instead of showing the actual bitcoin address, you can also turn it into a QR code.
However, this is not a recommended solution. Using static on-chain addresses has two major downsides. It lowers privacy for you and your donnors and it’s a UTXO disaster because many small incoming transactions could beocme hard to consolidate in the future.
For donations and small transactions, the Lightning Network is the better option. Lightning allows for instant settlement with fees only a fraction of a cent.
Similar to bitcoin, you have the choice between non-custodial and custodial wallets. This means, either you have full control over your money or the wallet provider has.
Option 1: Lightning Address
With the lightning address feature, you an easily receive donations to an email like address.
It looks like this: yourname@wallet.com
Many wallets support lightning addresses and make it easy to create one. Then, you simple add the address to your donation page and you’re ready to receive tips.
You can also add a link link as in lightning:yourname@wallet.com and compatible lightning wallets and browser wallets will detect the address.
Option 2: Lightning Donation Widgets
If you like to take it a step further, you can also create a more enhanced donation checkout flow. Of course you could programm something yourself, there are many open source libraries you can build upon. If you want a simple plug-and-play solution, here are a couple of options:
Name
Type
Registration
SatSale
Self-hosted
No KYC
BTCPay Server
Self-hosted
No KYC
Pay With Flash
Widget
Email
Geyser Fund
Widget
Email
The Giving Block
Hosted
KYC
OpenNode
Hosted
KYC
SatSale (GitHub)
Lightweight, self-hosted Bitcoin/Lightning payment processor. No KYC.
Ideal for developers comfortable with server management. Simple to deploy, supports both on-chain and Lightning, and integrates with WooCommerce.
BTCPay Server
Powerful, open-source, self-hosted processor for Bitcoin and Lightning. No KYC.
Supports multiple currencies, advanced features, and full privacy. Requires technical setup and maintenance. Funds go directly to your wallet; great for those seeking full control.
Pay With Flash
Easiest for indie hackers. Add a donation widget with minimal code and no KYC. Payments go directly to your wallet for a 1.5% fee.
Setup Steps:
- Sign up at PayWithFlash.com
- Customize your widget in the dashboard
- Embed the code:
- Test to confirm functionality
Benefits:
- Minimal technical skills required
- Supports one-time or recurring donations
- Direct fund transfer, no intermediaries
Geyser Fund
Crowdfunding platform. Widget-based, connects to your wallet, email registration.Focused on Bitcoin crowdfunding, memberships and donations.
The Giving Block
Hosted, KYC required. Integrates with fiat and crypto, best for nonprofits or larger organizations.
OpenNode
Hosted, KYC required. Accept Bitcoin payments and donations; supports conversion to fiat, suitable for businesses and nonprofits.
Summary
- Fast, low-code setup: Use Pay With Flash or Geyser Fund.
- Privacy and control: Choose SatSale or BTCPay Server (requires technical skills).
- Managed, compliant solutions: The Giving Block or OpenNode.
Choose based on your technical comfort, privacy needs, and project scale.
I hope this article helped you. If you added bitcoin donations, share your link in the comments and I will send you a few satoshis maybe
-
@ 39cc53c9:27168656
2025-06-16 06:25:59Bitcoin enthusiasts frequently and correctly remark how much value it adds to Bitcoin not to have a face, a leader, or a central authority behind it. This particularity means there isn't a single person to exert control over, or a single human point of failure who could become corrupt or harmful to the project.
Because of this, it is said that no other coin can be equally valuable as Bitcoin in terms of decentralization and trustworthiness. Bitcoin is unique not just for being first, but also because of how the events behind its inception developed. This implies that, from Bitcoin onwards, any coin created would have been created by someone, consequently having an authority behind it. For this and some other reasons, some people refer to Bitcoin as "The Immaculate Conception".
While other coins may have their own unique features and advantages, they may not be able to replicate Bitcoin's community-driven nature. However, one other cryptocurrency shares a similar story of mystery behind its creation: Monero.
History of Monero
Bytecoin and CryptoNote
In March 2014, a Bitcointalk thread titled "Bytecoin. Secure, private, untraceable since 2012" was initiated by a user under the nickname "DStrange"^1^. DStrange presented Bytecoin (BCN) as a unique cryptocurrency, in operation since July 2012. Unlike Bitcoin, it employed a new algorithm known as CryptoNote.
DStrange apparently stumbled upon the Bytecoin website by chance while mining a dying bitcoin fork, and decided to create a thread on Bitcointalk^1^. This sparked curiosity among some users, who wondered how could Bytecoin remain unnoticed since its alleged launch in 2012 until then^2^.
Some time after, a user brought up the "CryptoNote v2.0" whitepaper for the first time, underlining its innovative features^4^. Authored by the pseudonymous Nicolas van Saberhagen in October 2013, the CryptoNote v2 whitepaper^5^ highlighted the traceability and privacy problems in Bitcoin. Saberhagen argued that these flaws could not be quickly fixed, suggesting it would be more efficient to start a new project rather than trying to patch the original^5^, an statement simmilar to the one from Satoshi Nakamoto^6^.
Checking with Saberhagen's digital signature, the release date of the whitepaper seemed correct, which would mean that Cryptonote (v1) was created in 2012^7^, although there's an important detail: "Signing time is from the clock on the signer's computer" ^9^.
Moreover, the whitepaper v1 contains a footnote link to a Bitcointalk post dated May 5, 2013^10^, making it impossible for the whitepaper to have been signed and released on December 12, 2012.
As the narrative developed, users discovered that a significant 80% portion of Bytecoin had been pre-mined^11^ and blockchain dates seemed to be faked to make it look like it had been operating since 2012, leading to controversy surrounding the project.
The origins of CryptoNote and Bytecoin remain mysterious, leaving suspicions of a possible scam attempt, although the whitepaper had a good amount of work and thought on it.
The fork
In April 2014, the Bitcointalk user
thankful_for_today
, who had also participated in the Bytecoin thread^12^, announced plans to launch a Bytecoin fork named Bitmonero^13^.The primary motivation behind this fork was "Because there is a number of technical and marketing issues I wanted to do differently. And also because I like ideas and technology and I want it to succeed"^14^. This time Bitmonero did things different from Bytecoin: there was no premine or instamine, and no portion of the block reward went to development.
However, thankful_for_today proposed controversial changes that the community disagreed with. Johnny Mnemonic relates the events surrounding Bitmonero and thankful_for_today in a Bitcointalk comment^15^:
When thankful_for_today launched BitMonero [...] he ignored everything that was discussed and just did what he wanted. The block reward was considerably steeper than what everyone was expecting. He also moved forward with 1-minute block times despite everyone's concerns about the increase of orphan blocks. He also didn't address the tail emission concern that should've (in my opinion) been in the code at launch time. Basically, he messed everything up. Then, he disappeared.
After disappearing for a while, thankful_for_today returned to find that the community had taken over the project. Johnny Mnemonic continues:
I, and others, started working on new forks that were closer to what everyone else was hoping for. [...] it was decided that the BitMonero project should just be taken over. There were like 9 or 10 interested parties at the time if my memory is correct. We voted on IRC to drop the "bit" from BitMonero and move forward with the project. Thankful_for_today suddenly resurfaced, and wasn't happy to learn the community had assumed control of the coin. He attempted to maintain his own fork (still calling it "BitMonero") for a while, but that quickly fell into obscurity.
The unfolding of these events show us the roots of Monero. Much like Satoshi Nakamoto, the creators behind CryptoNote/Bytecoin and thankful_for_today remain a mystery^17^, having disappeared without a trace. This enigma only adds to Monero's value.
Since community took over development, believing in the project's potential and its ability to be guided in a better direction, Monero was given one of Bitcoin's most important qualities: a leaderless nature. With no single face or entity directing its path, Monero is safe from potential corruption or harm from a "central authority".
The community continued developing Monero until today. Since then, Monero has undergone a lot of technological improvements, migrations and achievements such as RingCT and RandomX. It also has developed its own Community Crowdfundinc System, conferences such as MoneroKon and Monerotopia are taking place every year, and has a very active community around it.
Monero continues to develop with goals of privacy and security first, ease of use and efficiency second. ^16^
This stands as a testament to the power of a dedicated community operating without a central figure of authority. This decentralized approach aligns with the original ethos of cryptocurrency, making Monero a prime example of community-driven innovation. For this, I thank all the people involved in Monero, that lead it to where it is today.
If you find any information that seems incorrect, unclear or any missing important events, please contact me and I will make the necessary changes.
Sources of interest
- https://forum.getmonero.org/20/general-discussion/211/history-of-monero
- https://monero.stackexchange.com/questions/852/what-is-the-origin-of-monero-and-its-relationship-to-bytecoin
- https://en.wikipedia.org/wiki/Monero
- https://bitcointalk.org/index.php?topic=583449.0
- https://bitcointalk.org/index.php?topic=563821.0
- https://bitcointalk.org/index.php?action=profile;u=233561
- https://bitcointalk.org/index.php?topic=512747.0
- https://bitcointalk.org/index.php?topic=740112.0
- https://monero.stackexchange.com/a/1024
- https://inspec2t-project.eu/cryptocurrency-with-a-focus-on-anonymity-these-facts-are-known-about-monero/
- https://medium.com/coin-story/coin-perspective-13-riccardo-spagni-69ef82907bd1
- https://www.getmonero.org/resources/about/
- https://www.wired.com/2017/01/monero-drug-dealers-cryptocurrency-choice-fire/
- https://www.monero.how/why-monero-vs-bitcoin
- https://old.reddit.com/r/Monero/comments/u8e5yr/satoshi_nakamoto_talked_about_privacy_features/
-
@ 2b24a1fa:17750f64
2025-06-11 09:02:07Ein freier Mensch lässt sich schwer kapern. Ängste kennt er kaum, Katastrophen entlarvt er schnell, Horrorszenarien seziert er gründlich. Mit ihm lässt sich kein willkürlicher Staat machen … Und der gedemütigte, entrechtete und geschwächte Bürger will den nicht verteidigen.
https://soundcloud.com/radiomuenchen/geimpft-gef-gig-geopfert-die?
Der Jurist und Autor Milosz Matuschek weiß, dass es keinen Krieg ohne geistige Mobilmachung geben kann. Warum die ein Problem werden könnte, davon schreibt er im folgenden Text: „Geimpft, gefügig, geopfert – Die fehlende Front der Folgebereiten“, der auf seinem Substack „Freischwebende Intelligenz“ nachzulesen ist.
Sprecher: Ulrich Allroggen
https://www.freischwebende-intelligenz.org/p/geimpft-gefugig-geopfert-die-fehlende
-
@ 90c656ff:9383fd4e
2025-06-16 10:07:14The history of Bitcoin is marked by symbolic milestones that represent not only the technical evolution of the digital currency but also its journey toward economic and political legitimacy. In this article, we revisit some of the most iconic moments that have defined Bitcoin’s adoption from its first use in a simple transaction to its recognition as an official currency by sovereign nations.
The Most Expensive Pizza in History
On May 22, 2010, Laszlo Hanyecz made history by paying 10,000 BTC for two pizzas. At the time, this amount was worth about $40. Today, those same coins would be worth hundreds of millions of dollars, making it the most expensive meal ever recorded. More than a curiosity, this transaction marked the first time Bitcoin was used in a real commercial exchange, proving its potential as a payment method.
Silk Road and the Dark Side of Early Adoption
Although controversial, Bitcoin’s use on the Silk Road marketplace demonstrated to the world that the digital currency was functional as a large-scale medium of exchange. The platform operated between 2011 and 2013 and acted as a catalyst for the development of infrastructure around BTC, despite the negative impact it had on the cryptocurrency’s public image.
Mt. Gox and the First Major Crisis
In 2014, the exchange Mt. Gox—responsible for about 70% of all Bitcoin transactions at the time—declared bankruptcy after losing approximately 850,000 BTC. The scandal shook confidence in the ecosystem but also triggered a period of maturation, driving the pursuit of better security practices, regulatory frameworks, and professionalization within the industry.
El Salvador and Official Recognition
In September 2021, El Salvador became the first country to recognize Bitcoin as legal tender. The measure, championed by President Nayib Bukele, was met with enthusiasm by Bitcoin advocates and skepticism by international financial institutions. El Salvador’s experiment placed Bitcoin at the center of the geopolitical debate and set a precedent for other nations to consider following the same path.
In summary, each of these moments represents a distinct phase in Bitcoin’s evolution—from experimentation to institutional adoption. By revisiting these iconic cases, we gain a deeper understanding not only of Bitcoin’s technical progress but also of how its narrative has become embedded in contemporary financial history. If the pizza purchase symbolized BTC’s practical birth, the official recognition by entire nations suggests a future where digital currency could play a leading role in new forms of global economic organization.
Thank you very much for reading this far. I hope everything is well with you, and sending a big hug from your favorite Bitcoiner maximalist from Madeira. Long live freedom!
-
@ 39cc53c9:27168656
2025-06-16 06:25:50After almost 3 months of work, we've completed the redesign of kycnot.me. More modern and with many new features.
Privacy remains the foundation - everything still works with JavaScript disabled. If you enable JS, you will get some nice-to-have features like lazy loading and smoother page transitions, but nothing essential requires it.
User Accounts
We've introduced user accounts that require zero personal information:
- Secret user tokens - no email, no phone number, no personal data
- Randomly generated usernames for default privacy and fairness
- Karma system that rewards contributions and unlocks features: custom display names, profile pictures, and more.
Reviews and Community Discussions
On the previous sites, I was using third party open source tools for the comments and discussions. This time, I've built my own from scratch, fully integrated into the site, without JavaScript requirements.
Everyone can share their experiences and help others make informed decisions:
- Ratings: Comments can have a 1-5 star rating attached. You can have one rating per service and it will affect the overall user score.
- Discussions: These are normal comments, you can add them on any listed service.
Comment Moderation
I was strugling to keep up with moderation on the old site. For this, we've implemented an AI-powered moderation system that:
- Auto-approves legitimate comments instantly
- Flags suspicious content for human review
- Keeps discussions valuable by minimizing spam
The AI still can mark comments for human review, but most comments will get approved automatically by this system. The AI also makes summaries of the comments to help you understand the overall sentiment of the community.
Powerful Search & Filtering
Finding exactly what you need is now easier:
- Advanced filtering system with many parameters. You can even filter by attributes to pinpoint services with specific features.
The results are dynamic and shuffle services with identical scores for fairness.
See all listings
Listings are now added as 'Community Contributed' by default. This means that you can still find them in the search results, but they will be clearly marked as such.
Updated Scoring System
New dual-score approach provides more nuanced service evaluations:
- Privacy Score: Measures how well a service protects your personal information and data
-
Trust Score: Assesses reliability, security, and overall reputation
-
Combined into a weighted Overall Score for quick comparisons
- Completely transparent and open source calculation algorithm. No manual tweaking or hidden factors.
AI-Powered Terms of Service Analysis
Basically, a TLDR summary for Terms of Service:
- Automated system extracts the most important points from complex ToS documents
- Clear summaries
- Updated monthly to catch any changes
The ToS document is hashed and only will be updated if there are any changes.
Service Events and Timelines
Track the complete history of any service, on each service page you can see the timeline of events. There are two types of events:
- Automatic events: Created by the system whenever something about a service changes, like its description, supported currencies, attributes, verification status…
- Manual events: Added by admins when there’s important news, such as a service going offline, being hacked, acquired, shut down, or other major updates.
There is also a global timeline view available at /events
Notification System
Since we now have user accounts, we built a notifiaction system so you can stay informed about anything:
- Notifications for comment replies and status changes
- Watch any comment to get notified for new replies.
- Subscribe to services to monitor events and updates
- Notification customization.
Coming soon: Third-party privacy-preserving notifications integration with Telegram, Ntfy.sh, webhooks...
Service Suggestions
Anyone with an account can suggest a new service via the suggestion form. After submitting, you'll receive a tracking page where you can follow the status of your suggestion and communicate directly with admins.
All new suggestions start as "unlisted" — they won't appear in search results until reviewed. Our team checks each submission to ensure it's not spam or inappropriate. If similar services already exist, you'll be shown possible duplicates and can choose to submit your suggestion as an edit instead.
You can always check the progress of your suggestion, respond to moderator questions, and see when it goes live, everything will also be notified to your account. This process ensures high-quality listings and a collaborative approach to building the directory.
These are some of the main features we already have, but there are many more small changes and improvements that you will find when using the site.
What's Next?
This is just the beginning. We will be constantly working to improve KYCnot.me and add more features that help you preserve your privacy.
Remember: True financial freedom requires the right to privacy. Stay KYC-free!
-
@ 9ca447d2:fbf5a36d
2025-06-15 03:01:37Paris, 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-16 14:02:24I often hear "bitcoin doesn't interest me, I'm not a finance person."
Ironically, the beauty of sound money is you don't have to be. In the current system you're expected to manage a diversified investment portfolio or pay someone to do it. Bitcoin will make that optional.
— ODELL (@ODELL) September 16, 2018
At first glance bitcoin often appears overwhelming to newcomers. It is incredibly easy to get bogged down in the details of how it works or different ways to use it. Enthusiasts, such as myself, often enjoy going down the deep rabbit hole of the potential of bitcoin, possible pitfalls and theoretical scenarios, power user techniques, and the developer ecosystem. If your first touch point with bitcoin is that type of content then it is only natural to be overwhelmed. While it is important that we have a thriving community of bitcoiners dedicated to these complicated tasks - the true beauty of bitcoin lies in its simplicity. Bitcoin is simply better money. It is the best money we have ever had.
Life is complicated. Life is hard. Life is full of responsibility and surprises. Bitcoin allows us to focus on our lives while relying on a money that is simple. A money that is not controlled by any individual, company, or government. A money that cannot be easily seized or blocked. A money that cannot be devalued at will by a handful of corrupt bureaucrat who live hundreds of miles from us. A money that can be easily saved and should increase in purchasing power over time without having to learn how to "build a diversified stock portfolio" or hire someone to do it for us.
Bitcoin enables all of us to focus on our lives - our friends and family - doing what we love with the short time we have on this earth. Time is scarce. Life is complicated. Bitcoin is the most simple aspect of our complicated lives. If we spend our scarce time working then we should be able to easily save that accrued value for future generations without watching the news or understanding complicated financial markets. Bitcoin makes this possible for anyone.
Yesterday was Mother's Day. Raising a human is complicated. It is hard, it requires immense personal responsibility, it requires critical thinking, but mothers figure it out, because it is worth it. Using and saving bitcoin is simple - simply install an app on your phone. Every mother can do it. Every person can do it.
Life is complicated. Life is beautiful. Bitcoin is simple.
If you found this post helpful support my work with bitcoin.
-
@ 9c9d2765:16f8c2c2
2025-06-16 09:52:46In a village nestled between cliffs and sea, lived a girl named Rita who had never spoken a word. She wasn’t mute but ever since her mother passed during a storm, her voice had locked itself deep within.
The villagers called her “the silent one.” Some pitied her. Others ignored her.
But every morning, Rita climbed the cliffs, sat with the rising sun, and played a handmade flute. Her melodies echoed through the valley, haunting, beautiful, alive.
One day, a merchant visited the village. He brought riches, spices, and tales but no joy. His heart was heavy with the loss of his son, and he walked through life with a scowl and silence of his own.
That morning, as he walked near the cliffs, he heard Rita’s song. He froze.
Something about the tune loosened the knot in his chest. It reminded him of lullabies he’d forgotten… of hope he thought had died.
Each day, he returned to hear her play. And though Rita said nothing, her music became his healing.
Soon, others began gathering. A boy with no father. An old widow. A girl who stuttered. They listened. They wept. They smiled.
Rita never spoke.
She didn’t need to.
Her silence became a voice louder than any words one that taught the village: “You don’t have to shout to be heard. Sometimes, healing sings quietly.”
Moral: Quiet doesn’t mean weak. There’s power in peace, and strength in stillness.
-
@ 7f6db517:a4931eda
2025-06-16 12:02:04What is KYC/AML?
- The acronym stands for Know Your Customer / Anti Money Laundering.
- In practice it stands for the surveillance measures companies are often compelled to take against their customers by financial regulators.
- Methods differ but often include: Passport Scans, Driver License Uploads, Social Security Numbers, Home Address, Phone Number, Face Scans.
- Bitcoin companies will also store all withdrawal and deposit addresses which can then be used to track bitcoin transactions on the bitcoin block chain.
- This data is then stored and shared. Regulations often require companies to hold this information for a set number of years but in practice users should assume this data will be held indefinitely. Data is often stored insecurely, which results in frequent hacks and leaks.
- KYC/AML data collection puts all honest users at risk of theft, extortion, and persecution while being ineffective at stopping crime. Criminals often use counterfeit, bought, or stolen credentials to get around the requirements. Criminals can buy "verified" accounts for as little as $200. Furthermore, billions of people are excluded from financial services as a result of KYC/AML requirements.
During the early days of bitcoin most services did not require this sensitive user data, but as adoption increased so did the surveillance measures. At this point, most large bitcoin companies are collecting and storing massive lists of bitcoiners, our sensitive personal information, and our transaction history.
Lists of Bitcoiners
KYC/AML policies are a direct attack on bitcoiners. Lists of bitcoiners and our transaction history will inevitably be used against us.
Once you are on a list with your bitcoin transaction history that record will always exist. Generally speaking, tracking bitcoin is based on probability analysis of ownership change. Surveillance firms use various heuristics to determine if you are sending bitcoin to yourself or if ownership is actually changing hands. You can obtain better privacy going forward by using collaborative transactions such as coinjoin to break this probability analysis.
Fortunately, you can buy bitcoin without providing intimate personal information. Tools such as peach, hodlhodl, robosats, azteco and bisq help; mining is also a solid option: anyone can plug a miner into power and internet and earn bitcoin by mining privately.
You can also earn bitcoin by providing goods and/or services that can be purchased with bitcoin. Long term, circular economies will mitigate this threat: most people will not buy bitcoin - they will earn bitcoin - most people will not sell bitcoin - they will spend bitcoin.
There is no such thing as KYC or No KYC bitcoin, there are bitcoiners on lists and those that are not on lists.
If you found this post helpful support my work with bitcoin.
-
@ 9ca447d2:fbf5a36d
2025-06-16 06:01:49CANNES, FRANCE – May 2025 — Bitcoin mining made its mark at the world’s most prestigious film gathering this year as Puerto Rican director and producer Alana Mediavilla introduced her feature documentary Dirty Coin: The Bitcoin Mining Documentary at the Marché du Film during the Cannes Film Festival.
The film puts bitcoin mining at the center of a rising global conversation about energy, technology, and economic freedom.
Dirty Coin is the first feature-length documentary to explore bitcoin mining through immersive, on-the-ground case studies.
From rural towns in the United States to hydro-powered sites in Latin America and the Congo, the film follows miners and communities navigating what may be one of the most misunderstood technologies of our time.
The result is a human-centered look at how bitcoin mining is transforming local economies and energy infrastructure in real ways.
To mark its Cannes debut, Mediavilla and her team hosted a packed industry event that brought together leaders from both film and finance.
Dirty Coin debut ceremony at the Marché du Film
Sponsors Celestial Management, Sangha Renewables, Nordblock, and Paystand.org supported the program, which featured panels on mining, energy use, and decentralized infrastructure.
Attendees had the rare opportunity to engage directly with pioneers in the space. A special session in French led by Seb Gouspillou spotlighted mining efforts in the Congo’s Virunga region.
Dirty Coin builds on Mediavilla’s award-winning short film Stranded, which won over 20 international prizes, including Best Short Documentary at Cannes in 2024.
That success helped lay the foundation for the feature and positioned Mediavilla as one of the boldest new voices in global documentary filmmaking.
Alana Mediavilla speaks at the Marché du Film — Cannes Film Festival
“If we’ve found an industry that can unlock stranded energy and turn it into real power for people—especially in regions with energy poverty—why wouldn’t we look into it?” says Mediavilla. “Our privilege blinds us.
“The same thing we criticize could be the very thing that lifts the developing world to our standard of living. Ignoring that potential is a failure of imagination.”
Much like the decentralized network it explores, Dirty Coin is spreading globally through grassroots momentum.
Local leaders are hosting independent screenings around the world, from Roatán and Berlin to São Paulo and Madrid. Upcoming events include Toronto and Zurich, with more cities joining each month.
Mediavilla, who previously worked in creative leadership roles in the U.S. — including as a producer at Google — returned to Puerto Rico to found Campo Libre, a studio focused on high-caliber, globally relevant storytelling from the Caribbean.
She was also accepted into the Cannes Producers Network, a selective program open only to producers with box office releases in the past four years.
Mediavilla qualified after independently releasing Dirty Coin in theaters across Puerto Rico. Her participation in the network gave her direct access to meetings, insights, and connections with the most active distributors and producers working today.
The film’s next public screening will take place at the Anthem Film Festival in Palm Springs on Saturday, June 14 at 2 PM. Additional screenings and market appearances are planned throughout the year at Bitcoin events and international film platforms.
Dirty Coin at the Cannes Film Festival
Watch the Trailer + Access Press Materials
📂 EPK
🎬 Screener
🌍 Host a Screening
Follow the Movement
Instagram: https://www.instagram.com/dirty_coin_official/
Twitter: https://x.com/DirtyCoinDoc
Website: www.dirtycointhemovie.com -
@ cae03c48:2a7d6671
2025-06-15 03:01:07Bitcoin Magazine
Coinbase Announces Bitcoin Rewards Credit Card, Offering up to 4% BTC Back on EverythingCoinbase is launching its first-ever branded credit card in partnership with American Express, set to roll out this fall. Called the Coinbase One Card, it will be available only to U.S. members of Coinbase One, the platform’s monthly subscription service. The card will offer 2% to 4% back in Bitcoin on everyday purchases, along with access to American Express perks.
JUST IN: Coinbase launches credit card allowing users to earn up to 4% bitcoin back on every purchase
pic.twitter.com/d6pdNZV4pi
— Bitcoin Magazine (@BitcoinMagazine) June 12, 2025
This is a first-of-its-kind product for Coinbase, which previously only offered a prepaid debit card with Visa in 2020.
“We see real potential in the combination of Coinbase and crypto with the powerful backing of American Express, and what the card offers is an excellent mix of what customers are looking for right now,” said Will Stredwick, head of American Express global network services, during the Coinbase State of Crypto Summit in New York.
The card is part of a larger push by Coinbase to expand its subscription-based services. Coinbase One costs $29.99/month and includes zero trading fees, higher staking rewards, and customer support perks. The company also announced a cheaper version—Coinbase Basic—for $4.99/month or $49.99/year, which includes fewer features.
Coinbase’s subscription business is growing fast. It brought in $698.1 million in Q1 2025, compared to $1.26 billion in trading revenue. According to William Blair analyst Andrew Jeffrey, this kind of recurring revenue is a big reason why long-term investors are sticking with the stock.
Launched in 2023, Coinbase One now has over a million members. The company has been steadily growing its ecosystem with products like its Base developer platform and a self-custody wallet.
The company has long positioned Bitcoin at the center of its strategy—offering BTC custody services to institutions, supporting Bitcoin ETFs, integrating Bitcoin rewards into its products, and actively advocating for Bitcoin-friendly regulation in Washington. Coinbase also supports Bitcoin development directly through funding grants and engineering support. As the largest publicly traded crypto exchange in the U.S., Coinbase continues to frame Bitcoin not just as an asset, but as the foundation of its long-term vision.
This post Coinbase Announces Bitcoin Rewards Credit Card, Offering up to 4% BTC Back on Everything first appeared on Bitcoin Magazine and is written by Jenna Montgomery.
-
@ 2b24a1fa:17750f64
2025-06-11 08:45:07https://soundcloud.com/radiomuenchen/eine-stunde-klassik-leopold-hennberger-prasentiert-die-gitarre
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.
-
@ 8671a6e5:f88194d1
2025-06-14 21:39:15## ParentCoin; limitless
There's this almost altcoin-like pitch of parenthood these days. I might’ve fallen for the shiny marketing of parenthood — cute baby pics, promises of legacy, the whole “you’ll change the world” vibe. I even heard a would-be mom tell me once (true story) "You know having children, you don't have to be afraid of it, as a dad it doesn't cost as much as you think". \ These people actually believe that. Just like they've fallen for every fiat-scam out there: housing, cars, holidays in France, Nike shoes, 50% taxation, religion and main stream media subscriptions.\ \ It’s 2025, and I’m revisiting this like I’d revisit an old Lightning Network post. \ \ Having kids is like chasing an altcoin airdrop with a slick but buzzword laden whitepaper and a charismatic founder who’s probably exit-scamming as soon as he gets enough of your money in their bank account (yeah you see what I did there). If you're lucky that founder might twerk from time to time to get your attention. But don't hope for too much. Now change that diaper and work an extra job to pay for all of it while inflation murders you.\ \ While you do all that, the most damaging thing about the Having Children Shitcoin (HCS) is the time it takes. It literally can't be shorted like some token on an exchange. It laughs, plays around with your tech gadgets, has to be potty trained (like some altcoin founders) and needs attention, education and a lot of proof of work.\ But the damage is the time. \ The time it takes to do all that, is actually replacing value with time. \ Bitcoin might be a product of proof of work, HCS is not a product but the actual proof of work without the value proposition.\ On top of that, the founder usually lives rent-free in your head your whole life, or even worse: you literally live together with her/him.\ Imagine Satoshi Nakamoto living at your house right now. Like... hi Satoshi.. love your bitcoin man.\ "Yeah, thanks moth**f****r, when are going to buy more skittle and some toilet paper? We ran out 10 minutes ago when I shit all over your dirty toilet, ..."\ "Eh, But Satoshi, why don't you go to the shop to..."\ "Shut up you f'ing a--hole, you made me! You made me what I am today! You liked me when I invented thàh bitcoin right? Now get me some toilet paper and here's a list of items I want from the supermarket! Lazy dumb idiot."\ "You'll clean up the kitchen right?"\ "Yeah yeah, rolls eyes, after my Netflix series man... now get out"\ \ This might sound far-fetched but founders of shitcoins steal your money, while children steal your time ànd money while you have to endure the founders as well.
Time is slowly damaging you while you live your life further and further away from the hard-money proposition. Hell, you even will need to sell some hard money to get by. Because it's a rotten world and children make you short sighted about the future (it limits you to maximum 3 years ahead in my experience with people around me).
Long-term is your enemy Short-term is your prison
You’re hyped for the long-term gains—multi-generational dynasties, just like the elites—but the fine print? It’s a mess. I’m here to unpack the hope, the scepticism, and the grim reality of raising kids in a world that feels like it’s speedrunning towards the absolute bottom. Let me make that clearer:
Our power (as bitcoiners) doesn't grow with these new generations, because we're being out-Idiocracy'd at a rate we can’t reproduce our way out of. Bitcoiners don’t scale. Even if you produce two children that both become die-hard bitcoin maximalists (with a nasal voice and a fondness for TD-sequential analysis.
The Mirage of Birth Having a kid is like snagging a hyped-up crypto airdrop. You’re told it’s “free” value — new life, pure joy, a legacy token dropped into your wallet. Everyone’s tweeting about it, posting ultrasound pics like they just scored 10,000 USDC worth of free shitcoin tokens.
But then the transaction fees hit, getting another place to live more accommodating, getting a school, adopt a dad body demeaner while torpedoing your social life and having no fun other than baking cakes and getting less pussy than a laser pointer with dead batteries. Adjust for inflation), sleepless nights, a vortex of money being vaporized and a lifetime of HODLing a position you can’t dump nor short. You’re basically the holder of last resort for a diatribe of chaos. You’re the entry, the trade, and exit liquidity. The real kicker? Society’s cheering you on while you’re stuck debugging your life and seeing your time drained. You’re frozen in time, while you should be scaling ideas. \ \ Or getting more out of life than being the channelling of funds to a future fiat oppressed kid. Meanwhile, parents (if they stay together that is... with relations with kids having their own version of the bitcoin “halving”, be it every 7 years or so. The parents follow the higher noble goal and get some love and nice moments in return. \ \ They’re stacking diapers instead of sats, living above a dry cleaner next to a subway station that rattles your soul. You can’t short kids, no matter how much you see the “childfree” crowd thriving. The childfree crowd is also not always that neutral, as many of them want this same life, because the marketing, as with many shitcoins is excellent. It makes life more fun, more fulfilling, more whole, while promising you cheap, fast and always immutable transactions. You’re getting duped. \ You buy more stuff, more hobbies no one cares about, and smile at other parents at these gatherings like you’re at the whale room at a bitcoin conference in a bear market. Keep smiling, bitches. That’s you’re life now. The numbers don’t lie. Society sells parenthood as a Bitcoin-level HODL, but the safety net is thinner than a layer-2 solution created by an Albanian exchange.
Raising kids is like betting your airdropped tokens will moon into a blue-chip asset that takes care of you when you’re old. You’re hoping they’ll HODL your hand, not rug-pull you into a nursing home when their “value” spikes. It’s a gamble: will they be decent humans or turn into TikTok zombies? Back in the day, kids were economic assets, working the farm or whatever. Now? You’re praying they don’t ghost you after college or at least recognize all the proof of work you did for them. And yes, you can have a big impact on them, that’s something to be proud of if it works out. But in the end, you are you, a person, with dreams, hopes and needs. \ And your children are too,... they’ll always win. \ \ Teaching them to ride a bike is fun, but it’s like a shitcoin pumping on a founder’s tweet: fleeting, followed by a crash whenever you see the effects of your years of de-progress and social isolation. Socializing with other parents is like making friends with a fellow prisoner of war in some jungle camp, ... you’ll have to be nice because it’s all you have left of society’s pleasantries. So you make small talk or a little joke about a toy someone’s kid has brought to the playground. The real world would see these people piss all over your grave if they could. They’re the figurehead on a ship of fools. And you play along because you’re a total bitch that got stuck in the routine of the famous HCS. Finding trust is hard, certainly in a city’s virtual prison camp where you play Russian roulette for other people’s amusement. It’s like running a Lightning node — fun in theory, but you’re babysitting a system that crashes when you need it most. The highs are real, but “kinda fun” doesn’t cut it when you’re debugging life. \ \ The 35k to 200k € it will cost you throughout your life, is not measurable as gains or losses. Look at the lovely baby pictures, look at their school results, the painting they made especially for you saying “I love you, for the best dad/mom in the whole world”. It hits straight to your brain’s nucleus accumbens. It’s all the balanced injection of the right shot of chemical balanced reward center (ventral tegmental area) food. \ And people with kids wanted that because that’s what the system and urges are. Kids are a leveraged position with no stop-loss, unlike an airdrop you can dump when the hype fades. You’re all-in, praying society doesn’t crash before your “asset” matures. In the meanwhile, you get the occasional surprise through your mesolimbic pathway. \ \ "Happy you" proof of stakes' the unhappy you later. You could be in the Maldives diving into clear water while talking to another “founder”. Funny how that works. \ Meanwhile, the childfree are staking their tokens and chilling. \ Parents aren’t building dynasties; we’re just trying not to get rug-pulled by daycare costs and rotten school-systems that learn our kids to be obedient consumers and non-thinking parrots. It’s a financial social anti-grind with no cure, and the charts, unlike fiat-corporate nonsense, don’t lie.
The elites stack power like blue-chip stocks, minting wealth across centuries. Us? Our kids might be fighting over the leftovers while they battle their way through university diversity and mediocracy. Future generations are supposed to carry the torch, but consumerism and cultural decay make it feel like we’re being out-Idiocracy’d. \ We need to think long-term, teach kids to code, stack sats, and question the system. But above all else, we need them to learn that being more evil is more just. Being complacent in this farce of a system means always, and I mean always, that the multi-generational monsters will prevail. \ \ They’re more stubborn, faster, better educated and they take the shortcuts you can’t have. We have hard money, they have “hard world”.
Conclusion
Eighteen years into this parenting thing (or eight minutes—who’s counting?), it’s clear: kids are a shitcoin airdrop with no exit strategy for you. \ The highs are sweet, the costs are brutal, and the long-term. A gamble on humanity in a world trending toward a broad brush of average things made normal.
Maybe it’s not about winning the bitcoin standard, but betting on something bigger than yourself within yourself, even if that market’s rigged with traps and detractors everywhere. Stack sats, stack diapers, and pray your kids don’t rug-pull your heart. \ Because, let’s face it, we’re not the Rothschilds — we’re just HODLing and hoping. \ While we should be fighting with the hardest money. \ While your baby cries for more food, I hear Michael Jackson sing “If you can’t feed your baby hi hee-hee, then don’t have a baybaah”. \ \ The sad part is, that we're all torn between chasing the fiat-created dreams and the reality that everything is in fact a shitcoin sapping either your time, money or effort. \ Even within the bitcoin space, we don't realize what the next step should be.\ It certainly isn't big families. That's for sure.
AVB\ tipjar: https://allesvoorbitcoin.be/donate/