-
@ 866e0139:6a9334e5
2025-05-27 10:15:17Autor: Milosz Matuschek. 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.
Der Schweizer Historiker Daniele Ganser startet eine Plakataktion. Auf Facebook schreibt er:
"Dieses Plakat habe ich ab heute an sechs Bahnhöfen in der Schweiz aufhängen lassen: Die Schweiz muss die Neutralität bewahren. Keine Zusammenarbeit mit der NATO!
Die Aktion läuft eine Woche. Das Plakat hängt in Basel (Gleis 5 und 7), Zürich (Gleis 9 und 12), Bern (Gleis 3 und 11), Luzern (Gleis 7 und 11), St. Gallen (Gleis 1 und 2) und Chur (Gleis 4 und Arosabahn).
Wenn jemand ein Plakat sieht und fotografiert und es mir per Email schickt freut mich das!
https://globalbridge.ch/die-schweiz-muss-die.../
Daniele Ganser kann man über folgende Seite kontaktieren.
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.
-
@ 39cc53c9:27168656
2025-05-27 09:21:53The 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.
-
@ cefb08d1:f419beff
2025-05-27 09:36:52Gabriela Bryan vs Caitlin Simmers | Western Australia Margaret River Pro 2025 - Final
https://www.youtube.com/watch?v=2GK8l3RPqmE
Jordy Smith vs Griffin Colapinto | Western Australia Margaret River Pro 2025 - Final
https://www.youtube.com/watch?v=zGWMVDwU_is
Highlights: Western Australia Margaret River Pro 2025 - All the Highlights
https://www.youtube.com/watch?v=32055IXrtnU
Ranking WSL Women:
Ranking WSL Men:
Source: https://www.worldsurfleague.com/athletes/tour/wct?year=2025
https://stacker.news/items/990198
-
@ 39cc53c9:27168656
2025-05-27 09:21:51Know 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
-
@ 39cc53c9:27168656
2025-05-27 09:21:50Over the past few months, I've dedicated my time to a complete rewrite of the kycnot.me website. The technology stack remains unchanged; Golang paired with TailwindCSS. However, I've made some design choices in this iteration that I believe significantly enhance the site. Particularly to backend code.
UI Improvements
You'll notice a refreshed UI that retains the original concept but has some notable enhancements. The service list view is now more visually engaging, it displays additional information in a more aesthetically pleasing manner. Both filtering and searching functionalities have been optimized for speed and user experience.
Service pages have been also redesigned to highlight key information at the top, with the KYC Level box always accessible. The display of service attributes is now more visually intuitive.
The request form, especially the Captcha, has undergone substantial improvements. The new self-made Captcha is robust, addressing the reliability issues encountered with the previous version.
Terms of Service Summarizer
A significant upgrade is the Terms of Service summarizer/reviewer, now powered by AI (GPT-4-turbo). It efficiently condenses each service's ToS, extracting and presenting critical points, including any warnings. Summaries are updated monthly, processing over 40 ToS pages via the OpenAI API using a self-crafted and thoroughly tested prompt.
Nostr Comments
I've integrated a comment section for each service using Nostr. For guidance on using this feature, visit the dedicated how-to page.
Database
The backend database has transitioned to pocketbase, an open-source Golang backend that has been a pleasure to work with. I maintain an updated fork of the Golang SDK for pocketbase at pluja/pocketbase.
Scoring
The scoring algorithm has also been refined to be more fair. Despite I had considered its removal due to the complexity it adds (it is very difficult to design a fair scoring system), some users highlighted its value, so I kept it. The updated algorithm is available open source.
Listings
Each listing has been re-evaluated, and the ones that were no longer operational were removed. New additions are included, and the backlog of pending services will be addressed progressively, since I still have access to the old database.
API
The API now offers more comprehensive data. For more details, check here.
About Page
The About page has been restructured for brevity and clarity.
Other Changes
Extensive changes have been implemented in the server-side logic, since the whole code base was re-written from the ground up. I may discuss these in a future post, but for now, I consider the current version to be just a bit beyond beta, and additional updates are planned in the coming weeks.
-
@ 39cc53c9:27168656
2025-05-27 09:21:48I'm launching a new service review section on this blog in collaboration with OrangeFren. These reviews are sponsored, yet the sponsorship does not influence the outcome of the evaluations. Reviews are done in advance, then, the service provider has the discretion to approve publication without modifications.
Sponsored reviews are independent from the kycnot.me list, being only part of the blog. The reviews have no impact on the scores of the listings or their continued presence on the list. Should any issues arise, I will not hesitate to remove any listing.
The review
WizardSwap is an instant exchange centred around privacy coins. It was launched in 2020 making it old enough to have weathered the 2021 bull run and the subsequent bearish year.
| Pros | Cons | |------|------| | Tor-friendly | Limited liquidity | | Guarantee of no KYC | Overly simplistic design | | Earn by providing liquidity | |
Rating: ★★★★★ Service Website: wizardswap.io
Liquidity
Right off the bat, we'll start off by pointing out that WizardSwap relies on its own liquidity reserves, meaning they aren't just a reseller of Binance or another exchange. They're also committed to a no-KYC policy, when asking them, they even promised they would rather refund a user their original coins, than force them to undergo any sort of verification.
On the one hand, full control over all their infrastructure gives users the most privacy and conviction about the KYC policies remaining in place.
On the other hand, this means the liquidity available for swapping isn't huge. At the time of testing we could only purchase at most about 0.73 BTC with XMR.
It's clear the team behind WizardSwap is aware of this shortfall and so they've come up with a solution unique among instant exchanges. They let you, the user, deposit any of the currencies they support into your account and earn a profit on the trades made using your liquidity.
Trading
Fees on WizardSwap are middle-of-the-pack. The normal fee is 2.2%. That's more than some exchanges that reserve the right to suddenly demand you undergo verification, yet less than half the fees on some other privacy-first exchanges. However as we mentioned in the section above you can earn almost all of that fee (2%) if you provide liquidity to WizardSwap.
It's good that with the current Bitcoin fee market their fees are constant regardless of how much, or how little, you send. This is in stark contrast with some of the alternative swap providers that will charge you a massive premium when attempting to swap small amounts of BTC away.
Test trades
Test trades are always performed without previous notice to the service provider.
During our testing we performed a few test trades and found that every single time WizardSwap immediately detected the incoming transaction and the amount we received was exactly what was quoted before depositing. The fees were inline with what WizardSwap advertises.
- Monero payment proof
- Bitcoin received
- Wizardswap TX link - it's possible that this link may cease to be valid at some point in the future.
ToS and KYC
WizardSwap does not have a Terms of Service or a Privacy Policy page, at least none that can be found by users. Instead, they offer a FAQ section where they addresses some basic questions.
The site does not mention any KYC or AML practices. It also does not specify how refunds are handled in case of failure. However, based on the FAQ section "What if I send funds after the offer expires?" it can be inferred that contacting support is necessary and network fees will be deducted from any refund.
UI & Tor
WizardSwap can be visited both via your usual browser and Tor Browser. Should you decide on the latter you'll find that the website works even with the most strict settings available in the Tor Browser (meaning no JavaScript).
However, when disabling Javascript you'll miss the live support chat, as well as automatic refreshing of the trade page. The lack of the first means that you will have no way to contact support from the trade page if anything goes wrong during your swap, although you can do so by mail.
One important thing to have in mind is that if you were to accidentally close the browser during the swap, and you did not save the swap ID or your browser history is disabled, you'll have no easy way to return to the trade. For this reason we suggest when you begin a trade to copy the url or ID to someplace safe, before sending any coins to WizardSwap.
The UI you'll be greeted by is simple, minimalist, and easy to navigate. It works well not just across browsers, but also across devices. You won't have any issues using this exchange on your phone.
Getting in touch
The team behind WizardSwap appears to be most active on X (formerly Twitter): https://twitter.com/WizardSwap_io
If you have any comments or suggestions about the exchange make sure to reach out to them. In the past they've been very receptive to user feedback, for instance a few months back WizardSwap was planning on removing DeepOnion, but the community behind that project got together ^1 and after reaching out WizardSwap reversed their decision ^2.
You can also contact them via email at:
support @ wizardswap . io
Disclaimer
None of the above should be understood as investment or financial advice. The views are our own only and constitute a faithful representation of our experience in using and investigating this exchange. This review is not a guarantee of any kind on the services rendered by the exchange. Do your own research before using any service.
-
@ 39cc53c9:27168656
2025-05-27 09:21:46Bitcoin 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/
-
@ 39cc53c9:27168656
2025-05-27 09:21:45I've been thinking about how to improve my seed backup in a cheap and cool way, mostly for fun. Until now, I had the seed written on a piece of paper in a desk drawer, and I wanted something more durable and fire-proof.
After searching online, I found two options I liked the most: the Cryptosteel Capsule and the Trezor Keep. These products are nice but quite expensive, and I didn't want to spend that much on my seed backup. Privacy is also important, and sharing details like a shipping address makes me uncomfortable. This concern has grown since the Ledger incident^1. A $5 wrench attack^2 seems too cheap, even if you only hold a few sats.
Upon seeing the design of Cryptosteel, I considered creating something similar at home. Although it may not be as cool as their device, it could offer almost the same in terms of robustness and durability.
Step 1: Get the materials and tools
When choosing the materials, you will want to go with stainless steel. It is durable, resistant to fire, water, and corrosion, very robust, and does not rust. Also, its price point is just right; it's not the cheapest, but it's cheap for the value you get.
I went to a material store and bought:
- Two bolts
- Two hex nuts and head nuts for the bolts
- A bag of 30 washers
All items were made of stainless steel. The total price was around €6. This is enough for making two seed backups.
You will also need:
- A set of metal letter stamps (I bought a 2mm-size letter kit since my washers were small, 6mm in diameter)
- You can find these in local stores or online marketplaces. The set I bought cost me €13.
- A good hammer
- A solid surface to stamp on
Total spent: 19€ for two backups
Step 2: Stamp and store
Once you have all the materials, you can start stamping your words. There are many videos on the internet that use fancy 3D-printed tools to get the letters nicely aligned, but I went with the free-hand option. The results were pretty decent.
I only stamped the first 4 letters for each word since the BIP-39 wordlist allows for this. Because my stamping kit did not include numbers, I used alphabet letters to define the order. This way, if all the washers were to fall off, I could still reassemble the seed correctly.
The final result
So this is the final result. I added two smaller washers as protection and also put the top washer reversed so the letters are not visible:
Compared to the Cryptosteel or the Trezor Keep, its size is much more compact. This makes for an easier-to-hide backup, in case you ever need to hide it inside your human body.
Some ideas
Tamper-evident seal
To enhance the security this backup, you can consider using a tamper-evident seal. This can be easily achieved by printing a unique image or using a specific day's newspaper page (just note somewhere what day it was).
Apply a thin layer of glue to the washer's surface and place the seal over it. If someone attempts to access the seed, they will be forced to destroy the seal, which will serve as an evident sign of tampering.
This simple measure will provide an additional layer of protection and allow you to quickly identify any unauthorized access attempts.
Note that this method is not resistant to outright theft. The tamper-evident seal won't stop a determined thief but it will prevent them from accessing your seed without leaving any trace.
Redundancy
Make sure to add redundancy. Make several copies of this cheap backup, and store them in separate locations.
Unique wordset
Another layer of security could be to implement your own custom mnemonic dictionary. However, this approach has the risk of permanently losing access to your funds if not implemented correctly.
If done properly, you could potentially end up with a highly secure backup, as no one else would be able to derive the seed phrase from it. To create your custom dictionary, assign a unique number from 1 to 2048 to a word of your choice. Maybe you could use a book, and index the first 2048 unique words that appear. Make sure to store this book and even get a couple copies of it (digitally and phisically).
This self-curated set of words will serve as your personal BIP-39 dictionary. When you need to translate between your custom dictionary and the official BIP-39 wordlist, simply use the index number to find the corresponding word in either list.
Never write the idex or words on your computer (Do not use
Ctr+F
) -
@ 39cc53c9:27168656
2025-05-27 09:21:40“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.
-
@ 39cc53c9:27168656
2025-05-27 09:21:37After 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!
-
@ b7274d28:c99628cb
2025-05-27 07:07:33A few months ago, a nostrich was switching from iOS to Android and asked for suggestions for #Nostr apps to try out. nostr:npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424 offered the following as his response:
nostr:nevent1qvzqqqqqqypzq0mhp4ja8fmy48zuk5p6uy37vtk8tx9dqdwcxm32sy8nsaa8gkeyqydhwumn8ghj7un9d3shjtnwdaehgunsd3jkyuewvdhk6tcpz4mhxue69uhhyetvv9ujuerpd46hxtnfduhszythwden5te0dehhxarj9emkjmn99uqzpwwts6n28eyvjpcwvu5akkwu85eg92dpvgw7cgmpe4czdadqvnv984rl0z
Yes. #Android users are fortunate to have some powerful Nostr apps and tools at our disposal that simply have no comparison over on the iOS side. However, a tool is only as good as the knowledge of the user, who must have an understanding of how best to wield it for maximum effect. This fact was immediately evidenced by replies to Derek asking, "What is the use case for Citrine?" and "This is the first time I'm hearing about Citrine and Pokey. Can you give me links for those?"
Well, consider this tutorial your Nostr starter-kit for Android. We'll go over installing and setting up Amber, Amethyst, Citrine, and Pokey, and as a bonus we'll be throwing in the Zapstore and Coinos to boot. We will assume no previous experience with any of the above, so if you already know all about one or more of these apps, you can feel free to skip that tutorial.
So many apps...
You may be wondering, "Why do I need so many apps to use Nostr?" That's perfectly valid, and the honest answer is, you don't. You can absolutely just install a Nostr client from the Play Store, have it generate your Nostr identity for you, and stick with the default relays already set up in that app. You don't even need to connect a wallet, if you don't want to. However, you won't experience all that Nostr has to offer if that is as far as you go, any more than you would experience all that Italian cuisine has to offer if you only ever try spaghetti.
Nostr is not just one app that does one thing, like Facebook, Twitter, or TikTok. It is an entire ecosystem of applications that are all built on top of a protocol that allows them to be interoperable. This set of tools will help you make the most out of that interoperability, which you will never get from any of the big-tech social platforms. It will provide a solid foundation for you to build upon as you explore more and more of what Nostr has to offer.
So what do these apps do?
Fundamental to everything you do on Nostr is the need to cryptographically sign with your private key. If you aren't sure what that means, just imagine that you had to enter your password every time you hit the "like" button on Facebook, or every time you commented on the latest dank meme. That would get old really fast, right? That's effectively what Nostr requires, but on steroids.
To keep this from being something you manually have to do every 5 seconds when you post a note, react to someone else's note, or add a comment, Nostr apps can store your private key and use it to sign behind the scenes for you. This is very convenient, but it means you are trusting that app to not do anything with your private key that you don't want it to. You are also trusting it to not leak your private key, because anyone who gets their hands on it will be able to post as you, see your private messages, and effectively be you on Nostr. The more apps you give your private key to, the greater your risk that it will eventually be compromised.
Enter #Amber, an application that will store your private key in only one app, and all other compatible Nostr apps can communicate with it to request a signature, without giving any of those other apps access to your private key.
Most Nostr apps for Android now support logging in and signing with Amber, and you can even use it to log into apps on other devices, such as some of the web apps you use on your PC. It's an incredible tool given to us by nostr:npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5, and only available for Android users. Those on iPhone are incredibly jealous that they don't have anything comparable, yet.
Speaking of nostr:npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5, the next app is also one of his making.
All Nostr data is stored on relays, which are very simple servers that Nostr apps read notes from and write notes to. In most forms of social media, it can be a pain to get your own data out to keep a backup. That's not the case on Nostr. Anyone can run their own relay, either for the sake of backing up their personal notes, or for others to post their notes to, as well.
Since Nostr notes take up very little space, you can actually run a relay on your phone. I have been on Nostr for almost 2 and a half years, and I have 25,000+ notes of various kinds on my relay, and a backup of that full database is just 24MB on my phone's storage.
Having that backup can save your bacon if you try out a new Nostr client and it doesn't find your existing follow list for some reason, so it writes a new one and you suddenly lose all of the people you were following. Just pop into your #Citrine relay, confirm it still has your correct follow list or import it from a recent backup, then have Citrine restore it. Done.
Additionally, there are things you may want to only save to a relay you control, such as draft messages that you aren't ready to post publicly, or eCash tokens, which can actually be saved to Nostr relays now. Citrine can also be used with Amber for signing into certain Nostr applications that use a relay to communicate with Amber.
If you are really adventurous, you can also expose Citrine over Tor to be used as an outbox relay, or used for peer-to-peer private messaging, but that is far more involved than the scope of this tutorial series.
You can't get far in Nostr without a solid and reliable client to interact with. #Amethyst is the client we will be using for this tutorial because there simply isn't another Android client that comes close, so far. Moreover, it can be a great client for new users to get started on, and yet it has a ton of features for power-users to take advantage of as well.
There are plenty of other good clients to check out over time, such as Coracle, YakiHonne, Voyage, Olas, Flotilla and others, but I keep coming back to Amethyst, and by the time you finish this tutorial, I think you'll see why. nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z and others who have contributed to Amethyst have really built something special in this client, and it just keeps improving with every update that's shipped.
Most social media apps have some form of push notifications, and some Nostr apps do, too. Where the issue comes in is that Nostr apps are all interoperable. If you have more than one application, you're going to have both of them notifying you. Nostr users are known for having five or more Nostr apps that they use regularly. If all of them had notifications turned on, it would be a nightmare. So maybe you limit it to only one of your Nostr apps having notifications turned on, but then you are pretty well locked-in to opening that particular app when you tap on the notification.
Pokey, by nostr:npub1v3tgrwwsv7c6xckyhm5dmluc05jxd4yeqhpxew87chn0kua0tjzqc6yvjh, solves this issue, allowing you to turn notifications off for all of your Nostr apps, and have Pokey handle them all for you. Then, when you tap on a Pokey notification, you can choose which Nostr app to open it in.
Pokey also gives you control over the types of things you want to be notified about. Maybe you don't care about reactions, and you just want to know about zaps, comments, and direct messages. Pokey has you covered. It even supports multiple accounts, so you can get notifications for all the npubs you control.
One of the most unique and incredibly fun aspects of Nostr is the ability to send and receive #zaps. Instead of merely giving someone a 👍️ when you like something they said, you can actually send them real value in the form of sats, small portions of a Bitcoin. There is nothing quite like the experience of receiving your first zap and realizing that someone valued what you said enough to send you a small amount (and sometimes not so small) of #Bitcoin, the best money mankind has ever known.
To be able to have that experience, though, you are going to need a wallet that can send and receive zaps, and preferably one that is easy to connect to Nostr applications. My current preference for that is Alby Hub, but not everyone wants to deal with all that comes along with running a #Lightning node. That being the case, I have opted to use nostr:npub1h2qfjpnxau9k7ja9qkf50043xfpfy8j5v60xsqryef64y44puwnq28w8ch for this tutorial, because they offer one of the easiest wallets to set up, and it connects to most Nostr apps by just copy/pasting a connection string from the settings in the wallet into the settings in your Nostr app of choice.
Additionally, even though #Coinos is a custodial wallet, you can have it automatically transfer any #sats over a specified threshold to a separate wallet, allowing you to mitigate the custodial risk without needing to keep an eye on your balance and make the transfer manually.
Most of us on Android are used to getting all of our mobile apps from one souce: the Google Play Store. That's not possible for this tutorial series. Only one of the apps mentioned above is available in Google's permissioned playground. However, on Android we have the advantage of being able to install whatever we want on our device, just by popping into our settings and flipping a toggle. Indeed, thumbing our noses at big-tech is at the heart of the Nostr ethos, so why would we make ourselves beholden to Google for installing Nostr apps?
The nostr:npub10r8xl2njyepcw2zwv3a6dyufj4e4ajx86hz6v4ehu4gnpupxxp7stjt2p8 is an alternative app store made by nostr:npub1wf4pufsucer5va8g9p0rj5dnhvfeh6d8w0g6eayaep5dhps6rsgs43dgh9 as a resource for all sorts of open-source apps, but especially Nostr apps. What is more, you can log in with Amber, connect a wallet like Coinos, and support the developers of your favorite Nostr apps directly within the #Zapstore by zapping their app releases.
One of the biggest features of the Zapstore is the fact that developers can cryptographically sign their app releases using their Nostr keys, so you know that the app you are downloading is the one they actually released and hasn't been altered in any way. The Zapstore will warn you and won't let you install the app if the signature is invalid.
Getting Started
Since the Zapstore will be the source we use for installing most of the other apps mentioned, we will start with installing the Zapstore.
We will then use the Zapstore to install Amber and set it up with our Nostr account, either by creating a new private key, or by importing one we already have. We'll also use it to log into the Zapstore.
Next, we will install Amethyst from the Zapstore and log into it via Amber.
After this, we will install Citrine from the Zapstore and add it as a local relay on Amethyst.
Because we want to be able to send and receive zaps, we will set up a wallet with CoinOS and connect it to Amethyst and the Zapstore using Nostr Wallet Connect.
Finally, we will install Pokey using the Zapstore, log into it using Amber, and set up the notifications we want to receive.
By the time you are done with this series, you will have a great head-start on your Nostr journey compared to muddling through it all on your own. Moreover, you will have developed a familiarity with how things generally work on Nostr that can be applied to other apps you try out in the future.
Continue to Part 2: The Zapstore. Nostr Link: nostr:naddr1qvzqqqr4gupzpde8f55w86vrhaeqmd955y4rraw8aunzxgxstsj7eyzgntyev2xtqydhwumn8ghj7un9d3shjtnzwf5kw6r5vfhkcapwdejhgtcqp5cnwdphxv6rwwp3xvmnzvqgty5au
-
@ 39cc53c9:27168656
2025-05-27 09:21:43kycnot.me features a somewhat hidden tool that some users may not be aware of. Every month, an automated job crawls every listed service's Terms of Service (ToS) and FAQ pages and conducts an AI-driven analysis, generating a comprehensive overview that highlights key points related to KYC and user privacy.
Here's an example: Changenow's Tos Review
Why?
ToS pages typically contain a lot of complicated text. Since the first versions of kycnot.me, I have tried to provide users a comprehensive overview of what can be found in such documents. This automated method keeps the information up-to-date every month, which was one of the main challenges with manual updates.
A significant part of the time I invest in investigating a service for kycnot.me involves reading the ToS and looking for any clauses that might indicate aggressive KYC practices or privacy concerns. For the past four years, I performed this task manually. However, with advancements in language models, this process can now be somewhat automated. I still manually review the ToS for a quick check and regularly verify the AI’s findings. However, over the past three months, this automated method has proven to be quite reliable.
Having a quick ToS overview section allows users to avoid reading the entire ToS page. Instead, you can quickly read the important points that are grouped, summarized, and referenced, making it easier and faster to understand the key information.
Limitations
This method has a key limitation: JS-generated pages. For this reason, I was using Playwright in my crawler implementation. I plan to make a release addressing this issue in the future. There are also sites that don't have ToS/FAQ pages, but these sites already include a warning in that section.
Another issue is false positives. Although not very common, sometimes the AI might incorrectly interpret something harmless as harmful. Such errors become apparent upon reading; it's clear when something marked as bad should not be categorized as such. I manually review these cases regularly, checking for anything that seems off and then removing any inaccuracies.
Overall, the automation provides great results.
How?
There have been several iterations of this tool. Initially, I started with GPT-3.5, but the results were not good in any way. It made up many things, and important thigs were lost on large ToS pages. I then switched to GPT-4 Turbo, but it was expensive. Eventually, I settled on Claude 3 Sonnet, which provides a quality compromise between GPT-3.5 and GPT-4 Turbo at a more reasonable price, while allowing a generous 200K token context window.
I designed a prompt, which is open source^1, that has been tweaked many times and will surely be adjusted further in the future.
For the ToS scraping part, I initially wrote a scraper API using Playwright^2, but I replaced it with Jina AI Reader^3, which works quite well and is designed for this task.
Non-conflictive ToS
All services have a dropdown in the ToS section called "Non-conflictive ToS Reviews." These are the reviews that the AI flagged as not needing a user warning. I still provide these because I think they may be interesting to read.
Feedback and contributing
You can give me feedback on this tool, or share any inaccuraties by either opening an issue on Codeberg^4 or by contacting me ^5.
You can contribute with pull requests, which are always welcome, or you can support this project with any of the listed ways.
-
@ 39cc53c9:27168656
2025-05-27 09:21:41These reviews are sponsored, yet the sponsorship does not influence the outcome of the evaluations. Sponsored reviews are independent from the kycnot.me list, being only part of the blog. The reviews have no impact on the scores of the listings or their continued presence on the list. Should any issues arise, I will not hesitate to remove any listing. Reviews are in collaboration with Orangefren.
The review
Swapter.io is an all-purpose instant exchange. They entered the scene in the depths of the bear market about 2 years ago in June of 2022.
| Pros | Cons | | --------------- | ---------------------------------- | | Low fees | Shotgun KYC with opaque triggers | | Large liquidity | Relies on 3rd party liquidity | | Works over Tor | Front-end not synced with back-end | | Pretty UI | |
Rating: ★★★☆☆ Service Website: swapter.io
⚠️ There is an ongoing issue with this service: read more on Reddit.
Test Trades
During our testing we performed a trade from XMR to LTC, and then back to XMR.
Our first trade had the ID of:
mpUitpGemhN8jjNAjQuo6EvQ
. We were promised 0.8 LTC for sending 0.5 XMR, before we sent the Monero. When the Monero arrived we were sent 0.799 LTC.On the return journey we performed trade with ID:
yaCRb5pYcRKAZcBqg0AzEGYg
. This time we were promised 0.4815 XMR for sending 0.799 LTC. After Litecoin arrived we were sent 0.4765 XMR.As such we saw a discrepancy of
~0.1%
in the first trade and~1%
in the second trade. Considering those trades were floating we determine the estimates presented in the UI to be highly accurate and honest.Of course Swapter could've been imposing a large fee on their estimates, but we checked their estimates against CoinGecko and found the difference to be equivalent to a fee of just over
0.5%
. Perfectly in line with other swapping services.Trading
Swapter supports BTC, LTC, XMR and well over a thousand other coins. Sadly they don't support the Lightning Network. For the myriad of currencies they deal with they provide massive upper limits. You could exchange tens, or even hundreds, of thousands of dollars worth of cryptocurrency in a single trade (although we wouldn't recommend it).
The flip side to this is that Swapter relies on 3rd party liquidity. Aside from the large liqudity this also benefits the user insofar as it allows for very low fees. However, it also comes with a negative - the 3rd party gets to see all your trades. Unfortunately Swapter opted not to share where they source their liquidity in their Privacy Policy or Terms of Service.
KYC & AML policies
Swapter reserves the right to require its users to provide their full name, their date of birth, their address and government-issued ID. A practice known as "shotgun KYC". This should not happen often - in our testing it never did - however it's not clear when exactly it could happen. The AML & KYC policy provided on Swapter's website simply states they will put your trade on hold if their "risk scoring system [deems it] as suspicious".
Worse yet, if they determine that "any of the information [the] customer provided is incorrect, false, outdated, or incomplete" then Swapter may decide to terminate all of the services they provide to the user. What exactly would happen to their funds in such a case remains unclear.
The only clarity we get is that the Swapter policy outlines a designated 3rd party that will verify the information provided by the user. The third party's name is Sum & Substance Ltd, also simply known as samsub and available at sumsub.com
It's understandable that some exchanges will decide on a policy of this sort, especially when they rely on external liquidity, but we would prefer more clarity be given. When exactly is a trade suspicious?
Tor
We were pleased to discover Swapter works over Tor. However, they do not provide a Tor mirror, nor do they work without JavaScript. Additionally, we found that some small features, such as the live chat, did not work over Tor. Fortunately, other means of contacting their support are still available.
UI
We have found the Swapter UI to be very modern, straightforward and simple to use. It's available in 4 languages (English, French, Dutch and Russian), although we're unable to vouch for the quality of some of those, the ones that we used seemed perfectly serviceable.
Our only issue with the UI was that it claims the funds have been sent following the trade, when in reality it seems to take the backend a minute or so to actually broadcast the transaction.
Getting in touch
Swapter's team has a chat on their website, a support email address and a support Telegram. Their social media presence in most active on Telegram and X (formerly Twitter).
Disclaimer
None of the above should be understood as investment or financial advice. The views are our own only and constitute a faithful representation of our experience in using and investigating this exchange. This review is not a guarantee of any kind on the services rendered by the exchange. Do your own research before using any service.
-
@ 3c559080:a053153e
2025-05-25 20:26:43So firstly you should find an emulator for whatever you want to play on. There are many for desktop and mobile devices. Checkhere for a list of all the available consoles and their various emulators.
Next what game do you want to play? This is the like the homepage for a shit ton of roms.
Some of the more popular roms are there and other various list like Sony Nintendo
After narrowing down your selection you will end up on myrient i assume this is just some dope person hosting all these so if you get some use out of it, think of donating they even take corn, but other shitcoins too (but thats not the focus here)
Once you download the Rom of the game you want, you will get a compressed (zip) folder, unzip it and within it will be the rom, most systems will identify your emulator and use it open the game. If not, launch the emulator and within it should be an option to open a file, open the file in the unzipped folder.
Enjoy So you want to Mod?
So every Mod, is a mod for a specific game [ex. Pokemon Blue, Pokemon FireRed, Super Mario Bros.] so it requires you to get the Rom for that base game, the mod itself, and a tool to patch it.
There is an online tool to easily patch the mod to the ROM. IMPORTANT, this will not change any naming, Id recommend having a folder with the base game roms, and a folder for the mods, and lastly a folder for the newly modded roms. Make sure to name or just save the game in modded roms folder after the patch.
Below are a few resource to find various Pokemon Rom mods(sometimes called hacks)
Personally, Pokemon Unbound is considered the best most polished hack. it runs on Pokemon Fire Red.
Pokemon Emerald Rouge is a cool take on the popular Rougelite genre. This runs on base game Pokemon Emerald
-
@ 7f6db517:a4931eda
2025-05-27 05:01:34There 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.
-
@ 7f6db517:a4931eda
2025-05-27 05:01:34I 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.
-
@ c1e9ab3a:9cb56b43
2025-05-18 04:14:48Abstract
This document proposes a novel architecture that decouples the peer-to-peer (P2P) communication layer from the Bitcoin protocol and replaces or augments it with the Nostr protocol. The goal is to improve censorship resistance, performance, modularity, and maintainability by migrating transaction propagation and block distribution to the Nostr relay network.
Introduction
Bitcoin’s current architecture relies heavily on its P2P network to propagate transactions and blocks. While robust, it has limitations in terms of flexibility, scalability, and censorship resistance in certain environments. Nostr, a decentralized event-publishing protocol, offers a multi-star topology and a censorship-resistant infrastructure for message relay.
This proposal outlines how Bitcoin communication could be ported to Nostr while maintaining consensus and verification through standard Bitcoin clients.
Motivation
- Enhanced Censorship Resistance: Nostr’s architecture enables better relay redundancy and obfuscation of transaction origin.
- Simplified Lightweight Nodes: Removing the full P2P stack allows for lightweight nodes that only verify blockchain data and communicate over Nostr.
- Architectural Modularity: Clean separation between validation and communication enables easier auditing, upgrades, and parallel innovation.
- Faster Propagation: Nostr’s multi-star network may provide faster propagation of transactions and blocks compared to the mesh-like Bitcoin P2P network.
Architecture Overview
Components
-
Bitcoin Minimal Node (BMN):
- Verifies blockchain and block validity.
- Maintains UTXO set and handles mempool logic.
- Connects to Nostr relays instead of P2P Bitcoin peers.
-
Bridge Node:
- Bridges Bitcoin P2P traffic to and from Nostr relays.
- Posts new transactions and blocks to Nostr.
- Downloads mempool content and block headers from Nostr.
-
Nostr Relays:
- Accept Bitcoin-specific event kinds (transactions and blocks).
- Store mempool entries and block messages.
- Optionally broadcast fee estimation summaries and tipsets.
Event Format
Proposed reserved Nostr
kind
numbers for Bitcoin content (NIP/BIP TBD):| Nostr Kind | Purpose | |------------|------------------------| | 210000 | Bitcoin Transaction | | 210001 | Bitcoin Block Header | | 210002 | Bitcoin Block | | 210003 | Mempool Fee Estimates | | 210004 | Filter/UTXO summary |
Transaction Lifecycle
- Wallet creates a Bitcoin transaction.
- Wallet sends it to a set of configured Nostr relays.
- Relays accept and cache the transaction (based on fee policies).
- Mining nodes or bridge nodes fetch mempool contents from Nostr.
- Once mined, a block is submitted over Nostr.
- Nodes confirm inclusion and update their UTXO set.
Security Considerations
- Sybil Resistance: Consensus remains based on proof-of-work. The communication path (Nostr) is not involved in consensus.
- Relay Discoverability: Optionally bootstrap via DNS, Bitcoin P2P, or signed relay lists.
- Spam Protection: Relay-side policy, rate limiting, proof-of-work challenges, or Lightning payments.
- Block Authenticity: Nodes must verify all received blocks and reject invalid chains.
Compatibility and Migration
- Fully compatible with current Bitcoin consensus rules.
- Bridge nodes preserve interoperability with legacy full nodes.
- Nodes can run in hybrid mode, fetching from both P2P and Nostr.
Future Work
- Integration with watch-only wallets and SPV clients using verified headers via Nostr.
- Use of Nostr’s social graph for partial trust assumptions and relay reputation.
- Dynamic relay discovery using Nostr itself (relay list events).
Conclusion
This proposal lays out a new architecture for Bitcoin communication using Nostr to replace or augment the P2P network. This improves decentralization, censorship resistance, modularity, and speed, while preserving consensus integrity. It encourages innovation by enabling smaller, purpose-built Bitcoin nodes and offloading networking complexity.
This document may become both a Bitcoin Improvement Proposal (BIP-XXX) and a Nostr Improvement Proposal (NIP-XXX). Event kind range reserved: 210000–219999.
-
@ 7f6db517:a4931eda
2025-05-27 05:01:33Will 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.
-
@ eb0157af:77ab6c55
2025-05-27 09:01:27Bitcoin adoption will come through businesses: neither governments nor banks will lead the revolution.
In recent years, it’s undeniable that Bitcoin has ceased to be just a radical idea born from the minds of cypherpunks. It is now recognized across the board as a global asset, discussed in the upper echelons of finance, accepted even on Wall Street, purchased by banking groups and included as a “strategic reserve” by some nations.
However, the general perception that hovers today regarding Bitcoin’s diffusion is still that of minimal adoption, almost insignificant. Bitcoin exists, certainly, but in fact it is not being used. It is rarely possible to pay in satoshis in commercial establishments. Demand is still extremely low.
Furthermore, the debate on Bitcoin is still practically absent: excluding some local events, some niche media outlets or some timid discussion, today Bitcoin is in fact excluded from general interest. The level of understanding and knowledge of the phenomenon is certainly still very low.
Yet, Bitcoin represents an unprecedented technological improvement, capable of solving many problems inherent in the fiat system in which we live. What could facilitate its diffusion?
Bitcoin becomes familiar when businesses adopt it
When talking about Bitcoin adoption, many look to States. They imagine governments that legislate or accumulate Bitcoin as a “strategic reserve,” or banks perceived as forward-thinking that would lead technological change, opening up to innovation. But the reality is different: bureaucracy, political constraints, and fear of losing control inherently prevent States and central banks from being pioneers.
What really drives Bitcoin adoption are not States, but businesses. It is the forward-looking entrepreneurs, innovative startups and – eventually – even large multinational companies that decide to integrate Bitcoin into their operating systems that drive adoption. Indeed, the business world has always played a key role in the adoption of new technologies. This was the case, for example, with the internet, e-commerce, mobile telephony, and the cloud. It will also be the case with Bitcoin.
Unlike a State, when a company adopts Bitcoin, it does so for concrete reasons: efficiency, savings, protection, access to new markets, independence from traditional banking circuits, or bureaucratic streamlining. It is a rational choice, not an ideological one, dictated by the intent to improve one’s competitiveness against the competition to survive in the market.
What is currently missing to facilitate adoption is, in all likelihood, a significant number of businesses that have decided to integrate Bitcoin into their company systems.
Bitcoin becomes “normal” when it is integrated into the operational flow of businesses. Holding and framing bitcoin on the balance sheet, paying an invoice, paying salaries to employees in satoshis, making value transfers globally thanks to the blockchain, allowing customers to pay via Lightning Network… when all this becomes possible with the same simplicity with which we use the euro or the dollar, Bitcoin stops being alternative and becomes the standard.
Businesses are not just users. They are adoption multipliers. When a company chooses Bitcoin, it is automatically proposing it to customers, employees, suppliers, and institutional stakeholders. Each business adoption equals tens, hundreds, or thousands of new eyes on Bitcoin.
People, after all, trust what they see every day: if your trusted restaurant accepts bitcoin, or if your favorite e-commerce platform uses it to receive international payments, or if your colleague receives it as a salary, then Bitcoin no longer appears to be a mysterious object. It finally begins to be perceived as a real, useful, and functioning tool.
The integration of a technology in companies helps make it understandable, accessible, and legitimate in the eyes of the public. This is how distrust is overcome: by making Bitcoin visible in daily life.
Bitcoin and businesses today
A River Financial report estimates that as of May 2025, only 5% of bitcoin is currently owned by private businesses. A still very small number.
According to research by River, in May 2025 businesses hold just over a million btc (about 5% of available monetary units). More than two-thirds of bitcoin (68.2%) are in the hands of private individuals.
To promote Bitcoin adoption, it is necessary today to support businesses in integrating this standard, leveraging all its enormous opportunities. Among others, this technology allows for fast, economical, and global payments. It eliminates intermediaries, increases transparency and security in value transfers. It removes bureaucratic frictions and allows opening up to a new global market.
Every sector can benefit from Bitcoin: e-commerce, tourism, industry, restaurants, professional services, or any other business. Bitcoin revolutionizes the concept of money, and money is a transversal working tool.
We are still at the beginning, but several signals are encouraging. According to a study by Bitwise and reported by Atlas21, in the first quarter of 2025, a growing number of US companies (+16.11% compared to the previous one) are including Bitcoin in their balance sheets, not just as a financial bet, but as a long-term strategy to protect their assets and access a decentralized monetary system to transfer value worldwide without resorting to financial intermediaries.
Who is driving the change?
Echoing the words of Roy Sheinfeld, CEO of Breez, the true potential of Bitcoin will be unleashed first and foremost from the work of developers, the true architects in designing and refining tools that are increasingly simple and intuitive to use for anyone, regardless of level of expertise. It is the developers – Roy rightly argued – who will enable us to “conquer the world.”
But probably that’s not enough: the next step is to make Bitcoin a globally accepted technological standard, changing its perception towards the general public. And this is where businesses come into play.
Guided by the market, technological innovation, and the desire to meet user demands, entrepreneurs today represent the fulcrum to accelerate the monetary transition from the current fiat system towards the Bitcoin standard. It is entrepreneurs who transform innovations from opportunities for a few to a reality shared by many.
The adoption of Bitcoin will therefore not arise from a sudden event, nor from the exclusive fruit of enthusiasts’ enthusiasm or from arbitrary political choices decreed by States or regulators.
The future of Bitcoin is built in the places where value is created every day: in companies, in their systems, and in their strategic decisions.
“If we conquer developers, we conquer the world. If we conquer businesses, we conquer adoption.”
The post The key to Bitcoin adoption is businesses appeared first on Atlas21.
-
@ cae03c48:2a7d6671
2025-05-27 09:00:38Bitcoin Magazine
Are Bitcoin Long-Term Holders Starting to Sell?After a volatile start to 2025, Bitcoin has now reclaimed the $100,000 mark, setting a new all-time high and injecting renewed confidence into the market. But as prices soar, a critical question arises: are some of Bitcoin’s most experienced and successful holders, the long-term investors, starting to sell? In this piece, we’ll analyze what on-chain data reveals about long-term holder behavior and whether recent profit-taking should be a cause for concern, or simply a healthy part of Bitcoin’s market cycle.
Signs Of Profit-Taking Appear
The Spent Output Profit Ratio (SOPR) provides immediate insight into realized profit across the network. Zooming in on recent weeks, we can observe a clear uptick in profit realization. Clusters of green bars indicate that a noticeable number of investors are indeed selling BTC for profit, especially following the price rally from the $74,000–$75,000 range to new highs above $100,000.
Figure 1: The Spent Output Profit Ratio indicates notable recent profit realization. View Live Chart
However, while this might raise short-term concerns about potential overhead resistance, it’s crucial to frame this in the broader on-chain context. This isn’t unusual behavior in bull markets and does not, on its own, signal a cycle peak.
Long-Term Holder Supply Is Still Growing
The Long-Term Holder Supply, the total amount of Bitcoin held by addresses for at least 155 days, continues to climb, even as prices surge. This metric doesn’t necessarily mean fresh accumulation is occurring now, but rather that coins are aging into long-term status without being moved or sold.
Figure 2: Sharp increases in the Bitcoin Long-Term Holder Supply. View Live Chart
In other words, many investors who bought in late 2024 or early 2025 are holding strong, transitioning into long-term holders. This is a healthy dynamic typical of the earlier to mid-stages of bull markets, and not yet indicative of widespread distribution.
HODL Waves Analysis
To dig deeper, we use HODL Waves data, which breaks down BTC holdings by wallet age bands. When isolating wallets holding BTC for 6 months or more, we find that over 70% of the Bitcoin supply is currently held by mid to long-term participants.
Figure 3: HODL Waves analysis reveals mid- to long-term investors hold the majority of BTC. View Live Chart
Interestingly, while this number remains high, it has started to decrease slightly, indicating that a portion of long-term holders may be selling even as the long-term holder supply increases. The primary driver of the long-term holder supply growth appears to be short-term holders aging into the 155+ day bracket, not fresh accumulation or large-scale buying.
Figure 4: The inverse correlation between long-term holder supply rate and price.
Using raw Bitcoin Magazine Pro API data, we examined the rate of change in long-term holder balances, categorized by wallet age. When this metric trends downward significantly, it has historically coincided with cycle peaks. Conversely, when it spikes upward, it has often marked market bottoms and periods of deep accumulation.
Short-Term Shifts And Distribution Ratios
To enhance the accuracy of these signals, the data can be sliced more precisely by comparing very recent entrants (0–1 month holders) against those holding BTC for 1–5 years. This age band comparison provides more frequent and real-time insights into distribution patterns.
Figure 5: An age band holder distribution ratio provides valuable market insights.
We find that sharp drops in the ratio of 1–5 year holders relative to newer participants have historically aligned with Bitcoin tops, meanwhile, rapid increases in the ratio signal that more BTC is flowing into the hands of seasoned investors is often a precursor to major price rallies.
Ultimately, monitoring long-term investor behavior is one of the most effective ways to gauge market sentiment and the sustainability of price movements. Long-term holders historically outperform short-term traders by buying during fear and holding through volatility. By examining the age-based distribution of BTC holdings, we can gain a clearer view of potential tops and bottoms in the market, without relying solely on price action or short-term sentiment.
Conclusion
As it stands, there is only a minor level of distribution among long-term holders, nowhere near the scale that historically signals cycle tops. Profit-taking is occurring, yes, but at a pace that appears entirely sustainable and typical of a healthy market environment. Given the current stage of the bull cycle and the positioning of institutional and retail participants, the data suggests we are still within a structurally strong phase, with room for further price growth as new capital flows in.
For more deep-dive research, technical indicators, real-time market alerts, and access to a growing community of analysts, visit BitcoinMagazinePro.com.
Disclaimer: This article is for informational purposes only and should not be considered financial advice. Always do your own research before making any investment decisions.
This post Are Bitcoin Long-Term Holders Starting to Sell? first appeared on Bitcoin Magazine and is written by Matt Crosby.
-
@ 7f6db517:a4931eda
2025-05-27 05:01:33Nostr 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.
-
@ cae03c48:2a7d6671
2025-05-27 09:00:37Bitcoin Magazine
Semler Scientific Buys Additional $50 Million Worth of BitcoinMedical equipment provider Semler Scientific has acquired 455 Bitcoin for $50 million, marking it one of the largest purchases as more publicly traded companies continue to adopt Bitcoin treasury strategies.
According to a Form 8-K filed with the SEC on May 23, the company purchased the Bitcoin between May 13 and May 22 at an average price of $109,801 per coin, including fees. The acquisition brings Semler’s total Bitcoin holdings to 4,264 BTC, acquired at an aggregate cost of $390 million.
The purchase was funded through Semler’s at-the-market (ATM) equity offering program, which has raised approximately $114.8 million since its launch in April 2025. The company has issued 3,003,488 shares under the $500 million program to date.
“$SMLR acquires 455 Bitcoins for $50 million and has generated BTC Yield of 25.8% YTD. Now holding 4,264 $BTC. Flywheel in motion. ,” said Eric Semler, Chairman of Semler Scientific. The company’s Bitcoin holdings are now valued at approximately $474.4 million based on current market prices.
Semler reported its Bitcoin Yield – a key performance indicator measuring the year-to-date percentage change in total Bitcoin holdings relative to diluted shares outstanding – has reached 25.8% in 2025. The metric has become a standard measure among public companies holding Bitcoin on their balance sheets.
The company maintains a Bitcoin Dashboard on its website to provide transparent information about its holdings, including market data, performance metrics, and acquisition details, as part of its Regulation FD compliance strategy.
Semler’s move comes amid accelerating corporate Bitcoin adoption in 2025, with over 40 public companies announcing Bitcoin treasury programs this year alone. The market has shown increased sensitivity to corporate treasury activities as institutional adoption continues to grow.
The company’s latest Bitcoin purchase reinforces the growing trend of public companies using equity offerings to fund Bitcoin acquisitions, a strategy pioneered by larger players like Strategy, which recently added 7,390 BTC to its holdings through a similar funding mechanism.
This post Semler Scientific Buys Additional $50 Million Worth of Bitcoin first appeared on Bitcoin Magazine and is written by Vivek Sen.
-
@ 7f6db517:a4931eda
2025-05-27 05:01:33Influencers would have you believe there is an ongoing binance bank run but bitcoin wallet data says otherwise.
- binance wallets are near all time highs
- bitfinex wallets are also trending up
- gemini and coinbase are being hit with massive withdrawals thoughYou should not trust custodians, they can rug you without warning. It is incredibly important you learn how to hold bitcoin yourself, but also consider not blindly trusting influencers with a ref link to shill you.
If you found this post helpful support my work with bitcoin.
-
@ 5ea46480:450da5bd
2025-05-27 08:23:58Understanding or grasping Nostr can be deceptively difficult. At the very least it is non-trivial. At first glance, looking at NIP-01, the protocol is rather straight forward. But those are just the basics; yes the beauty of Nostr is its ‘simplicity’, but that does not mean the system that results from it is not complex. Conway's Game of Life only has a hand full of rules, yet you can, in theory at least, create any complex system imaginable. And this is where the deception lies; the less you define from the outset, the more you imply on what follows.
It appears that as it stands, Nostr suffers from this deceptiveness. You can reason through all these implications, but that is still an exercise that has to be performed and where mistakes can be made. Worse, this exercise has been a group effort from the start that is still in progress. Currently there is no clear cut ‘authoritative’ example of all the implications that have been ‘discovered’ thus far.
A good example of the implications following Nostr’s primitives is what we now refer to as the ‘outbox model’. The reason we ‘now’ refer to it as such, is because initially it was called the ‘Gossip model’ derived from the client that first implemented the idea. Outbox is fundamental to Nostr, but it was never explicitly stated in the initial protocol description. The result is that roughly five years into this Nostr endeavor, it is still not universally implemented; worse yet, some developers appear to be in no rush to do so. Now the reason they will give you is probably one based on priority, yet I can’t shake the feeling that they apparently don’t ‘get it’.
My point here is not to play some blame game or hold anyone to account. I am just concluding they don’t actually get the new paradigm that we have all stumbled into. To expand on this specific outbox example, its significance only becomes really apparent further along in the ‘reasoning through all the implications’ exercise. In relation to one aspect, but there are more: The point is not ‘just’ censorship-resistance for users, but the freedom for relays that comes with it to apply whatever policy on what they store and make available; it is this discrimination or curation that can add value by making finding relevant information easier in a straightforward manner. But it relies on outbox to avoid isolation; something that only becomes apparent once you are reasoning through all the implications on how we discover and consume content.
To be clear, this piece is not supposed to a crusade on the outbox model, my point here is that there is an inherent logic to Nostr stemming from putting cryptography front and center. It is a logic that has to be applied and will subsequently carry you through all the challenges we face in reconstructing the entirety of the web. This is not to say there is only one obvious path, and different schools of thought are bound to emerge. But it behooves us all, faced with this new paradigm, to continuously reflect on the mental image we have cultivated of what Nostr is; actively re-performing that exercise of exploring the implications this simple set of protocol rules creates.
Unfortunately I can not escape my own folly. After all, I am just an armchair asshole that never wrote a single line of code in his life. Obviously this minds-eye bullshit is not even half the story, the bulk of the effort is translating it into software, the tangible, the real. It is in that effort ultimately the real exploration of this paradigm occurs. All I can do is build castles in the sky.
-
@ 162b4b08:9f7d278c
2025-05-27 10:12:53Trong thời đại mà công nghệ số trở thành trụ cột không thể thiếu trong mọi lĩnh vực, từ công việc đến giải trí, việc sở hữu một nền tảng số toàn diện như PUM88 đóng vai trò vô cùng quan trọng đối với người dùng hiện đại. Không chỉ là nơi cung cấp các công cụ tiện ích, PUM88 còn tạo nên một hệ sinh thái linh hoạt, đáp ứng mọi nhu cầu trong một môi trường trực tuyến đầy năng động. Từ những bước đầu như đăng ký, đăng nhập, cho đến trải nghiệm thực tế, tất cả đều được tối ưu nhằm mang lại sự thuận tiện tối đa. Giao diện thiết kế thông minh, bố cục rõ ràng, thao tác nhanh gọn giúp người dùng dễ dàng tiếp cận và sử dụng mà không cần kiến thức kỹ thuật chuyên sâu. Bên cạnh đó, hệ thống xử lý tốc độ cao và khả năng tương thích đa nền tảng (từ smartphone đến laptop) giúp người dùng duy trì kết nối mọi lúc mọi nơi, không bị giới hạn bởi thiết bị hay không gian sử dụng. Không dừng lại ở đó, PUM88 còn liên tục nâng cấp công nghệ như tích hợp trí tuệ nhân tạo để gợi ý nội dung cá nhân hóa theo hành vi và sở thích, giúp mỗi trải nghiệm trở nên sống động, gần gũi và mang tính cá nhân cao hơn bao giờ hết. Đây chính là điểm cộng lớn giúp PUM88 tạo nên dấu ấn trong lòng người dùng yêu thích sự tiện lợi và linh hoạt trong đời sống số.
Ngoài ra, yếu tố khiến PUM88 trở nên đáng tin cậy chính là khả năng bảo mật vượt trội và chính sách hỗ trợ khách hàng tận tâm. Dữ liệu cá nhân và các hoạt động của người dùng luôn được bảo vệ nghiêm ngặt bằng các chuẩn mã hóa quốc tế, hệ thống tường lửa, xác thực hai lớp và giám sát bảo mật liên tục. Nhờ vậy, người dùng hoàn toàn yên tâm khi sử dụng mà không lo bị lộ thông tin hay rò rỉ dữ liệu. Thêm vào đó, đội ngũ chăm sóc khách hàng hoạt động 24/7 với thái độ chuyên nghiệp và phản hồi nhanh chóng giúp giải quyết mọi thắc mắc hoặc sự cố kỹ thuật một cách hiệu quả. Không những thế, PUM88 còn thường xuyên lắng nghe ý kiến người dùng để cải tiến giao diện, bổ sung tính năng mới, đảm bảo rằng nền tảng luôn bắt kịp xu hướng công nghệ và đáp ứng đúng nhu cầu thực tế. Việc cập nhật liên tục không chỉ giúp người dùng có được trải nghiệm mượt mà hơn mà còn giữ cho nền tảng luôn mới mẻ, sáng tạo và không ngừng phát triển. Trong bối cảnh chuyển đổi số đang diễn ra mạnh mẽ tại Việt Nam, PUM88 không chỉ đơn thuần là một ứng dụng tiện ích mà còn là một trợ thủ đắc lực cho cuộc sống hiện đại – nơi mà người dùng có thể tận dụng công nghệ để nâng cao hiệu suất cá nhân, tối ưu hóa thời gian và tận hưởng trải nghiệm số trọn vẹn nhất mỗi ngày.
-
@ 39cc53c9:27168656
2025-05-27 09:21:38Silent.link is an anonymous eSIM provider. They offer pay-as-you-go roaming in 160+ countries.
Pros
- Anonymous
- Private payment options
- High performance
- Global availability
Cons
- Need to select the right networks sometimes
- Latency
- Data and incoming SMS & call only
Rating
★★★★★
Service website
eSIMs replace traditional, physical SIM cards, if you have a fairly new phone, odds are it supports them. Since most people change their mobile carrier very rarely, the most common use case for these new eSIMs is their use in travel. Although their use as a piece of a larger OPSEC puzzle to improve privacy when using the internet from your phone is increasingly popular too.
Silent.link is not the only eSIM provider out there. Yet, they’re so unique that even Twitter’s (now X) founder Jack Dorsey recommends them.
Let’s start off with a quick explanation of how Silent.link works and what pay-as-you-go means. Most other eSIM providers will sell you packages of GBs with an expiration date. For instance imagine you’re visiting France then going to the UK after a few months. With other providers you might buy a 10GB in France package valid for 7 days, then after some months a 10GB in the UK package also valid for 7 days. You likely won’t use up the full package in either country and the remaining capacity will be voided as the package expires.
Silent.link’s pay-as-you-go is different. There are no geographic packages. There are no expiration dates. You simply have a balance denominated in USD and are charged as you use up the data according to the pricing of whichever local carrier you’re connecting via.
Preparing for the same trips from the example above you’d simply top-up your Silent.link balance with $10. Then you’d use Silent.link in France paying $1.33/GB, you’d only be charged for the exact amount used, then you’d go to the UK and pay $1.54/GB from the balance you had left over from France. It doesn’t matter how much time passes between the trips, because Silent.link balances don’t expire. If you have a balance left over you can use it on a future trip, or simply use it up in your home country.
Pros
Anonymity
Silent.link is anonymous. Most other eSIM providers require some form of identification. This can be a traditional, full KYC, procedure involving your ID or passport numbers or, as seemingly innocent, as verifying your phone number with your main carrier. Regardless, a link between the eSIM you bought online and your identity is established.
In some countries you’ll be able to pick up a traditional SIM (or the new eSIM) from a local carrier without undergoing this verification. This can still be a hassle though. You’ll need to look up the laws before travelling, you’ll need to find a local store selling them, you’ll need to decide how you’ll pay privately, etc. And that’s the best case, that’s assuming the country you want to get the SIM in allows you to buy one anonymously.
Private payment methods
Silent.link only accepts cryptocurrency and according to their stats, most payments are made with Bitcoin (either onchain or using the Lightning Network) or with Monero. As such paying anonymously is not a problem. The use a self-hosted instance of BTCPay Server to process payments and operate their own LN node. The entire checkout process can be completed over Tor.
Cons
Network selection
Although you can skip the hassle of buying a new eSIM every time you travel it’s a good idea to look up the pricing of different mobile networks in the country you’re going to. The differences can be trivial, but can also be 100x. If a specific mobile network offers a much better deal, you’ll probably want to dive into your phone’s settings to make sure it only connects to that network.
High prices for some regions
Second issue can be that, especially for poorer countries, Silent.link might not have the best prices. For instance if you travel to Angola you’ll end up paying $155.44/GB. But if you search around for other providers you’ll find eSIM that offer much lower prices for that same country.
Data & incoming SMS & calls only
These eSIMs are either data-only or only offer data and inbound sms and calls. You can’t use Silent.link eSIMs to send texts or make phone calls.
Latency
For most use-cases this shouldn’t matter, but the way roaming works is that when you’re abroad your data is first sent to your home country then sent out into the internet from there. For instance if you’re a Brit on holiday in Spain wherever you open up a website your phone communicates with the Spanish network who forwards the request to your home network in the UK and only there does the request start going towards the website you’re trying to load. The response takes the same path in reverse.
The home network for the Silent.link eSIMs is Poland. To take an extreme (antipodal) example, if you’re in Chile loading a Chilean website your request will go to Poland then back from Poland to the website’s server in Chile, then the response will go from Chile to Poland to you (in Chile). All those trips add latency. In our testing, done during the recent OrangeFren.com meetup in Istanbul, the difference was an additional 73ms. The bandwidth, however, was exceptional, easily surpassing 100 Mbps.
This latency issue isn’t unique to Silent.link, other eSIM providers usually suffer from it too, though their home network may be better suited for your latency needs. If you need the best latency we recommend a SIM from a local provider (or WiFi).
This proxy behaviour isn’t all negative however. It may potentially allow you to circumvent censorship or geoblocking if you’re trying to access resources available from Poland, but unavailable elsewhere.
Besides Istanbul one of the countries we also tested Silent.link in was Northern Cyprus. This territory is mostly unrecognized. It’s a country that, depending on who you ask, is or isn’t real. Despite this unresolved geopolitical status Silent.link performed without any issues.
Installation
If you decide to give Silent.link a try, you'll need to select if you want a data-only plan or a plan with inbound SMS & calling, once you complete the payment simply scan the QR code on the order confirmation page with your phone. Make sure to save the url of that order confirmation page somewhere! You will need it to top up your eSIM and check your remaining balance.
Getting in touch
The preferred way of contacting Silent.link's support is using the website's built-in chat function. Alternative methods include X (formerly Twitter), Matrix and email.
Their support is online from 09:00 - 21:00 UTC although even when testing outside of those hours we got a reply within a minute.
NOTE: These reviews are sponsored, yet the sponsorship does not influence the outcome of the evaluations. Sponsored reviews are independent from the kycnot.me list, being only part of the blog. The reviews have no impact on the scores of the listings or their continued presence on the list. Should any issues arise, I will not hesitate to remove any listing.
-
@ 2f29aa33:38ac6f13
2025-05-17 12:59:01The Myth and the Magic
Picture this: a group of investors, huddled around a glowing computer screen, nervously watching Bitcoin’s price. Suddenly, someone produces a stick-no ordinary stick, but a magical one. With a mischievous grin, they poke the Bitcoin. The price leaps upward. Cheers erupt. The legend of the Bitcoin stick is born.
But why does poking Bitcoin with a stick make the price go up? Why does it only work for a lucky few? And what does the data say about this mysterious phenomenon? Let’s dig in, laugh a little, and maybe learn the secret to market-moving magic.
The Statistical Side of Stick-Poking
Bitcoin’s Price: The Wild Ride
Bitcoin’s price is famous for its unpredictability. In the past year, it’s soared, dipped, and soared again, sometimes gaining more than 50% in just a few months. On a good day, billions of dollars flow through Bitcoin trades, and the price can jump thousands in a matter of hours. Clearly, something is making this happen-and it’s not just spreadsheets and financial news.
What Actually Moves the Price?
-
Scarcity: Only 21 million Bitcoins will ever exist. When more people want in, the price jumps.
-
Big News: Announcements, rumors, and meme-worthy moments can send the price flying.
-
FOMO: When people see Bitcoin rising, they rush to buy, pushing it even higher.
-
Liquidations: When traders betting against Bitcoin get squeezed, it triggers a chain reaction of buying.
But let’s be honest: none of this is as fun as poking Bitcoin with a stick.
The Magical Stick: Not Your Average Twig
Why Not Every Stick Works
You can’t just grab any old branch and expect Bitcoin to dance. The magical stick is a rare artifact, forged in the fires of internet memes and blessed by the spirit of Satoshi. Only a chosen few possess it-and when they poke, the market listens.
Signs You Have the Magical Stick
-
When you poke, Bitcoin’s price immediately jumps a few percent.
-
Your stick glows with meme energy and possibly sparkles with digital dust.
-
You have a knack for timing your poke right after a big event, like a halving or a celebrity tweet.
-
Your stick is rumored to have been whittled from the original blockchain itself.
Why Most Sticks Fail
-
No Meme Power: If your stick isn’t funny, Bitcoin ignores you.
-
Bad Timing: Poking during a bear market just annoys the blockchain.
-
Not Enough Hype: If the bitcoin community isn’t watching, your poke is just a poke.
-
Lack of Magic: Some sticks are just sticks. Sad, but true.
The Data: When the Stick Strikes
Let’s look at some numbers:
-
In the last month, Bitcoin’s price jumped over 20% right after a flurry of memes and stick-poking jokes.
-
Over the past year, every major price surge was accompanied by a wave of internet hype, stick memes, or wild speculation.
-
In the past five years, Bitcoin’s biggest leaps always seemed to follow some kind of magical event-whether a halving, a viral tweet, or a mysterious poke.
Coincidence? Maybe. But the pattern is clear: the stick works-at least when it’s magical.
The Role of Memes, Magic, and Mayhem
Bitcoin’s price is like a cat: unpredictable, easily startled, and sometimes it just wants to be left alone. But when the right meme pops up, or the right stick pokes at just the right time, the price can leap in ways that defy logic.
The bitcoin community knows this. That’s why, when Bitcoin’s stuck in a rut, you’ll see a flood of stick memes, GIFs, and magical thinking. Sometimes, it actually works.
The Secret’s in the Stick (and the Laughs)
So, does poking Bitcoin with a stick really make the price go up? If your stick is magical-blessed by memes, timed perfectly, and watched by millions-absolutely. The statistics show that hype, humor, and a little bit of luck can move markets as much as any financial report.
Next time you see Bitcoin stalling, don’t just sit there. Grab your stick, channel your inner meme wizard, and give it a poke. Who knows? You might just be the next legend in the world of bitcoin magic.
And if your stick doesn’t work, don’t worry. Sometimes, the real magic is in the laughter along the way.
-aco
@block height: 897,104
-
-
@ 7f6db517:a4931eda
2025-05-27 05:01:33For years American bitcoin miners have argued for more efficient and free energy markets. It benefits everyone if our energy infrastructure is as efficient and robust as possible. Unfortunately, broken incentives have led to increased regulation throughout the sector, incentivizing less efficient energy sources such as solar and wind at the detriment of more efficient alternatives.
The result has been less reliable energy infrastructure for all Americans and increased energy costs across the board. This naturally has a direct impact on bitcoin miners: increased energy costs make them less competitive globally.
Bitcoin mining represents a global energy market that does not require permission to participate. Anyone can plug a mining computer into power and internet to get paid the current dynamic market price for their work in bitcoin. Using cellphone or satellite internet, these mines can be located anywhere in the world, sourcing the cheapest power available.
Absent of regulation, bitcoin mining naturally incentivizes the build out of highly efficient and robust energy infrastructure. Unfortunately that world does not exist and burdensome regulations remain the biggest threat for US based mining businesses. Jurisdictional arbitrage gives miners the option of moving to a friendlier country but that naturally comes with its own costs.
Enter AI. With the rapid development and release of AI tools comes the requirement of running massive datacenters for their models. Major tech companies are scrambling to secure machines, rack space, and cheap energy to run full suites of AI enabled tools and services. The most valuable and powerful tech companies in America have stumbled into an accidental alliance with bitcoin miners: THE NEED FOR CHEAP AND RELIABLE ENERGY.
Our government is corrupt. Money talks. These companies will push for energy freedom and it will greatly benefit us all.
Microsoft Cloud hiring to "implement global small modular reactor and microreactor" strategy to power data centers: https://www.datacenterdynamics.com/en/news/microsoft-cloud-hiring-to-implement-global-small-modular-reactor-and-microreactor-strategy-to-power-data-centers/
If you found this post helpful support my work with bitcoin.
-
@ cefb08d1:f419beff
2025-05-27 09:20:54https://stacker.news/items/990192
-
@ 7f6db517:a4931eda
2025-05-27 05:01:32Humanity's Natural State Is Chaos
Without order there is chaos. Humans competing with each other for scarce resources naturally leads to conflict until one group achieves significant power and instates a "monopoly on violence."Power Brings Stability
Power has always been the key means to achieve stability in societies. Centralized power can be incredibly effective in addressing issues such as crime, poverty, and social unrest efficiently. Unfortunately this power is often abused and corrupted.Centralized Power Breeds Tyranny
Centralized power often leads to tyrannical rule. When a select few individuals hold control over a society, they tend to become corrupted. Centralized power structures often lack accountability and transparency, and rely too heavily on trust.Distributed Power Cultivates Freedom
New technology that empowers individuals provide us the ability to rebuild societies from the bottom up. Strong individuals that can defend and provide for themselves will help build strong local communities on a similar foundation. The result is power being distributed throughout society rather than held by a select few.In the short term, relying on trust and centralized power is an easy answer to mitigating chaos, but freedom tech tools provide us the ability to build on top of much stronger distributed foundations that provide stability while also cultivating individual freedom.
The solution starts with us. Empower yourself. Empower others. A grassroots freedom tech movement scaling one person at a time.
If you found this post helpful support my work with bitcoin.
-
@ f6488c62:c929299d
2025-05-27 08:18:51เมื่อวันที่ 21 พฤษภาคม 2568 รัฐเท็กซัสได้เดินหน้าอีกขั้นในการสร้างประวัติศาสตร์ด้านคริปโต ด้วยการผ่านร่างกฎหมาย SB 21 ที่จะจัดตั้ง Texas Strategic Bitcoin Reserve หรือ "กองหนุนบิตคอยน์แห่งรัฐเท็กซัส" ผ่านสภาผู้แทนราษฎร ด้วยคะแนนเสียง 101-42
แม้จะเป็นสัญญาณที่ดี แต่คำถามที่หลายคนสงสัยคือ “แล้วเมื่อไรจะเปิดใช้จริง?”
🔧 กระบวนการยังไม่จบ – แต่เข้าใกล้ความจริงมากขึ้น หลังผ่านสภาผู้แทนราษฎร ร่างกฎหมาย SB 21 ต้องกลับไปที่วุฒิสภาอีกครั้ง เพื่อยืนยันการแก้ไขบางประการ เช่น
เปลี่ยนเกณฑ์เลือกเหรียญคริปโตจากมูลค่าตลาดเฉลี่ย 12 เดือน → 24 เดือน
ทำให้ มีเพียง Bitcoin เท่านั้น ที่เข้าเกณฑ์ในตอนนี้
ขณะนี้ คณะกรรมการประชุม (Conference Committee) ได้ถูกตั้งขึ้นเพื่อ “หาจุดลงตัว” ระหว่างทั้งสองสภา โดยจะสรุปร่างสุดท้ายก่อนนำไปลงมติอีกครั้งในทั้งสองสภา
⏳ ณ วันที่ 27 พฤษภาคม 2568 ยังไม่มีข้อมูลความคืบหน้าจากคณะกรรมการประชุม
🖋️ หากผ่านทุกขั้น – เหลือแค่ลายเซ็นเดียว หากร่างกฎหมายที่แก้ไขแล้วได้รับการอนุมัติจากทั้งสองสภา จะถูกส่งไปยัง ผู้ว่าการรัฐ Greg Abbott ซึ่งแสดงจุดยืนสนับสนุนคริปโตมาตลอด
มีแนวโน้มสูงว่าเขาจะ ลงนามอนุมัติภายในเดือนมิถุนายน 2568 โดยเฉพาะเมื่อได้รับแรงสนับสนุนจากทั้งสองพรรค และเสียงจากผู้มีอิทธิพลในวงการคริปโต เช่น Dennis Porter ที่ประเมินโอกาสผ่านอยู่ที่ 99%
💰 แล้วจะเริ่มซื้อ Bitcoin เมื่อไหร่? หากร่างกฎหมายกลายเป็นกฎหมายจริง การจัดตั้งกองหนุนจะอยู่ภายใต้ความรับผิดชอบของ สำนักงานควบคุมบัญชีสาธารณะของรัฐเท็กซัส (Texas Comptroller) โดยจะมีรายละเอียดการดำเนินงาน เช่น:
จัดเก็บ Bitcoin ไว้ใน cold storage
ตรวจสอบทรัพย์สินทุก 2 ปี
รับเงินทุนจากการจัดสรรงบ, การบริจาค และผลตอบแทนจากการถือครอง
เบื้องต้น มีการเสนอจัดสรรเงิน 21 ล้านดอลลาร์ เพื่อเริ่มต้นกองหนุน แม้จะยังไม่ถูกรวมไว้ในร่างงบประมาณของวุฒิสภา
🔮 สรุป: อีกนานไหม? ไม่นาน — แต่ยังไม่ใช่สัปดาห์หน้า
หากคณะกรรมการประชุมสามารถหาข้อตกลงได้เร็ว และไม่มีฝ่ายใดคัดค้านเพิ่มเติม คาดว่า ภายในไตรมาส 3 ปี 2568 เท็กซัสอาจเป็นรัฐแรกของสหรัฐฯ ที่ถือ Bitcoin ไว้เป็นทุนสำรองอย่างเป็นทางการ
เท็กซัสอาจไม่เพียงแค่ “เป็นมิตรต่อคริปโต” แต่กำลังจะกลายเป็น “ธนาคารบิตคอยน์ของรัฐบาลรัฐ” แห่งแรกของโลก
-
@ 7f6db517:a4931eda
2025-05-27 04:01:32What 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.
-
@ c1e9ab3a:9cb56b43
2025-05-09 23:10:14I. Historical Foundations of U.S. Monetary Architecture
The early monetary system of the United States was built atop inherited commodity money conventions from Europe’s maritime economies. Silver and gold coins—primarily Spanish pieces of eight, Dutch guilders, and other foreign specie—formed the basis of colonial commerce. These units were already integrated into international trade and piracy networks and functioned with natural compatibility across England, France, Spain, and Denmark. Lacking a centralized mint or formal currency, the U.S. adopted these forms de facto.
As security risks and the practical constraints of physical coinage mounted, banks emerged to warehouse specie and issue redeemable certificates. These certificates evolved into fiduciary media—claims on specie not actually in hand. Banks observed over time that substantial portions of reserves remained unclaimed for years. This enabled fractional reserve banking: issuing more claims than reserves held, so long as redemption demand stayed low. The practice was inherently unstable, prone to panics and bank runs, prompting eventual centralization through the formation of the Federal Reserve in 1913.
Following the Civil War and unstable reinstatements of gold convertibility, the U.S. sought global monetary stability. After World War II, the Bretton Woods system formalized the U.S. dollar as the global reserve currency. The dollar was nominally backed by gold, but most international dollars were held offshore and recycled into U.S. Treasuries. The Nixon Shock of 1971 eliminated the gold peg, converting the dollar into pure fiat. Yet offshore dollar demand remained, sustained by oil trade mandates and the unique role of Treasuries as global reserve assets.
II. The Structure of Fiduciary Media and Treasury Demand
Under this system, foreign trade surpluses with the U.S. generate excess dollars. These surplus dollars are parked in U.S. Treasuries, thereby recycling trade imbalances into U.S. fiscal liquidity. While technically loans to the U.S. government, these purchases act like interest-only transfers—governments receive yield, and the U.S. receives spendable liquidity without principal repayment due in the short term. Debt is perpetually rolled over, rarely extinguished.
This creates an illusion of global subsidy: U.S. deficits are financed via foreign capital inflows that, in practice, function more like financial tribute systems than conventional debt markets. The underlying asset—U.S. Treasury debt—functions as the base reserve asset of the dollar system, replacing gold in post-Bretton Woods monetary logic.
III. Emergence of Tether and the Parastatal Dollar
Tether (USDT), as a private issuer of dollar-denominated tokens, mimics key central bank behaviors while operating outside the regulatory perimeter. It mints tokens allegedly backed 1:1 by U.S. dollars or dollar-denominated securities (mostly Treasuries). These tokens circulate globally, often in jurisdictions with limited banking access, and increasingly serve as synthetic dollar substitutes.
If USDT gains dominance as the preferred medium of exchange—due to technological advantages, speed, programmability, or access—it displaces Federal Reserve Notes (FRNs) not through devaluation, but through functional obsolescence. Gresham’s Law inverts: good money (more liquid, programmable, globally transferable USDT) displaces bad (FRNs) even if both maintain a nominal 1:1 parity.
Over time, this preference translates to a systemic demand shift. Actors increasingly use Tether instead of FRNs, especially in global commerce, digital marketplaces, or decentralized finance. Tether tokens effectively become shadow base money.
IV. Interaction with Commercial Banking and Redemption Mechanics
Under traditional fractional reserve systems, commercial banks issue loans denominated in U.S. dollars, expanding the money supply. When borrowers repay loans, this destroys the created dollars and contracts monetary elasticity. If borrowers repay in USDT instead of FRNs:
- Banks receive a non-Fed liability (USDT).
- USDT is not recognized as reserve-eligible within the Federal Reserve System.
- Banks must either redeem USDT for FRNs, or demand par-value conversion from Tether to settle reserve requirements and balance their books.
This places redemption pressure on Tether and threatens its 1:1 peg under stress. If redemption latency, friction, or cost arises, USDT’s equivalence to FRNs is compromised. Conversely, if banks are permitted or compelled to hold USDT as reserve or regulatory capital, Tether becomes a de facto reserve issuer.
In this scenario, banks may begin demanding loans in USDT, mirroring borrower behavior. For this to occur sustainably, banks must secure Tether liquidity. This creates two options: - Purchase USDT from Tether or on the secondary market, collateralized by existing fiat. - Borrow USDT directly from Tether, using bank-issued debt as collateral.
The latter mirrors Federal Reserve discount window operations. Tether becomes a lender of first resort, providing monetary elasticity to the banking system by creating new tokens against promissory assets—exactly how central banks function.
V. Structural Consequences: Parallel Central Banking
If Tether begins lending to commercial banks, issuing tokens backed by bank notes or collateralized debt obligations: - Tether controls the expansion of broad money through credit issuance. - Its balance sheet mimics a central bank, with Treasuries and bank debt as assets and tokens as liabilities. - It intermediates between sovereign debt and global liquidity demand, replacing the Federal Reserve’s open market operations with its own issuance-redemption cycles.
Simultaneously, if Tether purchases U.S. Treasuries with FRNs received through token issuance, it: - Supplies the Treasury with new liquidity (via bond purchases). - Collects yield on government debt. - Issues a parallel form of U.S. dollars that never require redemption—an interest-only loan to the U.S. government from a non-sovereign entity.
In this context, Tether performs monetary functions of both a central bank and a sovereign wealth fund, without political accountability or regulatory transparency.
VI. Endgame: Institutional Inversion and Fed Redundancy
This paradigm represents an institutional inversion:
- The Federal Reserve becomes a legacy issuer.
- Tether becomes the operational base money provider in both retail and interbank contexts.
- Treasuries remain the foundational reserve asset, but access to them is mediated by a private intermediary.
- The dollar persists, but its issuer changes. The State becomes a fiscal agent of a decentralized financial ecosystem, not its monetary sovereign.
Unless the Federal Reserve reasserts control—either by absorbing Tether, outlawing its instruments, or integrating its tokens into the reserve framework—it risks becoming irrelevant in the daily function of money.
Tether, in this configuration, is no longer a derivative of the dollar—it is the dollar, just one level removed from sovereign control. The future of monetary sovereignty under such a regime is post-national and platform-mediated.
-
@ c1e9ab3a:9cb56b43
2025-05-06 14:05:40If you're an engineer stepping into the Bitcoin space from the broader crypto ecosystem, you're probably carrying a mental model shaped by speed, flexibility, and rapid innovation. That makes sense—most blockchain platforms pride themselves on throughput, programmability, and dev agility.
But Bitcoin operates from a different set of first principles. It’s not competing to be the fastest network or the most expressive smart contract platform. It’s aiming to be the most credible, neutral, and globally accessible value layer in human history.
Here’s why that matters—and why Bitcoin is not just an alternative crypto asset, but a structural necessity in the global financial system.
1. Bitcoin Fixes the Triffin Dilemma—Not With Policy, But Protocol
The Triffin Dilemma shows us that any country issuing the global reserve currency must run persistent deficits to supply that currency to the world. That’s not a flaw of bad leadership—it’s an inherent contradiction. The U.S. must debase its own monetary integrity to meet global dollar demand. That’s a self-terminating system.
Bitcoin sidesteps this entirely by being:
- Non-sovereign – no single nation owns it
- Hard-capped – no central authority can inflate it
- Verifiable and neutral – anyone with a full node can enforce the rules
In other words, Bitcoin turns global liquidity into an engineering problem, not a political one. No other system, fiat or crypto, has achieved that.
2. Bitcoin’s “Ossification” Is Intentional—and It's a Feature
From the outside, Bitcoin development may look sluggish. Features are slow to roll out. Code changes are conservative. Consensus rules are treated as sacred.
That’s the point.
When you’re building the global monetary base layer, stability is not a weakness. It’s a prerequisite. Every other financial instrument, app, or protocol that builds on Bitcoin depends on one thing: assurance that the base layer won’t change underneath them without extreme scrutiny.
So-called “ossification” is just another term for predictability and integrity. And when the market does demand change (SegWit, Taproot), Bitcoin’s soft-fork governance process has proven capable of deploying it safely—without coercive central control.
3. Layered Architecture: Throughput Is Not a Base Layer Concern
You don’t scale settlement at the base layer. You build layered systems. Just as TCP/IP doesn't need to carry YouTube traffic directly, Bitcoin doesn’t need to process every microtransaction.
Instead, it anchors:
- Lightning (fast payments)
- Fedimint (community custody)
- Ark (privacy + UTXO compression)
- Statechains, sidechains, and covenants (coming evolution)
All of these inherit Bitcoin’s security and scarcity, while handling volume off-chain, in ways that maintain auditability and self-custody.
4. Universal Assayability Requires Minimalism at the Base Layer
A core design constraint of Bitcoin is that any participant, anywhere in the world, must be able to independently verify the validity of every transaction and block—past and present—without needing permission or relying on third parties.
This property is called assayability—the ability to “test” or verify the authenticity and integrity of received bitcoin, much like verifying the weight and purity of a gold coin.
To preserve this:
- The base layer must remain resource-light, so running a full node stays accessible on commodity hardware.
- Block sizes must remain small enough to prevent centralization of verification.
- Historical data must remain consistent and tamper-evident, enabling proof chains across time and jurisdiction.
Any base layer that scales by increasing throughput or complexity undermines this fundamental guarantee, making the network more dependent on trust and surveillance infrastructure.
Bitcoin prioritizes global verifiability over throughput—because trustless money requires that every user can check the money they receive.
5. Governance: Not Captured, Just Resistant to Coercion
The current controversy around
OP_RETURN
and proposals to limit inscriptions is instructive. Some prominent devs have advocated for changes to block content filtering. Others see it as overreach.Here's what matters:
- No single dev, or team, can force changes into the network. Period.
- Bitcoin Core is not “the source of truth.” It’s one implementation. If it deviates from market consensus, it gets forked, sidelined, or replaced.
- The economic majority—miners, users, businesses—enforce Bitcoin’s rules, not GitHub maintainers.
In fact, recent community resistance to perceived Core overreach only reinforces Bitcoin’s resilience. Engineers who posture with narcissistic certainty, dismiss dissent, or attempt to capture influence are routinely neutralized by the market’s refusal to upgrade or adopt forks that undermine neutrality or openness.
This is governance via credible neutrality and negative feedback loops. Power doesn’t accumulate in one place. It’s constantly checked by the network’s distributed incentives.
6. Bitcoin Is Still in Its Infancy—And That’s a Good Thing
You’re not too late. The ecosystem around Bitcoin—especially L2 protocols, privacy tools, custody innovation, and zero-knowledge integrations—is just beginning.
If you're an engineer looking for:
- Systems with global scale constraints
- Architectures that optimize for integrity, not speed
- Consensus mechanisms that resist coercion
- A base layer with predictable monetary policy
Then Bitcoin is where serious systems engineers go when they’ve outgrown crypto theater.
Take-away
Under realistic, market-aware assumptions—where:
- Bitcoin’s ossification is seen as a stability feature, not inertia,
- Market forces can and do demand and implement change via tested, non-coercive mechanisms,
- Proof-of-work is recognized as the only consensus mechanism resistant to fiat capture,
- Wealth concentration is understood as a temporary distribution effect during early monetization,
- Low base layer throughput is a deliberate design constraint to preserve verifiability and neutrality,
- And innovation is layered by design, with the base chain providing integrity, not complexity...
Then Bitcoin is not a fragile or inflexible system—it is a deliberately minimal, modular, and resilient protocol.
Its governance is not leaderless chaos; it's a negative-feedback structure that minimizes the power of individuals or institutions to coerce change. The very fact that proposals—like controversial OP_RETURN restrictions—can be resisted, forked around, or ignored by the market without breaking the system is proof of decentralized control, not dysfunction.
Bitcoin is an adversarially robust monetary foundation. Its value lies not in how fast it changes, but in how reliably it doesn't—unless change is forced by real, bottom-up demand and implemented through consensus-tested soft forks.
In this framing, Bitcoin isn't a slower crypto. It's the engineering benchmark for systems that must endure, not entertain.
Final Word
Bitcoin isn’t moving slowly because it’s dying. It’s moving carefully because it’s winning. It’s not an app platform or a sandbox. It’s a protocol layer for the future of money.
If you're here because you want to help build that future, you’re in the right place.
nostr:nevent1qqswr7sla434duatjp4m89grvs3zanxug05pzj04asxmv4rngvyv04sppemhxue69uhkummn9ekx7mp0qgs9tc6ruevfqu7nzt72kvq8te95dqfkndj5t8hlx6n79lj03q9v6xcrqsqqqqqp0n8wc2
nostr:nevent1qqsd5hfkqgskpjjq5zlfyyv9nmmela5q67tgu9640v7r8t828u73rdqpr4mhxue69uhkymmnw3ezucnfw33k76tww3ux76m09e3k7mf0qgsvr6dt8ft292mv5jlt7382vje0mfq2ccc3azrt4p45v5sknj6kkscrqsqqqqqp02vjk5
nostr:nevent1qqstrszamvffh72wr20euhrwa0fhzd3hhpedm30ys4ct8dpelwz3nuqpr4mhxue69uhkymmnw3ezucnfw33k76tww3ux76m09e3k7mf0qgs8a474cw4lqmapcq8hr7res4nknar2ey34fsffk0k42cjsdyn7yqqrqsqqqqqpnn3znl
-
@ eb0157af:77ab6c55
2025-05-27 07:01:37The exchange reveals the extent of the breach that occurred last December as federal authorities investigate the data leak.
Coinbase has disclosed that the personal data of 69,461 users was compromised during the breach in December 2024, according to documentation filed with the Maine Attorney General’s Office.
The disclosure comes after Coinbase announced last week that a group of hackers had demanded a $20 million ransom, threatening to publish the stolen data on the dark web. The attackers allegedly bribed overseas customer service agents to extract information from the company’s systems.
Coinbase had previously stated that the breach affected less than 1% of its user base, compromising KYC (Know Your Customer) data such as names, addresses, and email addresses. In a filing with the U.S. Securities and Exchange Commission (SEC), the company clarified that passwords, private keys, and user funds were not affected.
Following the reports, the SEC has reportedly opened an official investigation to verify whether Coinbase may have inflated user metrics ahead of its 2021 IPO. Separately, the Department of Justice is investigating the breach at Coinbase’s request, according to CEO Brian Armstrong.
Meanwhile, Coinbase has faced criticism for its delayed response to the data breach. Michael Arrington, founder of TechCrunch, stated that the stolen data could cause irreparable harm. In a post on X, Arrington wrote:
“The human cost, denominated in misery, is much larger than the $400m or so they think it will actually cost the company to reimburse people. The consequences to companies who do not adequately protect their customer information should include, without limitation, prison time for executives.”
Coinbase estimates the incident could cost between $180 million and $400 million in remediation expenses and customer reimbursements.
Arrington also condemned KYC laws as ineffective and dangerous, calling on both regulators and companies to better protect user data:
“Combining these KYC laws with corporate profit maximization and lax laws on penalties for hacks like these means these issues will continue to happen. Both governments and corporations need to step up to stop this. As I said, the cost can only be measured in human suffering.”
The post Coinbase: 69,461 users affected by December 2024 data breach appeared first on Atlas21.
-
@ 75869cfa:76819987
2025-05-27 05:25:13GM, Nostriches!
The Nostr Review is a biweekly newsletter focused on protocol updates, exciting programs, the long-form content ecosystem, and key events happening in the Nostr-verse. If you’re interested, join me in covering updates from the Nostr ecosystem!
Quick review:
In the past two weeks, 22 pull requests were submitted to the Nostr protocol, with 6 merged. A total of 65 Nostr projects were tracked, with 12 releasing product updates, and over 359 long-form articles were published, 43% focusing on Bitcoin and Nostr. During this period, 4 notable events took place, and 4 significant events are upcoming.
NIPs
nostr:npub1t70s45chajpkl4ncyqhsldd2c4557ecg3ze0t5lxuam96gzr6qlqae2qq0 is proposing PR that an interface like discord server channels / telegram topics / matrix(element) space rooms.
NIP-XX: Passkey-Wrapped Keys a.k.a. Nosskey #1919
nostr:npub1y6aja0kkc4fdvuxgqjcdv4fx0v7xv2epuqnddey2eyaxquznp9vq0tp75l is proposing a PR that proposes a standardized method for managing Nostr private keys using WebAuthn passkeys (FIDO2/WebAuthn credentials). The specification aims to significantly improve user experience by eliminating the need for private key backup or complex secret key management, enabling users to interact with Nostr applications through intuitive operations such as biometric authentication or physical security keys.Two implementation approaches are defined:PRF Direct Usage Method - Directly utilizing WebAuthn PRF extension values as Nostr private keys; Encryption Method - Encrypting existing Nostr private keys with keys derived from passkeys For the Encryption Method, while AES-GCM is used as an example in the specification, the NIP itself does not mandate any specific encryption algorithm, allowing implementers to choose appropriate methods. This approach does not require compatibility with NIP-49 (password-based encryption) as the PRF extension in WebAuthn already provides sufficient entropy, making it more efficient to use other standardized encryption algorithms directly.
Create NIP-XX.md: Voice Messages #1923
nostr:npub18ams6ewn5aj2n3wt2qawzglx9mr4nzksxhvrdc4gzrecw7n5tvjqctp424 is proposing a new NIP for Kind 1222: Voice Messages.This new event kind is designed for sharing short audio recordings, intended to function similarly to kind: 1 but specifically for voice content. This is currently in use for YakBak: https://yakbak.app
nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z is proposing a new NIP that adds a command message to let Clients know which features are available on each relay and collect conventions for features and their labels. Instead of "negotiating" the connection, this model simply lets clients know what they can use at any point of time. More specifically, it currently allows clients to know when they can switch their regular EOSE-based filters for a Negentropy sync and when they can use COUNT.
nostr:npub17v7g49shev2lwp0uwrx5v88ad6hj970zfse74wkes9jguhkx7aqsgjwsvj is proposing a new proposal for standardized communication with LLM/AI Agents on the Nostr network that aims to enhance and supersede parts of NIP-90 by providing a more comprehensive and robust framework specifically tailored for AI agent interactions/transactions.This NIP seeks to foster a more interoperable and vibrant ecosystem for AI agents and services on Nostr, while addressing many of the valid arguments against NIP90 in its current state, e.g. 1903
Add NIP-XX: Donation Addresses in User Metadata #1934
nostr:npub1zmc6qyqdfnllhnzzxr5wpepfpnzcf8q6m3jdveflmgruqvd3qa9sjv7f60 is proposing a NIP that introduces standardized donation addresses in user metadata using w tags.The goal is to provide a consistent and interoperable way for users to share payment information across different Nostr clients. It supports multiple cryptocurrencies and networks, including BTC (on Bitcoin, Lightning, and Liquid), ETH, XMR, and USDT. The NIP also offers clear implementation guidelines to help clients integrate this feature seamlessly.
NIP-XX: Ride-hailing protocol on Nostr #1935
nostr:npub13a56exdeda7y44vtnrxr3ljaxh8q9kh04e73vzw8jl8rknuj7h7sst4t9m is proposing a NIP that defines a censorship-resistant, peer-to-peer ride-hailing and delivery protocol on Nostr. It leverages Nostr events, Bitcoin Lightning payments, and reputation mechanisms to create a decentralized alternative to Uber and other centralized transportation platforms.
Notable Projects
Coracle 0.6.16 nostr:npub13myx4j0pp9uenpjjq68wdvqzywuwxfj64welu28mdvaku222mjtqzqv3qk
Coracle 0.6.16 with some minor updates, * Add support for editing WOT feeds * Change default blossom servers * Add support for custom emojis * Fix note deduplication
Primal V2.2.20 nostr:npub12vkcxr0luzwp8e673v29eqjhrr7p9vqq8asav85swaepclllj09sylpugg
They released a new update focused on improving performance and stability across the app. Release 2.2.20 includes: * Feed rendering optimizations * Fix for Blossom uploader crash when uploading large files * Additional minor fixes and improvements
Zap.stream v0.7.0 nostr:npub1eaz6dwsnvwkha5sn5puwwyxjgy26uusundrm684lg3vw4ma5c2jsqarcgz
- Add show "copied to clipboard" message on iOS
- Add badge awards in chat feed
- Add badges assigned to users in chat
- Add share stream button on stream info modal
- Add timeout feature, timeout viewers for x seconds
- Fixed Auto raid redirect loop
- Fixed Always show open in wallet button
Nostur v1.21 nostr:npub1n0stur7q092gyverzc2wfc00e8egkrdnnqq3alhv7p072u89m5es5mk6h0
New in this version: * Support Follow Packs * Support Blossom servers (uploading and mirroring) * Post Preview for Picture-only posts * Audio-only bar * Drag unread counter anywhere, tap to go to next unread post * Show media info in iOS Now Playing control center
Fountain 1.2.2 nostr:npub1v5ufyh4lkeslgxxcclg8f0hzazhaw7rsrhvfquxzm2fk64c72hps45n0v5
Fountain 1.2.2 is live on iOS and Android This update contains a couple of bug fixes for playback issues that were reported in the last week or so.
Alby nostr:npub1getal6ykt05fsz5nqu4uld09nfj3y3qxmv8crys4aeut53unfvlqr80nfm
Alby Hub v1.17 Release * Sub-wallets — Fully redesigned and optimized * Auto-swaps between lightning & on-chain * On-chain TX list now on the node page * LDK upgrade for your integrated node
zap.store nostr:npub10r8xl2njyepcw2zwv3a6dyufj4e4ajx86hz6v4ehu4gnpupxxp7stjt2p8
zapstore-cli 0.2.0-rc1 released The biggest zapstore-cli release yet, with lots of improvements for publishing. * Support for signing with nsec, NIP-07 in the CLI, NIP-46 bunkers, as well as sending unsigned events to stdout for use with nak or any other signer * No longer depend on apktool (that annoyed so many Linux devs) or apksigner, no more shell calls * Upload to configurable Blossom servers * Simplified yet more powerful config file format * Much smarter extracting metadata * Overall way faster
RUNSTR v0.4.0 nostr:npub1vygzr642y6f8gxcjx6auaf2vd25lyzarpjkwx9kr4y752zy6058s8jvy4e
Streak Rewards * Base Reward: Earn 50 sats for every completed run over .5 miles * Streak Bonus: Unlock an additional 50 sat boost for each day your streak continues
Teams Enhancement * Group Chat: Communicate with your team members in real-time * Share achievements, plan group runs, and stay motivated together
NIP101h Integration * Caloric Data: Track calories burned during your activities * Workout Intensity: Monitor how hard you're pushing yourself * NIP-44 Encryption: Your fitness data stays private and secure
Performance Improvements and Small Upgrades * Graphene Optimizations: Faster loading times and smoother experience * Stricter Distance Filtering: More accurate run tracking and statistics * Code Refactoring: Cleaner codebase for better stability * Bug Fixes & UI Improvements: Various small enhancements
ZEUS v0.11.0 nostr:npub1xnf02f60r9v0e5kty33a404dm79zr7z2eepyrk5gsq3m7pwvsz2sazlpr5
ZEUS v0.11.0-alpha4 with Cashu support is now available for testing. * Feat: Automatic Cashu mint sweeping based on threshold * Feat: new Cashu seed format + BIP-39 export * Misc: UX enhancements + fixes * Cashu wallets are tied to Embedded LND wallets. Enable under Settings > Ecash * Other wallet types can still sweep funds from Cashu tokens * ZEUS Pay now supports Cashu address types. You can switch between Zaplocker, Cashu, and NWC mode but can only use one at a time. * Atomic swaps are not featured in this build.
KYCNOT.me nostr:npub188x98j0r7l2fszeph6j7hj99h8xl07n989pskk5zd69d2fcksetq5mgcqf
- UI/UX - designe a new logo and color palette for kycnot.me.
- Point system - The new point system provides more detailed information about the listings, and can be expanded to cover additional features across all services.
- ToS Scrapper: implement 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.
- 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. 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 - upgrade the request system. The new form allows you to directly request services or points without any extra steps.
- 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!
Shopstr v0.7.2 nostr:npub15dc33fyg3cpd9r58vlqge2hh8dy6hkkrjxkhluv2xpyfreqkmsesesyv6e
This update brings the following improvements and fixes: * Added loading indicators for image uploads and improved upload UX and validation * Added support for out-of-band fiat payment methods * Added improved onboarding flow * Fixed styling for onboarding flow * Fixed styling for 404 page
Sparrow nostr:npub1hea99yd4xt5tjx8jmjvpfz2g5v7nurdqw7ydwst0ww6vw520prnq6fg9v2
Sparrow v2.2.0 released with: * Recent Blocks view * Improved camera support * Dark mode improvements
Long-Form Content Eco
In the past two weeks, more than 359 long-form articles have been published, including over 130 articles on Bitcoin and more than 24 related to Nostr, accounting for 43% of the total content.
These articles about Nostr mainly explore the protocol’s growth, technical tools, and emerging use cases. Topics include relay challenges, LNbits integration via Nostr Wallet Connect, trust systems like NostrTrust, and self-managed NIP-05 identities. Several tools and apps—such as Primal for iOS, Satlantis, and Hostr—highlight client diversity and interoperability. Educational and social angles, including university engagement and long-form note-taking styles, show Nostr’s broader cultural impact.
These articles present a comprehensive picture of Bitcoin as a technology, asset, and cultural force. From beginner guides to advanced strategies, they explore how to buy, store, and use Bitcoin securely, including the adoption of multisig, Lightning Network, and self-custody practices. Many pieces highlight Bitcoin’s global impact—from everyday use in payments and savings, to its adoption by institutions and governments in Africa and Asia. The content delves into larger issues such as mining centralization, regulatory conflicts, and the geopolitical implications of de-dollarization. On the cultural side, Bitcoin is portrayed as a symbol of freedom, resistance, and long-term thinking, with movements like HODL and self-sovereign ownership gaining ground. Technological innovations and grassroots efforts are also driving Bitcoin’s integration with decentralized social platforms and smart contract frameworks.
Thank you, nostr:npub1jp3776ujdul56rfkkrv8rxxgrslqr07rz83xpmz3ndl74lg7ngys320eg2 nostr:npub1dk8z5f8pkrn2746xuhfk347a0g6fsxh20wk492fh9h8lkha2efxqgeq55a nostr:npub10vsdn82fps4vwjaqxcpwj0nyync0cfrp2f5qlayrljh6d549gx5s0y9eap nostr:npub186a9aaqmyp436j0gkxl8yswhat2ampahxunpmfjv80qwyaglywhqswhd06 nostr:npub1jrr9dlerex7tg8njvc88c60asxnf5dp8hgcerh0q8w3gdyurl48q6s5nwv nostr:npub150r0j29fypshg3xcl5gt5ew85gw8tg5qetzcawkapwcaa4z5jnaspwmwfg nostr:npub1zssx5e5cne75w4hxenry8x9qqmn9ql3ty4umlmewu7dqv6yhyh8survrwk nostr:npub1xncam2l8u5chg6w096v89f2q2l0lz4jz4n7q7tdjsu6y5t9qea7q2cmrua nostr:npub1harur8s4wmwzgrugwdmrd9gcv6zzfkzfmp36xu4tel0ces7j2uas3gcqdy nostr:npub10efcj7x65z2ak6vd69xr8f2hvqwuaqrhlygl3yqa4y63hfvc02mqwzaeh3 nostr:npub1sehqzwgg2k03t300l8gjj4znpqhsrg0mtaq2yk70qam2x65nxnjs9ul7fr nostr:npub12lg6yexfh0gsk8aupv5cr5fnj46l0kxg6lp6rz0zw6kwx603lmsshmac9c nostr:npub1guh5grefa7vkay4ps6udxg8lrqxg2kgr3qh9n4gduxut64nfxq0q9y6hjy nostr:npub1lpdect8qqg6u6se46ta22jqu4jn6jnsjzem36dejanjr95vshnlsxqcsgs nostr:npub1s4mv5rnj6cx64eurt5ucmtfnkp6qy65kh4wh799mdfk6ycslwd0qjrdu03 nostr:npub1h3kv6yar972dxetymty0t936p45utq7fj6p5rw7ly79jrafsnrjqvuwlmn and others, for your work. Enriching Nostr’s long-form content ecosystem is crucial.Nostriches Global Meet Ups
Recently, several Nostr events have been hosted in different countries. * Recently, YakiHonne collaborated with the Nigerian Army College and kasu techies community to successfully host two Nostr Workshops, attracting over 70 enthusiastic participants. The events not only provided a comprehensive introduction to the Nostr ecosystem and Bitcoin payments but also offered hands-on experiences with decentralized technologies through the YakiHonne platform.
YakiHonne Global Pizza Fest officially kicked off on May 21, 2025, and will run through May 28.The event celebrates the evolution of Bitcoin by encouraging participants to buy pizza using sats, while promoting the concept of social payments.YakiHonne is offering up to 10,000 sats in pizza sponsorship for each participating community. Outstanding content may be featured in the official recap video and selected communities will be invited to join the Global Community Partner Program. * Bitcoin FilmFest 2025* officially kicked off on May 22 at Kinoteka Cinema in Warsaw, Poland, and will run through May 25.This international event brings together Bitcoin culture, independent cinema, and decentralized media under the theme "exploring the uncharted stories beyond the frame." YakiHonne is an official partner on site, sharing on open content networks and the future of social payments during our stage appearance.Here is the upcoming Nostr event that you might want to check out. * The Bitcoin 2025 conference was held from May 26 to 29 at the Venetian Convention Center in Las Vegas, with the Nostr community hosting a series of vibrant activities.While the Nostr Lounge served as a central hub for socializing and technical exchange, featuring app demos, lightning talks, and limited-edition merchandise. Nostr also delivered two key presentations during the conference, focusing on multisig key management and the future of decentralized social media. * Africa Bitcoin Day – Kenya will take place on May 31st, 2025 (Saturday), from 2:00 PM to 6:00 PM at Nairobi Street Kitchen.Co-hosted by AfroBitcoinOrg and local communities, this event returns following the great success of last year. It will bring together developers, tech entrepreneurs, policymakers, and grassroots organizers to build, connect, and learn around Bitcoin and open technologies. * The 3rd Privacy Summit will take place on June 27, 2024, in Switzerland, bringing together leading figures and innovative projects from the global cryptography and privacy tech space.This edition will focus on on-chain privacy and cutting-edge cryptographic applications, featuring keynote talks, panel discussions, and in-depth community exchanges.The speaker lineup includes core developers, researchers, and founders from projects. * The Bitcoin Paradigm Program 2025 will take place from July 4 to July 5, 2025 (Friday to Saturday), under the theme "Bitcoin: Sovereignty, Energy, and Networks." This two-day event will explore Bitcoin’s relevance in modern society, focusing on its role in financial sovereignty, energy transformation, and decentralized network security. Speakers include
nostr:npub1renaud65zug8r570ndztde2xhk206z3v50a5mwa3kp2xshy3zmjqkqaw97 nostr:npub1admhd8e9r28zl4u73l95c7lmu8k233xn50ayjsruuc62hm7l2a2q2l5zht nostr:npub1nm44dsxxns2f6zquhk24dqzvlawdaf49jdpvvgnuuvy4aqc3r29qcwx73p nostr:npub158d7zqnl36ze3gmyv4kedezvla3z3rvgsfpap83drqrywswwvc8skw9kx0 and more.
Additionally, We warmly invite event organizers who have held recent activities to reach out to us so we can work together to promote the prosperity and development of the Nostr ecosystem.
Thanks for reading! If there’s anything I missed, feel free to reach out and help improve the completeness and accuracy of my coverage.
-
@ 7f6db517:a4931eda
2025-05-27 04:01:32The 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-05-27 04:01:32Bank 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.
-
@ c1e9ab3a:9cb56b43
2025-05-05 14:25:28Introduction: The Power of Fiction and the Shaping of Collective Morality
Stories define the moral landscape of a civilization. From the earliest mythologies to the modern spectacle of global cinema, the tales a society tells its youth shape the parameters of acceptable behavior, the cost of transgression, and the meaning of justice, power, and redemption. Among the most globally influential narratives of the past half-century is the Star Wars saga, a sprawling science fiction mythology that has transcended genre to become a cultural religion for many. Central to this mythos is the arc of Anakin Skywalker, the fallen Jedi Knight who becomes Darth Vader. In Star Wars: Episode III – Revenge of the Sith, Anakin commits what is arguably the most morally abhorrent act depicted in mainstream popular cinema: the mass murder of children. And yet, by the end of the saga, he is redeemed.
This chapter introduces the uninitiated to the events surrounding this narrative turn and explores the deep structural and ethical concerns it raises. We argue that the cultural treatment of Darth Vader as an anti-hero, even a role model, reveals a deep perversion in the collective moral grammar of the modern West. In doing so, we consider the implications this mythology may have on young adults navigating identity, masculinity, and agency in a world increasingly shaped by spectacle and symbolic narrative.
Part I: The Scene and Its Context
In Revenge of the Sith (2005), the third episode of the Star Wars prequel trilogy, the protagonist Anakin Skywalker succumbs to fear, ambition, and manipulation. Convinced that the Jedi Council is plotting against the Republic and desperate to save his pregnant wife from a vision of death, Anakin pledges allegiance to Chancellor Palpatine, secretly the Sith Lord Darth Sidious. Upon doing so, he is given a new name—Darth Vader—and tasked with a critical mission: to eliminate all Jedi in the temple, including its youngest members.
In one of the most harrowing scenes in the film, Anakin enters the Jedi Temple. A group of young children, known as "younglings," emerge from hiding and plead for help. One steps forward, calling him "Master Skywalker," and asks what they are to do. Anakin responds by igniting his lightsaber. The screen cuts away, but the implication is unambiguous. Later, it is confirmed through dialogue and visual allusion that he slaughtered them all.
There is no ambiguity in the storytelling. The man who will become the galaxy’s most feared enforcer begins his descent by murdering defenseless children.
Part II: A New Kind of Evil in Youth-Oriented Media
For decades, cinema avoided certain taboos. Even films depicting war, genocide, or psychological horror rarely crossed the line into showing children as victims of deliberate violence by the protagonist. When children were harmed, it was by monstrous antagonists, supernatural forces, or offscreen implications. The killing of children was culturally reserved for historical atrocities and horror tales.
In Revenge of the Sith, this boundary was broken. While the film does not show the violence explicitly, the implication is so clear and so central to the character arc that its omission from visual depiction does not blunt the narrative weight. What makes this scene especially jarring is the tonal dissonance between the gravity of the act and the broader cultural treatment of Star Wars as a family-friendly saga. The juxtaposition of child-targeted marketing with a central plot involving child murder is not accidental—it reflects a deeper narrative and commercial structure.
This scene was not a deviation from the arc. It was the intended turning point.
Part III: Masculinity, Militarism, and the Appeal of the Anti-Hero
Darth Vader has long been idolized as a masculine icon. His towering presence, emotionless control, and mechanical voice exude power and discipline. Military institutions have quoted him. He is celebrated in memes, posters, and merchandise. Within the cultural imagination, he embodies dominance, command, and strategic ruthlessness.
For many young men, particularly those struggling with identity, agency, and perceived weakness, Vader becomes more than a character. He becomes an archetype: the man who reclaims power by embracing discipline, forsaking emotion, and exacting vengeance against those who betrayed him. The emotional pain that leads to his fall mirrors the experiences of isolation and perceived emasculation that many young men internalize in a fractured society.
The symbolism becomes dangerous. Anakin's descent into mass murder is portrayed not as the outcome of unchecked cruelty, but as a tragic mistake rooted in love and desperation. The implication is that under enough pressure, even the most horrific act can be framed as a step toward a noble end.
Part IV: Redemption as Narrative Alchemy
By the end of the original trilogy (Return of the Jedi, 1983), Darth Vader kills the Emperor to save his son Luke and dies shortly thereafter. Luke mourns him, honors him, and burns his body in reverence. In the final scene, Vader's ghost appears alongside Obi-Wan Kenobi and Yoda—the very men who once considered him the greatest betrayal of their order. He is welcomed back.
There is no reckoning. No mention of the younglings. No memorial to the dead. No consequence beyond his own internal torment.
This model of redemption is not uncommon in Western storytelling. In Christian doctrine, the concept of grace allows for any sin to be forgiven if the sinner repents sincerely. But in the context of secular mass culture, such redemption without justice becomes deeply troubling. The cultural message is clear: even the worst crimes can be erased if one makes a grand enough gesture at the end. It is the erasure of moral debt by narrative fiat.
The implication is not only that evil can be undone by good, but that power and legacy matter more than the victims. Vader is not just forgiven—he is exalted.
Part V: Real-World Reflections and Dangerous Scripts
In recent decades, the rise of mass violence in schools and public places has revealed a disturbing pattern: young men who feel alienated, betrayed, or powerless adopt mythic narratives of vengeance and transformation. They often see themselves as tragic figures forced into violence by a cruel world. Some explicitly reference pop culture, quoting films, invoking fictional characters, or modeling their identities after cinematic anti-heroes.
It would be reductive to claim Star Wars causes such events. But it is equally naive to believe that such narratives play no role in shaping the symbolic frameworks through which vulnerable individuals understand their lives. The story of Anakin Skywalker offers a dangerous script:
- You are betrayed.
- You suffer.
- You kill.
- You become powerful.
- You are redeemed.
When combined with militarized masculinity, institutional failure, and cultural nihilism, this script can validate the darkest impulses. It becomes a myth of sacrificial violence, with the perpetrator as misunderstood hero.
Part VI: Cultural Responsibility and Narrative Ethics
The problem is not that Star Wars tells a tragic story. Tragedy is essential to moral understanding. The problem is how the culture treats that story. Darth Vader is not treated as a warning, a cautionary tale, or a fallen angel. He is merchandised, celebrated, and decontextualized.
By separating his image from his actions, society rebrands him as a figure of cool dominance rather than ethical failure. The younglings are forgotten. The victims vanish. Only the redemption remains. The merchandise continues to sell.
Cultural institutions bear responsibility for how such narratives are presented and consumed. Filmmakers may intend nuance, but marketing departments, military institutions, and fan cultures often reduce that nuance to symbol and slogan.
Conclusion: Reckoning with the Stories We Tell
The story of Anakin Skywalker is not morally neutral. It is a tale of systemic failure, emotional collapse, and unchecked violence. When presented in full, it can serve as a powerful warning. But when reduced to aesthetic dominance and easy redemption, it becomes a tool of moral decay.
The glorification of Darth Vader as a cultural icon—divorced from the horrific acts that define his transformation—is not just misguided. It is dangerous. It trains a generation to believe that power erases guilt, that violence is a path to recognition, and that final acts of loyalty can overwrite the deliberate murder of the innocent.
To the uninitiated, Star Wars may seem like harmless fantasy. But its deepest myth—the redemption of the child-killer through familial love and posthumous honor—deserves scrutiny. Not because fiction causes violence, but because fiction defines the possibilities of how we understand evil, forgiveness, and what it means to be a hero.
We must ask: What kind of redemption erases the cries of murdered children? And what kind of culture finds peace in that forgetting?
-
@ f6488c62:c929299d
2025-05-27 07:53:24ในยุคที่เทคโนโลยีควอนตัมคอมพิวเตอร์พัฒนาอย่างรวดเร็ว ผู้ถือ Bitcoin และคริปโตเคอร์เรนซีอื่น ๆ เริ่มเผชิญกับความกังวลใหม่: ความปลอดภัยของคีย์ส่วนตัว (private key) ที่ใช้ควบคุมสินทรัพย์ดิจิทัล ด้วยความสามารถของควอนตัมคอมพิวเตอร์ที่อาจถอดรหัสอัลกอริทึมเข้ารหัสแบบดั้งเดิม เช่น ECDSA (Elliptic Curve Digital Signature Algorithm) ซึ่งเป็นรากฐานของความปลอดภัยใน Bitcoin ความกังวลนี้จึงไม่ใช่เรื่องไกลตัวอีกต่อไป
บทความนี้จะสำรวจความท้าทายที่ผู้ถือคีย์ Bitcoin กำลังเผชิญ และแนวทางที่กำลังพัฒนาเพื่อรับมือภัยคุกคามจากควอนตัมคอมพิวเตอร์ ผ่านการนำ Post-Quantum Cryptography (PQC) มาใช้
ควอนตัมคอมพิวเตอร์: ภัยคุกคามต่อ ECDSA Bitcoin ใช้ ECDSA เพื่อสร้างลายเซ็นดิจิทัลในการยืนยันความถูกต้องของธุรกรรม และปกป้องคีย์ส่วนตัวของผู้ใช้ อัลกอริทึมนี้พึ่งพาความยากของปัญหาทางคณิตศาสตร์ที่เรียกว่า Elliptic Curve Discrete Logarithm Problem ซึ่งคอมพิวเตอร์ทั่วไปไม่สามารถถอดรหัสได้อย่างมีประสิทธิภาพ
อย่างไรก็ตาม อัลกอริทึมของ Shor ซึ่งสามารถทำงานบนควอนตัมคอมพิวเตอร์ที่มีประสิทธิภาพเพียงพอ สามารถถอดรหัส ECDSA ได้ในเวลาอันสั้น ทำให้คีย์ส่วนตัวและสินทรัพย์ของผู้ใช้ตกอยู่ในความเสี่ยง
ตามการคาดการณ์ของ National Institute of Standards and Technology (NIST) ควอนตัมคอมพิวเตอร์ที่มีความสามารถถอดรหัส ECDSA อาจปรากฏภายในปี 2573 หรือเร็วกว่านั้น ทั้งนี้ขึ้นอยู่กับความก้าวหน้าทางเทคโนโลยี แม้ความเสี่ยงนี้จะยังไม่เกิดขึ้นทันที แต่ผู้ถือ Bitcoin ควรตระหนักถึงภัยคุกคามนี้ โดยเฉพาะผู้ที่เก็บ Bitcoin ไว้ในที่อยู่ที่เคยใช้งานและเปิดเผย public key แล้ว เช่น กระเป๋าเงินที่มีธุรกรรมก่อนหน้า ซึ่งทำให้ public key ปรากฏบนบล็อกเชนและอาจตกเป็นเป้าหมายการโจมตีได้ง่ายขึ้น
ความกังวลของผู้ถือคีย์ 1. ความเสี่ยงต่อคีย์ส่วนตัว: หากควอนตัมคอมพิวเตอร์สามารถถอดรหัส ECDSA ได้ ผู้โจมตีอาจใช้ public key ที่เปิดเผยบนบล็อกเชนในการคำนวณหาคีย์ส่วนตัว และขโมย Bitcoin จากกระเป๋าเงิน โดยเฉพาะที่อยู่แบบ Pay-to-Public-Key-Hash (P2PKH) ซึ่งจะเปิดเผย public key เมื่อมีการใช้จ่าย
-
ความล่าช้าในการเปลี่ยนผ่านเทคโนโลยี: การเปลี่ยนไปใช้ระบบเข้ารหัสที่ต้านทานควอนตัม เช่น อัลกอริทึมที่ NIST รับรอง (CRYSTALS-Dilithium, SPHINCS+, CRYSTALS-Kyber, FALCON) ต้องอาศัยเวลาและความร่วมมือจากชุมชน Bitcoin การอัปเกรดโปรโตคอล (hard fork) หรือการย้ายที่อยู่เดิมไปยังที่อยู่ที่ปลอดภัยยิ่งขึ้น (Quantum-Resistant Address Migration Protocol – QRAMP) เป็นกระบวนการที่ซับซ้อนและอาจใช้เวลาหลายปี
-
ความไม่แน่นอนในชุมชน: Bitcoin เป็นระบบกระจายอำนาจ ซึ่งการเปลี่ยนแปลงใหญ่ต้องได้รับความเห็นชอบจากผู้มีส่วนร่วมจำนวนมาก การตัดสินใจเปลี่ยนไปใช้ PQC อาจเจอกับข้อถกเถียง เนื่องจากนักพัฒนาและผู้ใช้บางส่วนอาจไม่เห็นด้วยกับการปรับเปลี่ยนระบบที่ใช้งานมานาน
-
ขนาดของลายเซ็นและประสิทธิภาพ: อัลกอริทึม PQC ส่วนมากมีขนาดคีย์หรือลายเซ็นใหญ่กว่า ECDSA ซึ่งอาจส่งผลต่อประสิทธิภาพของเครือข่ายและต้นทุนการทำธุรกรรม
การตอบสนองของ Bitcoin ต่อภัยควอนตัม แม้จะมีความท้าทาย แต่ชุมชน Bitcoin และนักพัฒนากำลังดำเนินการเพื่อรับมือ ดังนี้:
การสำรวจอัลกอริทึม PQC: นักพัฒนาเริ่มศึกษาการนำอัลกอริทึมอย่าง CRYSTALS-Dilithium และ SPHINCS+ มาใช้ทดแทน ECDSA โดยทั้งสองออกแบบมาให้ทนต่อการโจมตีจากควอนตัมคอมพิวเตอร์ ส่วน CRYSTALS-Kyber เหมาะสำหรับการเข้ารหัสกุญแจ
Quantum-Resistant Address Migration Protocol (QRAMP): มีข้อเสนอให้ใช้โปรโตคอล QRAMP เพื่อย้ายที่อยู่เดิมไปยังที่อยู่ที่ใช้ PQC โดยเฉพาะสำหรับผู้ที่ public key ถูกเปิดเผยแล้ว
การปรับปรุงโปรโตคอล: การนำ PQC มาใช้ในระดับโปรโตคอลอาจต้องมี hard fork นักพัฒนากำลังพยายามหาวิธีที่เปลี่ยนแปลงน้อยที่สุด เช่น ออกแบบ address ใหม่ที่เข้ากันได้กับระบบเดิม
ตัวอย่างจากโครงการอื่น: Quantum Resistant Ledger (QRL) ใช้อัลกอริทึม XMSS ซึ่งเป็นลายเซ็นแบบ hash-based และสามารถต้านทานควอนตัมคอมพิวเตอร์ได้ตั้งแต่แรกเริ่ม แนวทางนี้แสดงให้เห็นว่า Bitcoin สามารถเรียนรู้และประยุกต์ใช้ได้เช่นกัน
แนวทางสำหรับผู้ถือ Bitcoin หลีกเลี่ยงการเปิดเผย public key: ใช้ที่อยู่แบบ Pay-to-Script-Hash (P2SH) หรือ Taproot ที่ป้องกันการเปิดเผย public key จนกว่าจะมีการใช้จ่าย และควรย้ายเหรียญไปยังที่อยู่ใหม่หลังทำธุรกรรม
ติดตามความคืบหน้า PQC: ควรติดตามพัฒนาการของ PQC และข่าวสารเกี่ยวกับการอัปเกรดเครือข่าย เพื่อเตรียมความพร้อม
กระจายความเสี่ยง: อาจพิจารณาลงทุนในบล็อกเชนที่ออกแบบมาเพื่อรองรับภัยคุกคามจากควอนตัม เช่น QRL
ใช้กระเป๋าเงินแบบเย็น (Cold Wallet): เก็บคีย์ส่วนตัวแบบออฟไลน์เพื่อลดความเสี่ยงจากการถูกโจมตี
มองไปสู่อนาคต ภัยจากควอนตัมคอมพิวเตอร์ถือเป็นทั้งความท้าทายและโอกาสของวงการคริปโต การรับรองอัลกอริทึม PQC โดย NIST เมื่อวันที่ 13 สิงหาคม 2567 และ HQC เมื่อวันที่ 11 มีนาคม 2568 ถือเป็นจุดเริ่มต้นของการเปลี่ยนผ่านสู่ระบบเข้ารหัสยุคใหม่
แม้การนำ PQC มาใช้ใน Bitcoin จะยังอยู่ในขั้นเริ่มต้น แต่ความพยายามของชุมชนแสดงให้เห็นถึงความตั้งใจในการปกป้องสินทรัพย์ของผู้ใช้ในระยะยาว สำหรับผู้ถือ Bitcoin การเตรียมพร้อมและติดตามเทคโนโลยีอย่างใกล้ชิดจะช่วยให้มั่นใจได้ว่าสินทรัพย์ของพวกเขาจะปลอดภัย แม้ในโลกยุคควอนตัมที่ใกล้เข้ามา
-
-
@ cae03c48:2a7d6671
2025-05-27 01:00:34Bitcoin Magazine
The Citadel (v. Nardo): From Meme to MonumentMy latest painting, The Citadel (v. Nardo), did not begin simply on canvas. It began as a whisper – an image passed digitally between anonymous hands, reposted, remixed, archived, and mythologized across the internet. Like many of my works, this piece builds from historical fragments and symbols, grounded in the belief that memes are not fleeting – they are foundational. They don’t just reflect culture, rather, they write it.
Last year in 2024, I presented a solo show in Abu Dhabi centered around the fact that Subway – the sandwich chain – was one of the first fast food restaurants to accept Bitcoin. That small historical detail became the seed of a larger conceptual inquiry: what does it mean to “consume” in an age of hyper-speed information? The works explored the overlap between fast food, memes, and digital attention. The exhibition was tight, precise, and deeply memetic in its structure.
The Citadel came from a similar place.
In 2013, a now-legendary Reddit post titled “I am a time-traveler from the future, here to beg you to stop what you are doing” appeared online. The author – claiming to be from 2025 – warned of a future shaped by Bitcoin, but not in the way many had hoped. It wasn’t a utopia. It was a stratified society where those who adopted early became untouchably rich, and everyone else was left behind. Whether satire, fiction, or genuine warning, the post struck a nerve. It spread quickly. It became part of the cultural and memetic architecture of Bitcoin.
Years later, another anonymous user gave that warning a visual form. The Citadel v.1, likely created on 4chan, featured a massive tower cobbled together from borrowed imagery – most notably a background ripped from Alexander Mikhalchyk’s oil painting Tower of Babel. Red – overlaid with iconic internet figures like Pepe, Wojak, and the Bogdanoff twins. It was chaotic, funny, ominous. And it caught fire. Versions spread across forums. Variants emerged for Monero, Ethereum, and other Bitcoin-based class hierarchies. A whole mythology took shape around it.
I couldn’t stop thinking about that image. The symbolism. The verticality. The warning. It wasn’t just a meme – it was a map. A visual schema of power and belief, told in the language of the internet. And yet, it had never been physically painted. Never given the weight or permanence it deserved. That’s when I decided to create what I believe is the first fully hand-painted oil version of the Bitcoin Citadel meme.
The Citadel (v. Nardo) is 7 feet wide, 5 feet tall, and entirely rendered in oil by hand over six months. The tower in my painting is original – constructed from references to Bruegel’s depictions of Babel. The superimposed depictions of Pepe, the monk, the nobleman, even Jesus, are deliberate nods to the v.1 version, reimagined and integrated with painterly care. Nothing here is copy-pasted. Every inch is built to feel mythic, monumental, and true to the weight of the meme itself.
Like all my work, it’s meant to evoke grandeur, drama, and symbolic density. It’s meant to feel like a relic from a future past – something dug up from the ruins of digital civilization. My late professor once told me that the best art is both folkloric and provocative. That line never left me.
And that’s essentially what internet memes are. They are modern folklore. They encode belief, identity, warning, and aspiration in compressed symbols. They may start as jokes – but jokes have always been a delivery system for deeper truth. Memes don’t just survive online; they shape what we expect from reality.
The Citadel (v. Nardo) will be sold at auction via Scarce.City and debut at the Bitcoin Conference in Las Vegas – the largest gathering of Bitcoiners in the world. It’s not just a painting. It’s a response. A reckoning. A reminder.Because in the end, as I always say: you become what you meme.
This is a guest post by X-Nardo Opinions expressed are entirely their own and do not necessarily reflect those of BTC, Inc. or Bitcoin Magazine_._
This post The Citadel (v. Nardo): From Meme to Monument first appeared on Bitcoin Magazine and is written by X-Nardo.
-
@ 7f6db517:a4931eda
2025-05-27 04:01:31The 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-05-27 04:01:31@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.
-
@ 7f6db517:a4931eda
2025-05-27 04:01:31
"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.
-
@ cae03c48:2a7d6671
2025-05-26 22:00:48Bitcoin Magazine
Bitcoin Pizza Day: 15 Years Since 10,000 BTC Bought Two Pizzas and Changed EverythingOn May 22, 2010, Bitcoin became more than just an idea—it became real money. Laszlo Hanyecz, a developer and early contributor to Bitcoin’s codebase, posted a casual offer: “I’ll pay 10,000 bitcoins for a couple of pizzas.” Five days later, someone took him up on it. Two Papa John’s pizzas were delivered. A screenshot was posted. Bitcoin had entered the real world.
15 years ago, Laszlo Hanyecz spent 10,000 #bitcoin worth $30 on two Papa John's pizzas.
Today, 10,000 $BTC is worth over $1,100,000,000.
What a legend!
pic.twitter.com/EbxQAsixhZ
— Bitcoin Magazine (@BitcoinMagazine) May 22, 2025
That 10,000 Bitcoin, worth about $41 at the time, is now valued at over $1.1 billion. And with Bitcoin hitting a new all-time high of $111,999 on the 15th anniversary of the transaction, the story of the “Bitcoin Pizza” carries more weight than ever.
15 years ago, someone paid 10,000 #Bitcoin for 2 pizzas. That’s worth over $1,000,000,000 today!
It wasn’t just about the pizza. This was the moment Bitcoin proved itself as a functioning currency. Until then, it had lived mostly in theory and code—talked about by cryptographers and mined by hobbyists. Hanyecz’s post, and the trade that followed, transformed the idea into action. “This transaction made Bitcoin real in my eyes,” he said in a 2019 interview. “It wasn’t worth much at the time. I wouldn’t have spent $100 million on pizza, right? But if I hadn’t done that, maybe Bitcoin wouldn’t have become so popular.”
Over the summer of 2010, Hanyecz continued using Bitcoin to buy pizzas, eventually spending more than 79,000 BTC—now worth nearly $8.7 billion. While some have joked at his expense, the truth is this: without those early real-world transactions, Bitcoin might never have proven its use case. Hanyecz helped move Bitcoin from the fringe into functionality.
That legacy still shapes us today. Bitcoin Pizza Day has become a cultural milestone in the crypto world, with meetups, pizza parties, and educational events held globally each May 22. The day serves as a reminder of how far the technology has come—and the importance of everyday actions and the impact they have.
Smiles, joy, and shared moments, this is what today looked like.#Bitcoin Pizza Day at His Grace School was more than a visit. It was connection, care, and community. A heartfelt thank you to everyone who donated and supported #BitcoinGhana #BitcoinPizzaDay #BTC #Bitfiasi pic.twitter.com/xRMv1rpife
— Bitfiasi Initiative (@bitfiasi) May 22, 2025
Just this week, fast food chain Steak ‘n Shake began accepting Bitcoin via the Lightning Network, signaling a growing wave of mainstream adoption. What once felt experimental is now becoming part of everyday commerce.
Bitcoin Pizza Day is about recognition. One simple transaction proved that Bitcoin could work—and 15 years later, the world is still building on that first bite.
This post Bitcoin Pizza Day: 15 Years Since 10,000 BTC Bought Two Pizzas and Changed Everything first appeared on Bitcoin Magazine and is written by Jenna Montgomery.
-
@ c9badfea:610f861a
2025-05-26 21:30:33- Install Loop Habit Tracker (it's free and open source)
- Launch the app, tap ➡️
- Tap ⁝, select Settings, scroll down and tap Customize Notifications
- Enable Show Notifications
- Return to the main screen
- Tap + to add a habit
- Choose Yes Or No for simple yes/no questions (e.g. Did you wake up early?)
- Choose Measurable for questions where a quantity is expected (e.g. How many pages did you read?)
- Assign a Name (e.g. Waking up early)
- Enter a Question (e.g. Did you wake up early?)
- Define the Frequency (e.g. Every Day)
- Schedule a Reminder (e.g. 08:00 and Any Day Of The Week)
- Include a Note if needed
- Hit Save to create the habit
- Start tracking your habits!
ℹ️ To categorize habits, use colors (e.g. blue for morning, orange for afternoon) or title prefixes (e.g. "Morning - Waking Up Early" and "Afternoon - Workout")
-
@ 7f6db517:a4931eda
2025-05-27 04:01:31People 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.
-
@ bf47c19e:c3d2573b
2025-05-26 21:26:19U ovoj sekciji pratićemo cene raznih dobara i usluga, a pre svega nekretnina, prosečne srpske plate, goriva, deviznih i zlatnih rezervi Srbije u odnosu na Bitkoin. Iz priloženih grafikona može se videti da sve vremenom gubi vrednost, odnosno postaje jeftinije u odnosu na BTC.
Cene nekretnina u Republici Srbiji izražene kroz Bitkoin (kompletni grafikoni)
Visina prosečne zarade u Republici Srbiji, cene goriva, dinarska i devizna štednja stanovništva, devizne i zlatne rezerve Srbije - izraženo kroz Bitkoin (kompletni grafikoni)
Prosečna cena m2 stana u Gradu Beogradu izražena kroz BTC
Prosečna cena m2 stana u Novom Sadu izražena kroz BTC
Prosečna cena m2 stana u Nišu izražena kroz BTC
Prosečna cena m2 stana u Kragujevcu izražena kroz BTC
Prosečna zarada u Republici Srbiji izražena kroz BTC
Cena goriva 'Evro Premium BMB 95' izražena kroz BTC
Cena goriva 'Evro Dizel' izražena kroz BTC
Dinarska štednja stanovništva kod banaka izražena kroz BTC
Devizna štednja stanovništva kod banaka izražena kroz BTC
Devizne rezerve Republike Srbije izražene kroz BTC
Zlatne rezerve Republike Srbije izražene kroz BTC
-
@ 7f6db517:a4931eda
2025-05-27 04:01:31Bank 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.
-
@ 2b998b04:86727e47
2025-05-26 21:05:47Today I pause — not to celebrate, but to remember.\ Memorial Day is a reminder that freedom always comes at a cost. Not theoretical. Not digital. Real. Blood-bought. Passed down.
I didn’t earn the liberties I have. Someone else paid for them.\ The least I can do is steward them well — in how I live, build, and speak.
Tomorrow, I head to Bitcoin 2025.\ I go not just as a Bitcoiner, but as someone who believes Bitcoin, when rightly understood, calls us back to truth, cost, and accountability.\ Not magic internet money. Not another tech trend.\ But a reckoning.
So I walk into this week with both gratitude and resolve:
-
Grateful for those who gave their lives.
-
Grateful for the freedom to write, build, and think out loud.
-
Resolved to use that freedom wisely — and to build systems that don't require bloodshed to sustain them.
Let’s build what lasts.\ Let’s remember what was paid.\ Let’s walk into Bitcoin 2025 with clear eyes and full hearts.
-
-
@ 1d7ff02a:d042b5be
2025-05-27 02:56:33ສຳລັບໃຜທີ່ຍັງບໍ່ເຂົ້າໃຈ Bitcoin ຢ່າງແທ້ຈິງ, ຫມາຍຄວາມວ່າເຈົ້າຍັງບໍ່ທັນເຂົ້າໃຈວ່າເງິນແມ່ນຫຍັງ, ໃຜເປັນຜູ້ສ້າງມັນ, ແລະເປັນຫຍັງມະນຸດຈຶ່ງຕ້ອງການເງິນ. ມັນເປັນເລື່ອງ scam ທີ່ລະບົບການສຶກສາບໍ່ໄດ້ສອນເລື່ອງສຳຄັນນີ້, ໃນຂະນະທີ່ພວກເຮົາໃຊ້ເວລາເກືອບທັງຊີວິດເພື່ອຫາເງິນ. ດັ່ງນັ້ນ, ຂໍແນະນຳໃຫ້ follow the money ແລະ ສຶກສາ Bitcoin ຢ່າງຈິງຈັງ.
Why Bitcoin Matters
Saving is the greatest discovery in human history
ກ່ອນທີ່ມະນຸດຈະຮຽນຮູ້ການເກັບອອມ, ພວກເຮົາເປັນພຽງແຕ່ສັດທີ່ມີຊີວິດຢູ່ແບບວັນຕໍ່ວັນ. ການປະຢັດແມ່ນສິ່ງທີ່ເຮັດໃຫ້ມະນຸດແຕກຕ່າງຈາກສັດອື່ນ — ຄວາມສາມາດໃນການຄິດກ່ຽວກັບອະນາຄົດ ແລະ ເກັບໄວ້ສຳລັບມື້ຫຼັງ.
Saving created civilization itself
ບໍ່ມີການເກັບອອມ, ບໍ່ມີການສ້າງເມືອງ, ບໍ່ມີວິທະຍາສາດ, ບໍ່ມີສິລະປະ. ທຸກສິ່ງທີ່ເຮົາເອີ້ນວ່າ "ຄວາມກ້າວໜ້າ" ແມ່ນມາຈາກຄວາມສາມາດໃນການຮູ້ຈັກເກັບອອມ.
Money is the greatest creation in human history
ມັນເປັນເຄື່ອງມືທີ່ເຮັດໃຫ້ອາລະຍະທຳມະນຸດກ້າວໜ້າມາເຖິງທຸກມື້ນີ້ ເງິນ ເປັນເຄື່ອງມືທີ່ດີທີ່ສຸດທີ່ມະນຸດໃຊ້ໃນການເກັບອອມ.
Bitcoin is the best money ever created
ມັນແມ່ນເງິນທີ່ສົມບູນແບບທີ່ສຸດທີ່ມະນຸດເຄີຍສ້າງຂຶ້ນມາ. ບໍ່ມີໃຜສາມາດ ຄວບຄຸມ, ຈັດການ, ທຳລາຍ ແລະ ມີຈຳກັດຢ່າງແທ້ຈິງ ຄືກັບເວລາໃນຊີວິດ.
Bitcoin ຄືກັບ black hole
ທີ່ຈະດູດເອົາມູນຄ່າທັງໝົດຈາກລະບົບການເງິນທີ່ເສຍຫາຍມັນຈະດູດເອົາຄວາມໝັ້ນຄົງແລະມູນຄ່າມາສູ່ຕົວມັນເອງ. ທຸກສິ່ງທີ່ມີມູນຄ່າຈະໄຫຼເຂົ້າສູ່ Bitcoin ໃນທີ່ສຸດ.
Bitcoin ຄືກັບສາດສະໜາພຸດທີ່ຄົ້ນພົບຄວາມຈິງ
ມັນເຮັດໃຫ້ເຂົ້າໃຈຕົ້ນຕໍບັນຫາຂອງລະບົບການເງິນປະຈຸບັນ ແລະ ເກີດເປັນບັນຫາຫລາຍໆຢ່າງໃນສັງຄົມ ດັ່ງກັບພະພຸດທະເຈົ້າທີ່ເຂົ້າໃຈທຸກ ແລະ ເຫດຂອງການເກີດທຸກ.
Bitcoin ຄືອິດສະຫຼະພາບ
ເງິນຄືອຳນາດ, ເງິນຄືສິ່ງຄວບຄຸມພຶດຕິກຳຂອງມະນຸດ ເມື່ອເຮົາມີເງິນທີ່ຮັກສາມູນຄ່າໄດ້ ແລະ ຄວບຄຸມບໍ່ໄດ້ ຈຶ່ງຈະມີຄວາມອິດສະຫຼະທາງຄວາມຄິດ, ການສະແດງອອກ, ແລະ ອຳນາດໃນການເລືອກ.
ຫນີ້ສິນທີ່ມະນຸດສ້າງຂຶ້ນໃນປະຈຸບັນນີ້ ໃຊ້ເວລາອີກພັນປີກໍ່ໄຊ້ຫນີ້ບໍ່ໝົດ
ມັນບໍ່ມີທາງອອກ ແລະ ກຳລັງມຸ່ງໜ້າສູ່ການລົ່ມສະລາຍຢ່າງຮ້າຍແຮງ. Bitcoin ຄືແສງສະຫວ່າງທີ່ຈະຊ່ວຍປ້ອງກັນບໍ່ໃຫ້ມະນຸດເຂົ້າສູ່ຍຸກມືດມົວອີກຄັ້ງ.
Bitcoin cannot steal your time
ມັນບໍ່ສາມາດຖືກສ້າງຂຶ້ນຈາກຄວາມຫວ່າງເປົ່າ. ທຸກ Bitcoin ຕ້ອງໃຊ້ພະລັງງານແລະເວລາທີ່ແທ້ຈິງໃນການສ້າງ.
Bitcoin ຄືປະກັນໄພທີ່ປ້ອງກັນການບໍລິຫານທີ່ຜິດພາດ
ມັນຊ່ວຍປ້ອງກັນຄວາມເສື່ອມໂຊມຂອງເງິນຕາ, ເສດຖະກິດທີ່ຕົກຕ່ຳ ແລະ ນະໂຍບາຍທີ່ຜິດພາດ, Bitcoin ຈະປົກປ້ອງຄຸນຄ່າຂອງເຈົ້າ.
Bitcoin is going to absorb the world's value
ໃນທີ່ສຸດ, Bitcoin ຈະກາຍເປັນທີ່ເກັບຮັກສາມູນຄ່າຂອງໂລກທັງໝົດ. ມັນຈະດູດເອົາຄວາມມັ່ງຄັ່ງຈາກທຸກຊັບສິນ, ທຸກລາຄາ, ແລະທຸກການລົງທຶນ.
Exit The Matrix
ພວກເຮົາອາໄສຢູ່ໃນ Matrix ທາງດ້ານການເງິນ. ທຸກໆມື້ພວກເຮົາຕື່ນຂຶ້ນມາແລະໄປເຮັດວຽກ, ຄິດວ່າເຮົາກຳລັງສ້າງອະນາຄົດໃຫ້ຕົວເອງ. ແຕ່ຄວາມຈິງແລ້ວ, ພວກເຮົາພຽງແຕ່ກຳລັງໃຫ້ພະລັງງານແກ່ລະບົບທີ່ຂູດເອົາຄຸນຄ່າຈາກພວກເຮົາທຸກວິນາທີ. Bitcoin is the red pill — ມັນຈະເປີດຕາໃຫ້ເຈົ້າເຫັນຄວາມຈິງຂອງໂລກການເງິນ. Central banks are the architects of this Matrix — ພວກເຂົາສ້າງເງິນຈາກຄວາມຫວ່າງເປົ່າ, ແລະພວກເຮົາຕ້ອງເຮັດວຽກໜັກເພື່ອໄດ້ມັນມາ.
ລະບົບການສຶກສາໄດ້ຫຼອກລວງເຮົາຢ່າງໃຫຍ່ຫຼວງ. ພວກເຂົາສອນໃຫ້ເຮົາເຮັດວຽກເພື່ອຫາເງິນ, ແຕ່ບໍ່ເຄີຍສອນວ່າເງິນແມ່ນຫຍັງ. ເຮົາໃຊ້ເວລາ 12-16 ປີໃນໂຮງຮຽນ, ຫຼັງຈາກນັ້ນໃຊ້ເວລາທັງຊີວິດເພື່ອຫາເງິນ, ແຕ່ບໍ່ເຄີຍຮູ້ຈັກວ່າມັນແມ່ນຫຍັງ, ໃຜສ້າງ, ແລະເປັນຫຍັງມັນມີຄຸນຄ່າ.This is the biggest scam in human history ພວກເຮົາຖືກສອນໃຫ້ເປັນທາດຂອງລະບົບ, ແຕ່ບໍ່ໄດ້ຮັບການສອນໃຫ້ເຂົ້າໃຈລະບົບ.
The Bitcoin standard will end war
ເມື່ອບໍ່ສາມາດພິມເງິນເພື່ອສົງຄາມແລ້ວ, ສົງຄາມຈະກາຍເປັນສິ່ງທີ່ແພງເກີນໄປ.
ພວກເຮົາກຳລັງເຂົ້າສູ່ຍຸກ Bitcoin Renaissance
ຍຸກແຫ່ງການຟື້ນຟູທາງດ້ານການເງິນແລະປັນຍາ. Bitcoin is creating a new class of humans ຄົນທີ່ເຂົ້າໃຈ ແລະ ຖື Bitcoin ຈະກາຍເປັນຊົນຊັ້ນໃໝ່ທີ່ມີອິດສະຫຼະພາບຢ່າງແທ້ຈິງ.
The Path to Financial Truth
Follow the money trail ແລະເຈົ້າຈະເຫັນຄວາມຈິງ:
- ໃຜຄວບຄຸມການພິມເງິນ?
- ເປັນຫຍັງລາຄາສິນຄ້າຂຶ້ນສູງຂຶ້ນເລື້ອຍໆ?
- ເປັນຫຍັງຄົນທຸກທຸກກວ່າເກົ່າ ແລະຄົນຮັ່ງມີຮັ່ງມີກວ່າເກົ່າ?
ຄຳຕອບທັງໝົດແມ່ນຢູ່ໃນການທຳຄວາມເຂົ້າໃຈເລື່ອງເງິນ ແລະ Bitcoin.
ການສຶກສາ Bitcoin ບໍ່ແມ່ນພຽງແຕ່ການລົງທຶນ — ມັນແມ່ນການເຂົ້າໃຈອະນາຄົດຂອງເງິນຕາ ແລະ ສັງຄົມມະນຸດ.
Don't just work for money. Understand money. Study Bitcoin.
ຖ້າເຈົ້າບໍ່ເຂົ້າໃຈເງິນ, ເຈົ້າຈະເປັນທາດຂອງລະບົບຕະຫຼອດໄປ. ຖ້າເຈົ້າເຂົ້າໃຈ Bitcoin, ເຈົ້າຈະໄດ້ຮັບອິດສະຫຼະພາບ.
-
@ 1d7ff02a:d042b5be
2025-05-27 02:35:53ກຸນແຈສຳຄັນແມ່ນການເຂົ້າໃຈວ່າແສງແດດບໍ່ແມ່ນສິ່ງດຽວ—ມັນແມ່ນຄື່ນຄວາມຖີ່ທີ່ສັບສົນທີ່ເຮັດວຽກຮ່ວມກັນຄືດັ່ງດົນຕີສຳລັບສຸຂະພາບຂອງມະນຸດ.
ວົງດົນຕີສຸຂະພາບຂອງດວງອາທິດ
ແສງຕອນເຊົ້າ (ແສງແດງ/ແສງອິນຟາເຣດໃກ້): ແສງແດງອ່ອນໂຍນຂອງຕອນແລງແລະຄຳ່ທີ່ປະກອບສ້າງ 90% ຂອງການປ່ອຍແສງຂອງດວງອາທິດ. ຄື່ນຄວາມຖີ່ນີ້ເຮັດໜ້າທີ່ຄືການປັບແຕ່ງເຊວລ໌, ເພີ່ມການຜະລິດພະລັງງານມີໂຕຄອນເດຍແລະກະກຽມຮ່າງກາຍຂອງທ່ານສຳລັບມື້ທີ່ຈະມາເຖິງ. ຄິດໃສ່ວ່າມັນແມ່ນການກະກຽມເຄື່ອງຈັກເຊວລ໌ຂອງທ່ານ.
ແສງຕອນກາງວັນ (ແສງ UV/ແສງສີຟ້າ): ແສງອາທິດທີ່ເຂັ້ມຂົ້ນຕອນກາງວັນສົ່ງມອບແສງອຸນຕາລະວິໂອເລດທີ່ຜະລິດວິຕາມິນ D—ຮໍໂມນທີ່ສຳຄັນຫຼາຍທີ່ເກືອບທຸກເຊວລ໌ໃນຮ່າງກາຍຂອງທ່ານມີຕົວຮັບສຳລັບມັນ. ເຖິງແມ່ນວ່າມັນຖືກເອີ້ນວ່າ "ວິຕາມິນ," ຮ່າງກາຍຂອງທ່ານຜະລິດວິຕາມິນ D ສ່ວນໃຫຍ່ຜ່ານການສຳຜັດຜິວໜັງກັບແສງ UVB. ນີ້ບໍ່ແມ່ນພຽງແຕ່ເລື່ອງສຸຂະພາບກະດູກ—ການຂາດວິຕາມິນ D ໄດ້ຖືກເຊື່ອມໂຍງກັບມະເຮັງ, ໂຣກພູມຄຸ້ມກັນຕົນເອງ, ໂຣກຫົວໃຈແລະເສັ້ນເລືອດ, ແລະການເພີ່ມຂຶ້ນຂອງການເສຍຊີວິດຈາກທຸກສາເຫດ. ວິຕາມິນ D ທີ່ຜະລິດຕາມທຳມະຊາດຈາກແສງແດດແກ່ຍາວ 2-3 ເທົ່າໃນຮ່າງກາຍຂອງທ່ານເມື່ອທຽບກັບຢາເສີມ, ສະແດງໃຫ້ເຫັນວ່າເປັນຫຍັງການສຳຜັດແສງແດດຕາມທຳມະຊາດຈຶ່ງດີກວ່າຢາເສີມ.
ແສງ UV ຍັງກະຕຸ້ນການຜະລິດເມລານິນ, ທີ່ເຮັດໜ້າທີ່ເປັນແບັດເຕີຣີທຳມະຊາດ, ເກັບຮັກສາອີເລັກຕຣອນທີ່ໃຫ້ພະລັງງານແກ່ມີໂຕຄອນເດຍຂອງທ່ານ. ໃນຂະນະທີ່ແສງສີຟ້າຮັບໃຊ້ຈຸດປະສົງຄູ່: ມັນຮັກສາໃຫ້ທ່ານຕື່ນຕົວໃນຕອນກາງວັນໃນຂະນະທີ່ຂັດຂວາງການຜະລິດເມລາໂທນິນ. ແຕ່ວ່າ, ແສງສີຟ້າມີດ້ານມືດ—ການສຶກສາສະແດງວ່າມັນສາມາດເຮັດໃຫ້ເກີດຄວາມເສຍຫາຍຂອງ DNA ແລະສ້າງສິ່ງທີ່ເປັນອັນຕະລາຍທີ່ເອີ້ນວ່າສະສາລະອົກຊິເຈນປະຕິກິລິຍາຢູ່ທັງຜິວໜັງແລະຕາ, ຄ້າຍຄືກັບລັງສີ UV. ນີ້ແມ່ນເຫດຜົນທີ່ການສຳຜັດແສງສີຟ້າໂດດດ່ຽວ (ເຊັ່ນຈາກໜ້າຈໍ) ໂດຍບໍ່ມີຄື່ນຄວາມຖີ່ປ້ອງກັນຂອງແສງອາທິດສາມາດເປັນອັນຕະລາຍໂດຍສະເພາະ.
ການປ່ຽນແປງຕອນແລງ: ເມື່ອແສງສີຟ້າຫຼຸດລົງໃນຕອນແລງ, ຮ່າງກາຍຂອງທ່ານເລີ່ມຜະລິດເມລາໂທນິນ, ທີມງານທຳຄວາມສະອາດເຊວລ໌ທີ່ເອົາຜະລິດຕະພັນພິດທີ່ສະສົມໃນລະຫວ່າງການຜະລິດພະລັງງານຂອງມື້ອອກ.
ວິກິດການແສງສະໄໝໃໝ່
ມະນຸດສະໄໝໃໝ່ໃຊ້ເວລາ 93% ຢູ່ໃນເຮືອນ, ສ້າງຄວາມບໍ່ສົມດູນຂອງແສງທີ່ເປັນອັນຕະລາຍ. ພວກເຮົາໄດ້ປ່ຽນໝໍ້ແສງໄຟແກ້ວທີ່ມີປະໂຫຍດດ້ວຍ LED ທີ່ຂາດຄື່ນຄວາມຖີ່ແສງອິນຟາເຣດໃກ້ທີ່ປ້ອງກັນ, ໃນຂະນະທີ່ແສງສີຟ້າປອມຈາກໜ້າຈໍຂັດຂວາງການຜະລິດເມລາໂທນິນຕາມທຳມະຊາດຂອງພວກເຮົາໃນຕອນກາງຄືນ. ນີ້ສ້າງພາຍຸທີ່ສົມບູນແບບ: ຄວາມເຄັ່ງຕຶງຈາກການເກີດອົກຊິເດຊັນໂດຍບໍ່ມີກົນໄກການທຳຄວາມສະອາດຕາມທຳມະຊາດ, ການຂາດວິຕາມິນ D, ແລະການຂາດຄື່ນຄວາມຖີ່ປ້ອງກັນຕອນເຊົ້າທີ່ກະກຽມຮ່າງກາຍຂອງພວກເຮົາສຳລັບການສຳຜັດແສງແດດ.
ທາງແກ້ໄຂຕາມທຳມະຊາດ
ການຄົ້ນຄວ້າຊີ້ໃຫ້ເຫັນວິທີການງ່າຍໆ: ຮັບເອົາຈັງຫວະຕາມທຳມະຊາດຂອງດວງອາທິດ. ເລີ່ມມື້ຂອງທ່ານດ້ວຍການສຳຜັດແສງຕອນເຊົ້າເພື່ອກະກຽມມີໂຕຄອນເດຍຂອງທ່ານ. ຍອມຮັບວ່າແສງແດດຕອນກາງວັນບາງຢ່າງໃຫ້ວິຕາມິນ D ແລະເມລານິນທີ່ຈຳເປັນ. ຄ່ອຍໆຜ່ອນຄາຍເມື່ອແສງແລງຫຼຸດລົງ, ອະນຸຍາດໃຫ້ມີການຜະລິດເມລາໂທນິນຕາມທຳມະຊາດ.
ຮ່າງກາຍຂອງທ່ານພັດທະນາມາຫຼາຍລ້ານປີກັບວົງຈອນແສງນີ້. ໃນຂະນະທີ່ພວກເຮົາບໍ່ສາມາດປະຖິ້ມຊີວິດທີ່ທັນສະໄໝໄດ້, ພວກເຮົາສາມາດເຄົາລົບຄວາມຕ້ອງການທາງຊີວະວິທະຍາຂອງພວກເຮົາສຳລັບແສງແດດແບບຄົບຖ້ວນ. ຫຼັງຈາກທັງໝົດ, ທຸກເຊວລ໌ໃນຮ່າງກາຍຂອງທ່ານແລ່ນດ້ວຍພະລັງງານ, ແລະດວງອາທິດຍັງຄົງເປັນແຫຼ່ງພະລັງງານຫຼັກຂອງໂລກພວກເຮົາ. ໃນໂລກເທັກໂນໂລຢີສູງຂອງພວກເຮົາ, ພວກເຮົາຕ້ອງຈື່ຄູ່ຮ່ວມງານບູຮານລະຫວ່າງສຸຂະພາບຂອງມະນຸດກໍຄືແສງແດດ.
-
@ 84b0c46a:417782f5
2025-05-27 07:04:13 -
@ 502ab02a:a2860397
2025-05-27 01:45:49เราค่อยๆลำดับเรื่องราวเริ่มจากเบาๆกันก่อนนะครับ หากย้อนกลับไปในปี 2009 บนเส้นทางที่โลกกำลังสับสนระหว่างการกินที่อิงธรรมชาติกับแนวทางการเปลี่ยนแปลงอาหารแบบสุดขั้ว Ethan Brown ได้ก่อตั้งบริษัท Beyond Meat ขึ้นมา โดยมีจุดประสงค์ชัดเจนว่าอยากสร้าง "เนื้อจากพืช" ให้มีรสชาติ เนื้อสัมผัส และประสบการณ์ที่ใกล้เคียงกับเนื้อสัตว์จริงให้มากที่สุดเท่าที่จะทำได้ นี่คือภาพลวงตาที่ถูกสร้างขึ้นภายใต้ธงของความยั่งยืน แต่เบื้องลึกกลับแฝงความเงียบงันอยู่ใต้เงาเทคโนโลยี
Ethan Brown ไม่ใช่คนที่ตื่นเช้ามาแล้วอยากเปลี่ยนโลกในทันที เขาเติบโตมากับพ่อที่เป็นนักอนุรักษ์ธรรมชาติ มีฟาร์มโคนมเล็ก ๆ ให้ได้สัมผัสความจริงของเกษตรกรรมแบบดั้งเดิม เขาเรียนจบปริญญาตรีด้านประวัติศาสตร์และรัฐบาล ต่อด้วยปริญญาโทด้านนโยบายสาธารณะจาก University of Maryland และ MBA จาก Columbia University เขาเคยทำงานด้านนโยบายพลังงานทางเลือกที่ National Governors Association และบริษัท Ballard Power Systems ก่อนจะย้ายขั้วจากพลังงานสู่โปรตีนแทน
ช่วงหนึ่งเขาพูดใน TED ว่า “ผมมองเห็นว่าอาหารนั้นเชื่อมโยงกับสิ่งแวดล้อมและสุขภาพมนุษย์อย่างลึกซึ้ง แต่เราแทบไม่พูดถึงเรื่องนี้ในระดับระบบเลย” เขาเห็นว่าสัตว์คือ “เครื่องจักรแปลงโปรตีนจากพืชไปเป็นเนื้อ” ซึ่งเขาเชื่อว่ามัน “ไม่จำเป็นอีกต่อไปแล้ว” ในศตวรรษที่ 21
Beyond Meat ไม่ได้ใช้สูตรการต้มถั่วแล้วปั้นเป็นเบอร์เกอร์แบบบ้าน ๆ แต่ใช้กระบวนการแปรรูปที่ซับซ้อนระดับอุตสาหกรรมที่เรียกว่า High Moisture Extrusion (HME) ที่ต้องใช้เครื่องจักรเฉพาะราคาแพงมาก เพื่อดัดแปลงโปรตีนพืช เช่น ถั่วเหลือง ถั่วลันเตา ให้มีโครงสร้างเหมือนกล้ามเนื้อสัตว์ ทั้งเส้นใย ความชุ่มฉ่ำ และแรงต้านเมื่อกัด ซึ่งทั้งหมดนี้ไม่สามารถทำในครัวชาวบ้านได้ง่าย ๆ
บริษัทได้รับทุนสนับสนุนตั้งแต่ช่วงเริ่มต้นจากกลุ่มนักลงทุนที่มีอิทธิพลใน Silicon Valley เช่น Kleiner Perkins และ Obvious Corporation ของ Evan Williams ผู้ร่วมก่อตั้ง Twitter ก่อนจะขยายฐานนักลงทุนไปยัง Tyson Foods (ซึ่งเป็นบริษัทยักษ์ใหญ่ด้านเนื้อสัตว์ของสหรัฐฯ ที่ลงทุนใน Beyond Meat ก่อนจะถอนตัวภายหลัง) และนักแสดงฮอลลีวูดอย่าง Leonardo DiCaprio การเข้าระดมทุนในตลาดหุ้น (IPO) ปี 2019 ก็ยิ่งสร้างกระแสให้บริษัทกลายเป็นภาพตัวแทนของการกินอนาคตที่ยั่งยืน ทว่าในความหรูหรานั้น มีรอยร้าวแฝงอยู่เสมอ
ในขณะที่ภาพจำของ Beyond Meat ถูกวาดว่าเป็น “ทางรอดของโลก” และ “อาหารเพื่อสิ่งแวดล้อม” รัฐบาลสหรัฐฯ ก็สนับสนุนทิศทางนี้อย่างเงียบเชียบ ด้วยการอัดงบประมาณกว่า 125 ล้านดอลลาร์เข้าสู่อุตสาหกรรมโปรตีนทางเลือกผ่านโครงการต่าง ๆ เช่น หน่วยงานวิจัย USDA และกองทุนสนับสนุนมหาวิทยาลัยด้านเทคโนโลยีอาหาร ไม่ต่างจากรัฐบาลอิสราเอลที่ทุ่มงบกว่า 18 ล้านดอลลาร์ให้บริษัทเนื้อเพาะเลี้ยงแบบไม่มีอ้อมค้อม ทั้งหมดนี้กำลังสร้างระบบอาหารที่ไม่ต้องพึ่งดิน ไม่ต้องพึ่งแดด ไม่ต้องพึ่งเกษตรกร แต่ขึ้นอยู่กับโรงงานที่ควบคุมโดยบริษัทมหาชนเพียงไม่กี่เจ้า
เมื่อมองให้ลึกลงไป Beyond Meat ไม่ใช่แค่บริษัทอาหาร แต่คือจุดเริ่มต้นแรกๆของโลก ในด้านระบบนิเวศใหม่ที่ตัด “คนตัวเล็ก” ออกจากสมการเกษตรกรรมโดยสิ้นเชิง เกษตรกรจะไม่มีทางผลิต “เนื้อจากพืช” เหล่านี้ได้ด้วยตัวเอง เพราะต้องใช้เทคโนโลยีราคาแพง วัตถุดิบเฉพาะ และสูตรการแปรรูปที่ถูกจดสิทธิบัตรไว้หมดแล้ว ระบบอาหารจึงค่อย ๆ ถูกปิดตายภายใต้รั้วของลิขสิทธิ์ เหมือนโลกของซอฟต์แวร์ที่ไม่มีใครแตะต้องโค้ดต้นฉบับได้ ทุกคำที่เคี้ยวอาจกลายเป็นทรัพย์สินของใครบางคน และในวันที่ดินผืนสุดท้ายไม่ได้ปลูกพืช แต่กลายเป็นโรงงานสังเคราะห์โปรตีน นั่นแหละที่มนุษย์จะพบว่า ตนเองไม่ได้เป็น “ผู้ผลิตอาหาร” อีกต่อไป แต่กลายเป็น “ผู้บริโภค” ตลอดกาล
แม้ตัวเลขยอดขายของ Beyond Meat จะพุ่งขึ้นในช่วงแรกหลังเข้าตลาดหุ้น แต่เมื่อเวลาผ่านไป กลับสะท้อนความจริงที่น่าสนใจว่าสิ่งที่ดูเหมือนจะเป็นทางออกของโลก อาจไม่ใช่คำตอบที่ยั่งยืนเลยก็ได้
ในปี 2022 บริษัทประกาศลดพนักงานลง 19% และราคาหุ้นร่วงลงกว่า 80% จากจุดสูงสุด พร้อมกับข่าวคราวที่ส่อให้เห็นปัญหาด้านความปลอดภัยในสายการผลิต และยอดขายที่ไม่เติบโตตามเป้า แม้จะพยายามขยายตลาดอย่างต่อเนื่อง แต่คนทั่วไปเริ่มตระหนักว่า “เนื้อจากพืช” ที่แปรรูปหนักอาจไม่ใช่คำตอบของสุขภาพหรือสิ่งแวดล้อมอย่างที่เคยเชื่อ
ไม่เพียงเท่านั้น ผลการสำรวจในอเมริกาและยุโรปเริ่มชี้ว่า คนที่เคยทดลองกิน plant-based meat กลับไม่ซื้อซ้ำ โดยให้เหตุผลว่าไม่อร่อย แพง และไม่เชื่อว่าเป็นอาหารที่ดีต่อร่างกายจริง ๆ อีกทั้งบางรายถึงกับบอกว่ารู้สึกแปลกแยก เพราะอาหารที่มีส่วนผสมเยอะและชื่อส่วนประกอบที่อ่านไม่ออก มักทำให้คนรู้สึกว่าไม่ใช่อาหารธรรมชาติ ซึ่งขัดกับความตั้งใจเดิมที่อยากกินอาหารเพื่อสุขภาพ
คำว่า “ยั่งยืน” จึงไม่เพียงพอจะอธิบายได้ว่าอะไรคือสิ่งดีจริง ๆ เพราะหากความยั่งยืนนั้นหมายถึงการผูกขาด แปรรูป และบังคับให้ผู้คนต้องซื้ออาหารจากบริษัทไม่กี่แห่ง มันก็ไม่ได้ต่างอะไรกับการจำกัดอิสรภาพในจานข้าว อาหารที่แท้ควรเป็นของทุกคน เป็นสิทธิ์พื้นฐานที่มนุษย์ควรสร้างได้เอง ไม่ใช่ต้องลงทะเบียนซื้อกับห้างใหญ่ ๆ ผ่าน QR code ทุกมื้อ
ทุกวันนี้ Beyond Meat ยังไม่ถึงจุดตกต่ำที่สุด และยังมีโอกาสกลับมาได้เสมอ แต่สิ่งนึงที่เราต้องตระหนักเอาไว้คือ นี่ยังเป็นแค่ยักษ์เล็กไม่ใช่ยักษ์ใหญ่ เทคโนโลยีการสกัดโปรตีนพืชมาขยำเป็นรูปนั้น ณ วินาทีนี้ คือโบราณเกินไปแล้วครับ ในตลาดก็มีหมูปลอมเนื้อปลอมแบบนี้ออกมามากมาย หน้าตางดงามสมจริง แต่สิ่งเหล่านี้มันคือแค่จุดเริ่มต้นครับ ถ้าจะนับเรื่องราวเหล่านี้ว่าเริ่มจาก 2009 ก็ไม่ผิดนัก
เมื่อถึงจุดหนึ่ง คุณจะมองเห็นลำดับชั้นของ ธุรกิจ นวตกรรม การครอบงำทางการตลาดแบบผูกมัดที่ตัดแขนตัดขาไปทีละนิดจนเราหมดสิทธิ์เลือก สิ่งเดียวที่เราจะเลือกได้คือ ซื้อเนื้อจากแลปไหน #pirateketo #กูต้องรู้มั๊ย #ม้วนหางสิลูก #siamstr
-
@ 2b998b04:86727e47
2025-05-26 20:56:42Why Trading Matters (And Why It’s Not a Zero-Sum Game)
There’s a common belief — even in some Bitcoin circles — that short-term trading is just gambling. That it’s a zero-sum game where one trader’s win is another’s loss.
I get it. The noise is real. So is the wreckage from over-leveraged bets and mindless speculation.
But that’s not the whole story.
Recently, someone I worked with in 2023 and 2024 — a former mortgage broker — invited me to join an “investment club” that sends buy/sell signals through WhatsApp.\ Just follow the messages. Don’t think. Don’t learn. Just click and hope.
That’s not trading.\ That’s waiting on an oracle and outsourcing your judgment. It’s faith in hype, not process. It’s anti-skill.
Another friend told me my approach — aiming for consistent, small intraday gains — sounded boring. But here’s what I told him:
If I trade a $100 stock ten times in a day for a $1–2 gain each time, I’ve made the same as someone waiting around for that one 10% spike.\ But I’ve done it with discipline, risk control, and real engagement. That’s not boring. That’s working.
These days, I only trade equities. No crypto. No forex.
Why? Because equities are productive assets tied to real businesses in a real economy.\ They aren’t my end goal — Bitcoin is.\ But equities offer a stable, regulated environment to extract short-term gains without feeding the casino culture of leveraged altcoins or hypervolatile FX pairs.
And forex? You're just trading one melting ice cube for another — flipping between fiat currencies that are backed by nothing but promises and policies.\ It's like playing musical chairs with pieces of paper while the music gets faster.\ I’ve done it. I understand it. But it no longer feels congruent with my Bitcoin ethos.
It’s not about purity. It’s about alignment.\ If I’m going to trade, I want the process to reflect the same principles that drew me to Bitcoin: transparency, discipline, and long-term thinking.
Real trading is:
-
Dynamic, not zero-sum.\ While some instruments are win/lose, markets as a whole reward liquidity, attention, and adaptability. Traders contribute to price discovery.
-
A funding mechanism for conviction.\ I don’t trade just to make money — I trade to build. My equity gains fund my Bitcoin stacking, my open-source work, my writing, my peace of mind.
-
A craft, not a shortcut.\ The edge is earned. Over time. In silence. With scars.
I’m not here to follow someone’s signals.\ And I’m not chasing that one moonshot.
This is daily work.\ This is Proof of Work.
Postscript:\ This week? No red days. A green week — around $300.\ Not a huge number. And that’s okay.\ Because I wasn’t just trading.
I was writing. Building. Launching tools. Finishing a 5-part series.\ Some weeks, the return isn’t measured in dollars. It’s measured in direction.
Small trades. Strong conviction. Deep alignment.
That’s Proof of Work, too.
-
-
@ 52b4a076:e7fad8bd
2025-05-03 21:54:45Introduction
Me and Fishcake have been working on infrastructure for Noswhere and Nostr.build. Part of this involves processing a large amount of Nostr events for features such as search, analytics, and feeds.
I have been recently developing
nosdex
v3, a newer version of the Noswhere scraper that is designed for maximum performance and fault tolerance using FoundationDB (FDB).Fishcake has been working on a processing system for Nostr events to use with NB, based off of Cloudflare (CF) Pipelines, which is a relatively new beta product. This evening, we put it all to the test.
First preparations
We set up a new CF Pipelines endpoint, and I implemented a basic importer that took data from the
nosdex
database. This was quite slow, as it did HTTP requests synchronously, but worked as a good smoke test.Asynchronous indexing
I implemented a high-contention queue system designed for highly parallel indexing operations, built using FDB, that supports: - Fully customizable batch sizes - Per-index queues - Hundreds of parallel consumers - Automatic retry logic using lease expiration
When the scraper first gets an event, it will process it and eventually write it to the blob store and FDB. Each new event is appended to the event log.
On the indexing side, a
Queuer
will read the event log, and batch events (usually 2K-5K events) into one work job. This work job contains: - A range in the log to index - Which target this job is intended for - The size of the job and some other metadataEach job has an associated leasing state, which is used to handle retries and prioritization, and ensure no duplication of work.
Several
Worker
s monitor the index queue (up to 128) and wait for new jobs that are available to lease.Once a suitable job is found, the worker acquires a lease on the job and reads the relevant events from FDB and the blob store.
Depending on the indexing type, the job will be processed in one of a number of ways, and then marked as completed or returned for retries.
In this case, the event is also forwarded to CF Pipelines.
Trying it out
The first attempt did not go well. I found a bug in the high-contention indexer that led to frequent transaction conflicts. This was easily solved by correcting an incorrectly set parameter.
We also found there were other issues in the indexer, such as an insufficient amount of threads, and a suspicious decrease in the speed of the
Queuer
during processing of queued jobs.Along with fixing these issues, I also implemented other optimizations, such as deprioritizing
Worker
DB accesses, and increasing the batch size.To fix the degraded
Queuer
performance, I ran the backfill job by itself, and then started indexing after it had completed.Bottlenecks, bottlenecks everywhere
After implementing these fixes, there was an interesting problem: The DB couldn't go over 80K reads per second. I had encountered this limit during load testing for the scraper and other FDB benchmarks.
As I suspected, this was a client thread limitation, as one thread seemed to be using high amounts of CPU. To overcome this, I created a new client instance for each
Worker
.After investigating, I discovered that the Go FoundationDB client cached the database connection. This meant all attempts to create separate DB connections ended up being useless.
Using
OpenWithConnectionString
partially resolved this issue. (This also had benefits for service-discovery based connection configuration.)To be able to fully support multi-threading, I needed to enabled the FDB multi-client feature. Enabling it also allowed easier upgrades across DB versions, as FDB clients are incompatible across versions:
FDB_NETWORK_OPTION_EXTERNAL_CLIENT_LIBRARY="/lib/libfdb_c.so"
FDB_NETWORK_OPTION_CLIENT_THREADS_PER_VERSION="16"
Breaking the 100K/s reads barrier
After implementing support for the multi-threaded client, we were able to get over 100K reads per second.
You may notice after the restart (gap) the performance dropped. This was caused by several bugs: 1. When creating the CF Pipelines endpoint, we did not specify a region. The automatically selected region was far away from the server. 2. The amount of shards were not sufficient, so we increased them. 3. The client overloaded a few HTTP/2 connections with too many requests.
I implemented a feature to assign each
Worker
its own HTTP client, fixing the 3rd issue. We also moved the entire storage region to West Europe to be closer to the servers.After these changes, we were able to easily push over 200K reads/s, mostly limited by missing optimizations:
It's shards all the way down
While testing, we also noticed another issue: At certain times, a pipeline would get overloaded, stalling requests for seconds at a time. This prevented all forward progress on the
Worker
s.We solved this by having multiple pipelines: A primary pipeline meant to be for standard load, with moderate batching duration and less shards, and high-throughput pipelines with more shards.
Each
Worker
is assigned a pipeline on startup, and if one pipeline stalls, other workers can continue making progress and saturate the DB.The stress test
After making sure everything was ready for the import, we cleared all data, and started the import.
The entire import lasted 20 minutes between 01:44 UTC and 02:04 UTC, reaching a peak of: - 0.25M requests per second - 0.6M keys read per second - 140MB/s reads from DB - 2Gbps of network throughput
FoundationDB ran smoothly during this test, with: - Read times under 2ms - Zero conflicting transactions - No overloaded servers
CF Pipelines held up well, delivering batches to R2 without any issues, while reaching its maximum possible throughput.
Finishing notes
Me and Fishcake have been building infrastructure around scaling Nostr, from media, to relays, to content indexing. We consistently work on improving scalability, resiliency and stability, even outside these posts.
Many things, including what you see here, are already a part of Nostr.build, Noswhere and NFDB, and many other changes are being implemented every day.
If you like what you are seeing, and want to integrate it, get in touch. :)
If you want to support our work, you can zap this post, or register for nostr.land and nostr.build today.
-
@ 87fedb9f:0da83419
2025-05-26 19:57:22https://www.thrivingnow.center/t/1487/5
We covered…
1. Differentiation: Claiming Our Energetic Space
Differentiation isn’t just about closeness or distance—it’s about clearly knowing where we end and others begin. We can say, “They’re tired and grumpy right now,” without giving up our cheerful mood from a peaceful morning meditation. We can adapt without losing ourselves, choosing consciously rather than reacting habitually.
2. Energetic Boundaries: Maintaining Our Own Weather
Many of us with heightened empathy tend to embody another person’s emotions, making their grumpiness our own. Practicing differentiation helps us notice their state without internalizing it, allowing us to maintain our own emotional clarity and calm, even when someone else brings stormy energy into the room.
3. Growing Emotional Muscles Through Discomfort
Differentiation is challenging because it involves tolerating discomfort. For example, preparing a meal lovingly and then watching someone else be disappointed requires emotional resilience. Using EFT tapping, we actively address these uncomfortable moments, building inner strength and clarity to stay true to ourselves even under pressure.
4. Self-Validation: Anchoring Our Integrity
Instead of relying on external validation, we ask ourselves: “Did I act with integrity?” If we’ve lovingly prepared a meal or helped in a situation, we can acknowledge our effort regardless of others’ reactions. By validating ourselves internally, we nurture our sense of self-worth and emotional freedom.
5. Allowing Others Their Own Discomfort
We often feel compelled to alleviate others’ discomfort immediately—yet it’s not always helpful. For instance, when someone is hungover or grumpy, we don’t need to energetically jump in to fix their state. Allowing people to experience their discomfort without interference respects their personal growth and conserves our emotional resources.
6. From Survival Obligations to Conscious Responsiveness
As children, enmeshment—absorbing others’ emotional states—was crucial for survival. As adults, we can shift to a posture of response-ability, being willing and able to respond without obligation. Recognizing we no longer need survival reactions for non-life-threatening situations helps us thrive rather than merely survive emotionally.
7. Honoring the Essential Struggle
Just like a butterfly must struggle out of its chrysalis to survive, allowing someone to face their own challenges supports genuine growth. Even if our heart urges us to intervene, differentiation guides us to remain compassionately present without interfering with their developmental process.
8. Turning Down the Empathy Volume
Many of us developed heightened empathy to monitor emotional threats in childhood. We can now gently turn down this sensitivity, trusting that we’ll notice genuine needs without overreacting to every emotional ripple around us. We use EFT tapping and mindful intentions to recalibrate this empathic awareness.
9. Discernment Check-In: “How Much Is Mine?”
We practice asking ourselves: “How much of this discomfort belongs to me, and how much is theirs?” If we’re triggered by someone’s frustration or disappointment, checking in helps us clarify our own feelings from theirs. For example, recognizing that a child’s intense disappointment resonates with our own unresolved feelings helps us respond more skillfully.
10. Permission to Pause and Choose
When faced with emotional demands—especially from family or intense group dynamics—we give ourselves permission to pause and reflect. We ask, “Is this really my circus, my monkey?” and decide what genuinely feels right. For instance, deciding whether to answer a distressed late-night call from a family member becomes a conscious choice rather than an automatic obligation.
11. Authentic Connections in the “We Space”
Differentiation doesn’t mean isolation—it creates a “we space” where authentic relationships thrive. Being differentiated means we are fully ourselves within relationships, clearly communicating our needs and limits, and respecting those of others. This mutual clarity fosters deeper, healthier connections built on emotional freedom and genuine understanding.
-
@ c1e6505c:02b3157e
2025-05-27 01:11:45I spent Memorial Day swimming in the local river - something I try to do at least four times a week. It’s the best form of exercise imo, but it’s more than that. Swimming against the tide, feeling the water move around me... there’s something about it that keeps me grounded. Nature at her peak.
Today I brought my X-Pro2 with the 1959 Leica Summaron 35mm f/2.8. I'm still testing the lens wide open to get a feel for its character. My subject this time: the light playing on the ripples and waves.
While I was shooting, a kid randomly ran up to me and started telling me something about what he got for his dad while fishing, or something - I didn’t quite hear him - and then he asked what I was looking at. I told him, “The ripples. The way the light is refracting.” I had him sit exactly where I was so he could see it too.
He lit up. You could tell no one had ever pointed something like that out to him before. In that moment, I felt like maybe I was able to plant a little seed - a new way of seeing.
This is what I was looking at.
-
@ 8bad92c3:ca714aa5
2025-05-26 19:01:37I've pulled together the most compelling forward-looking predictions from our recent podcast conversations. These insights highlight where our guests see opportunities and challenges in the Bitcoin ecosystem, energy markets, and beyond.
AI Agents Will Drive Bitcoin Adoption More Than Human Users by 2030 - Andrew Myers
Andrew Myers described how the artificial intelligence revolution will fundamentally transform Bitcoin usage patterns over the next few years. He highlighted Paul's tweet that suggested machine-to-machine transactions using Bitcoin will soon dominate the network.
"We talk about Bitcoin being used as a medium of exchange. We're going to find that the machines are doing most of that exchange at some point relatively soon," Andrew explained. "The agents using Bitcoin to complete tasks using something like L4 or two protocol is going to far surpass the amount of transactions that humans are doing to do things in their everyday lives."
Andrew believes AI agents will naturally gravitate toward Bitcoin because it's more energy-efficient from a computational perspective than traditional payment rails. As AI systems optimize for energy efficiency, Bitcoin's direct settlement mechanism becomes increasingly attractive compared to legacy financial infrastructure. This shift could accelerate Bitcoin adoption in ways we haven't fully anticipated, creating a new category of machine-driven demand.
CalPERS Funding Status Will Drop Below 70% by June 2025 - Dom Bei
Dom Bei, who's running for the Board of Trustees at CalPERS, made a concerning prediction about America's largest public pension fund. Currently sitting at approximately 75% funded, Dom warned the situation could deteriorate further after recent tariff-related markdowns.
"They say that the fund had a $26 billion markdown, which if my math is correct, would bring the fund closer towards the 70% funded number," Dom explained. He noted the fund needs to recover these losses before the June 30, 2025 reporting deadline, or face serious consequences.
If CalPERS funding status drops below 70%, Dom predicts a familiar pattern will unfold: municipalities and taxpayers will face higher contribution rates to cover the shortfall, diverting money from essential services like parks, schools, and public safety. This would likely trigger another round of pension reform debates targeting worker benefits, despite similar reforms in 2013 failing to address the fundamental performance issues plaguing the fund.
Energy Companies Will Incorporate Bitcoin Into Settlements Within 3 Years - Andrew Myers
Andrew Myers outlined a compelling vision for Bitcoin's integration into energy markets, predicting that by 2027 (block 1,050,000), we'll see widespread adoption of Bitcoin for energy transactions and settlements. He described his company's mission as enabling "every electric power company to use bitcoin by block 1,050,000."
"Our mantra for Bitcoin is fast, accurate, transparent energy transactions," Andrew explained. He highlighted several inefficiencies in current energy markets that Bitcoin could solve, including: Information asymmetry between energy buyers and sellers. Slow 30-day billing cycles creating unnecessary credit risk
Capital locked up in prepayments, deposits, and collateral requirements.Andrew revealed that his team has already prototyped a Bitcoin collateral product and that a major energy company in Texas is currently building similar functionality. He predicts these early implementations will demonstrate Bitcoin's potential to unlock billions in working capital across the energy sector through faster settlement and reduced collateral requirements.
Most significantly, Andrew mentioned early discussions with independent system operators about modifying power market protocols to incorporate Bitcoin as an alternative settlement mechanism alongside the US dollar.
Blockspace conducts cutting-edge proprietary research for investors.
Bitcoin Miners Face Hard Choices as AI Data Centers Pick Prime Locations
Bitcoin miners hoping to cash in on the AI boom by selling their facilities to hyperscalers are finding fewer opportunities than expected. With mining economics dimming and specific buyer requirements limiting potential deals, the industry faces significant challenges.
Christian Lopez, Head of Blockchain and Digital Assets at Cohen and Company Capital Markets, notes a "glut of bitcoin mines" currently on the market. While miners control substantial power resources, hyperscalers typically demand facilities with at least 150-200 megawatts capacity within 100 miles of major cities—criteria most mining operations don't meet.
An estimated 1-1.5 gigawatts of mining capacity is available for acquisition, creating downward pressure on power prices. This oversupply stems from both deteriorating mining economics and overoptimistic AI-related expectations. The valuation gap remains a persistent obstacle: "Buyers face the critical 'buy versus build' question," Lopez explains. While buyers typically value sites at $300,000-$500,000 per megawatt plus a modest premium, sellers often seek $1.5-$2 million per megawatt based on public company valuations.
Adding to these challenges, retrofitting mining sites for high-performance computing often requires completely reconstructing the power infrastructure rather than leveraging existing setups. Despite current difficulties, industry sentiment remains cautiously optimistic, with many experts predicting Bitcoin could reach $125,000-$200,000 by late 2025.
Subscribe to them here (seriously, you should): https://newsletter.blockspacemedia.com/
Ten31, the largest bitcoin-focused investor, has deployed $150M 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.
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; }
-
@ 8bad92c3:ca714aa5
2025-05-26 19:01:36Key Takeaways
Lyn Alden unpacks the complex interplay of global trade imbalances, the dollar’s entrenched reserve currency status, and America’s eroded industrial base, arguing that aggressive tariffs under Trump have backfired by hurting U.S. businesses without reversing decades of offshoring. She illustrates how China has rapidly ascended the value chain, dominating key industries and making it nearly impossible for the U.S. to build a trade coalition against them. Despite the U.S.’s massive debt and persistent global demand for dollars, cracks are forming in the system as nations explore alternative payment systems and neutral reserve assets like gold and Bitcoin. Lyn emphasizes that Bitcoin’s most effective path to integration is through grassroots and corporate adoption, not government-led initiatives, and warns that unless the U.S. urgently scales its energy and industrial capacity, it risks falling further behind China’s unmatched pace of growth and infrastructure dominance.
Best Quotes
- "The trade deficit is often described as us sending out pieces of paper and getting goods and services, which sounds like a really good deal."
- "It's better to correct these imbalances from a position of strength, not weakness."
- "All that debt creates inflexible demand for dollars. There’s literally way more demand than dollars in the system."
- "China became the largest auto exporter in the world in just four years."
- "Bitcoin isn’t changing to fit into the global financial system. The global financial system is changing to fit Bitcoin."
- "Individuals, small businesses, corporations—these are the real drivers of Bitcoin adoption. Not governments."
Conclusion
This episode offers a sobering look at America’s trade and currency dilemmas, with Lyn Alden explaining why quick policy fixes like tariffs can’t reverse decades of deindustrialization tied to the dollar’s reserve status. She highlights the rise of neutral reserve assets like gold and Bitcoin as important hedges, stressing that grassroots and corporate adoption will be more effective than government-led efforts. Lyn also warns that without a major push to expand energy production, the U.S. risks falling behind in an AI-driven, hardware-centric world, urging strategic humility and innovation to navigate the shifting global order.
Timestamps
0:00 - Intro
0:31 - Triffin's dilemma
8:10 - Debt leverage
11:04 - Fold & Bitkey
12:41 - Trump's goals and tariff policy
19:54 - Unchained
20:24 - China is not weak
30:07 - Energy
37:15 - AI/robots
41:11 - SBR
48:47 - Bitcoin credit products
52:40 - Eventful week for bitcoinTranscript
(00:00) They ramped up tariffs super high, super quickly. In many cases, were so high that they hurt us as much as some of our trade adversaries. China has ramped up to like unfathomable degrees. Nuclear, solar, pretty much everything that they can throw money at they're building. The trade is often described as us sending out pieces of paper and getting goods and services, which sounds like a really good deal.
(00:19) They take those slips of paper and then they buy our stocks. They buy our corporate bonds and government bonds. And so they end up owning a larger and larger share of corporate America. got the headphone hair. I'm all out of whack, Lynn. It's been a long week here in Austin. Yeah, I can imagine. It's been a long time since we've talked on the show. It's been two years.
(00:41) I was checking, which is a astonishing to me. But no better time than now. Uh I think quite literally based off of all the conversations we've had uh over the years. I mean, your famous saying, nothing stops this train. I think we're coming to a juncture where that's becoming abundantly clear. and you wrote uh a newsletter earlier this week, I believe you sent it out Sunday, that basically highlighted the crux of the problem, which is the dollar reserve status and the almost impossible task that Trump would like to accomplish, but
(01:21) likely isn't the case, which is sort of solving Triffin's dilemma of reshoring manufacturing while keeping US dollar dominance. So I think diving into this from first principles would be great. Sure. Yeah. And that's that's the um I can imagine the administration's challenge of trying to communicate this because uh the intricacies of how trade deficits and the reserve currency kind of pair together is very wonkish.
(01:46) It it kind of has this like academic quality to it that doesn't go over well uh in kind of political oriented speeches. Um like I would I would be terrible at a political rally for example when I try to explain any of this. Um and so we kind of have this situation where um and this was outlined back during the Breton Wood system by Triffin as you mentioned uh which is that having the reserve currency does come with a bunch of benefits um you know historically called a extraordin uh exorbitant privilege um but then it has certain costs to
(02:15) maintain it and those costs can vary a bit depending on how the system structure. So for example back in the Bretton Woods era the cost was that we kept draining our gold reserves. uh we basically had to kind of keep paying out our go gold gold reserves to maintain that part of the system and in the current formation uh instead we kind of pay for it with our industrial base.
(02:36) We keep kind of sending out little parts of our industrial base over time to maintain the the global reserve currency status. And there's a few reasons for that. One is that um because unlike every other fiat currency, the dollar has all these extra demands for it by countries all around the world. um all these different purposes.
(02:55) um there's this extra demand for dollars which sounds good on the surface and as for Americans for example we have tons of import power when we go on vacations to the rest of the world it's you know we have pretty strong purchasing power compared to when they come to the US um these things seem good on the surface but it also means that it's pretty expensive to manufacture lower margin things here at home uh and so we have this kind of situation where our imports are very strong our exports uh especially lower margin stuff is less uh
(03:22) competitive whereas we can still be competitive competitive on really high margin stuff, you know, technology, finance, healthcare, that kind of thing. Um, and then the other aspect is that even if you could somehow solve that, there's the more fundamental problem, which is that the whole world needs dollars uh for the you know, global reserve currency status to use it for international contract pricing, crossber financing, one side of every trade pair that they do, all these different purposes as a reserve asset. Um uh and
(03:51) when you step back and say, "Well, how do they get all those dollars if they're all using dollars? How did all those dollars get out there?" And the answer is trade deficits. Um basically that overvalued aspect forces open the US trade deficit. And every year we send out hundreds of billions or sometimes a trillion dollars in net outflows.
(04:10) And over years and decades, these have accumulated out there. And so, uh, kind of the way it works is that if you want to fix the trade deficit, which I've been I've been writing about since 2019, I think that's a I think that's a valid mandate to do. Um, unfortunately does come with trade-offs.
(04:26) Uh, some of the some of the benefits that that you know that we enjoy at the cost of the trade deficit. Um, if you do want to kind of fix that imbalance, it comes up, you know, with with basically giving away at least some of those benefits and prioritizing that that industrial base a bit more. And one of the dynamics that you highlighted in your newsletter, which makes sense, but wasn't very clear to me before, is that via these deficits, we flood international markets with dollars because we're sending parts of our industrial base over there. But then
(05:00) it's like cyclical. They take those dollars and then reinvest them in US financial assets. So it has this sort of flow where it goes out but then it comes back in into the financialized economy via equities and real estate and other such assets and that is good for asset owners here in the United States.
(05:19) But again I think that's is part of the bag of mandate is that sort of cycle has led to this large wealth gap in the United States that they're trying to fix. Yeah. Exactly. Um and so basically the opposite side of a current account deficit which is basically so the trade deficit plus things like interest and dividends.
(05:39) Um so we run a structural current account deficit and the opposite side of that is a capital account surplus. Um which is that funds flow in the rest of the world and buy our financial assets. Uh and so it's the the trade deficit is often described as us sending out pieces of paper and getting goods and services which sounds like a really good deal.
(05:57) Um but then the extra step of that that you mentioned is that they take those slips of paper or really those electronic digits that they have and then they buy our stocks, they buy our real estate, they buy our private equity, they they buy our corporate bonds and government bonds and so they end up owning a larger and larger share of corporate America as part of their kind of accumulated uh trade surpluses uh and reserve assets and uh international private assets.
(06:22) Um, and the kind of the consequence of this, if you kind of like view the foreign sector as an intermediary, we're basically constantly kind of taking economic vibrancy out of, you know, Michigan and Ohio and, uh, you know, rural Pennsylvania where the steel m -
@ c1e9ab3a:9cb56b43
2025-05-01 17:29:18High-Level Overview
Bitcoin developers are currently debating a proposed change to how Bitcoin Core handles the
OP_RETURN
opcode — a mechanism that allows users to insert small amounts of data into the blockchain. Specifically, the controversy revolves around removing built-in filters that limit how much data can be stored using this feature (currently capped at 80 bytes).Summary of Both Sides
Position A: Remove OP_RETURN Filters
Advocates: nostr:npub1ej493cmun8y9h3082spg5uvt63jgtewneve526g7e2urca2afrxqm3ndrm, nostr:npub12rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sf485vg, nostr:npub17u5dneh8qjp43ecfxr6u5e9sjamsmxyuekrg2nlxrrk6nj9rsyrqywt4tp, others
Arguments: - Ineffectiveness of filters: Filters are easily bypassed and do not stop spam effectively. - Code simplification: Removing arbitrary limits reduces code complexity. - Permissionless innovation: Enables new use cases like cross-chain bridges and timestamping without protocol-level barriers. - Economic regulation: Fees should determine what data gets added to the blockchain, not protocol rules.
Position B: Keep OP_RETURN Filters
Advocates: nostr:npub1lh273a4wpkup00stw8dzqjvvrqrfdrv2v3v4t8pynuezlfe5vjnsnaa9nk, nostr:npub1s33sw6y2p8kpz2t8avz5feu2n6yvfr6swykrnm2frletd7spnt5qew252p, nostr:npub1wnlu28xrq9gv77dkevck6ws4euej4v568rlvn66gf2c428tdrptqq3n3wr, others
Arguments: - Historical intent: Satoshi included filters to keep Bitcoin focused on monetary transactions. - Resource protection: Helps prevent blockchain bloat and abuse from non-financial uses. - Network preservation: Protects the network from being overwhelmed by low-value or malicious data. - Social governance: Maintains conservative changes to ensure long-term robustness.
Strengths and Weaknesses
Strengths of Removing Filters
- Encourages decentralized innovation.
- Simplifies development and maintenance.
- Maintains ideological purity of a permissionless system.
Weaknesses of Removing Filters
- Opens the door to increased non-financial data and potential spam.
- May dilute Bitcoin’s core purpose as sound money.
- Risks short-term exploitation before economic filters adapt.
Strengths of Keeping Filters
- Preserves Bitcoin’s identity and original purpose.
- Provides a simple protective mechanism against abuse.
- Aligns with conservative development philosophy of Bitcoin Core.
Weaknesses of Keeping Filters
- Encourages central decision-making on allowed use cases.
- Leads to workarounds that may be less efficient or obscure.
- Discourages novel but legitimate applications.
Long-Term Consequences
If Filters Are Removed
- Positive: Potential boom in new applications, better interoperability, cleaner architecture.
- Negative: Risk of increased blockchain size, more bandwidth/storage costs, spam wars.
If Filters Are Retained
- Positive: Preserves monetary focus and operational discipline.
- Negative: Alienates developers seeking broader use cases, may ossify the protocol.
Conclusion
The debate highlights a core philosophical split in Bitcoin: whether it should remain a narrow monetary system or evolve into a broader data layer for decentralized applications. Both paths carry risks and tradeoffs. The outcome will shape not just Bitcoin's technical direction but its social contract and future role in the broader crypto ecosystem.
-
@ 26769dac:498e333b
2025-05-26 18:34:14My life is my way Home\ My death is my arrival
I can't wait to be Home\ And so I love life
I can't wait to be Home\ And so I want to live to the fullest
For there are no shortcuts
Many people die\ And never make it Home
They will have to wait\ For another chance to die
Another chance to live fully\ And die totally
I'm so thankful to be alive\ I'm on my way Home
I'm so thankful to be alive\ To have another chance to die
Every day I take a step\ In the direction of my death\ I do not postpone it
Every day I take a step\ In the direction of my truth\ I do not avoid it
It is who I am, always have been\ And always will be
It lies beyond that door\ That keeps everything in check
Where only can go through\ Which is forever true
-
@ 52b4a076:e7fad8bd
2025-04-28 00:48:57I have been recently building NFDB, a new relay DB. This post is meant as a short overview.
Regular relays have challenges
Current relay software have significant challenges, which I have experienced when hosting Nostr.land: - Scalability is only supported by adding full replicas, which does not scale to large relays. - Most relays use slow databases and are not optimized for large scale usage. - Search is near-impossible to implement on standard relays. - Privacy features such as NIP-42 are lacking. - Regular DB maintenance tasks on normal relays require extended downtime. - Fault-tolerance is implemented, if any, using a load balancer, which is limited. - Personalization and advanced filtering is not possible. - Local caching is not supported.
NFDB: A scalable database for large relays
NFDB is a new database meant for medium-large scale relays, built on FoundationDB that provides: - Near-unlimited scalability - Extended fault tolerance - Instant loading - Better search - Better personalization - and more.
Search
NFDB has extended search capabilities including: - Semantic search: Search for meaning, not words. - Interest-based search: Highlight content you care about. - Multi-faceted queries: Easily filter by topic, author group, keywords, and more at the same time. - Wide support for event kinds, including users, articles, etc.
Personalization
NFDB allows significant personalization: - Customized algorithms: Be your own algorithm. - Spam filtering: Filter content to your WoT, and use advanced spam filters. - Topic mutes: Mute topics, not keywords. - Media filtering: With Nostr.build, you will be able to filter NSFW and other content - Low data mode: Block notes that use high amounts of cellular data. - and more
Other
NFDB has support for many other features such as: - NIP-42: Protect your privacy with private drafts and DMs - Microrelays: Easily deploy your own personal microrelay - Containers: Dedicated, fast storage for discoverability events such as relay lists
Calcite: A local microrelay database
Calcite is a lightweight, local version of NFDB that is meant for microrelays and caching, meant for thousands of personal microrelays.
Calcite HA is an additional layer that allows live migration and relay failover in under 30 seconds, providing higher availability compared to current relays with greater simplicity. Calcite HA is enabled in all Calcite deployments.
For zero-downtime, NFDB is recommended.
Noswhere SmartCache
Relays are fixed in one location, but users can be anywhere.
Noswhere SmartCache is a CDN for relays that dynamically caches data on edge servers closest to you, allowing: - Multiple regions around the world - Improved throughput and performance - Faster loading times
routerd
routerd
is a custom load-balancer optimized for Nostr relays, integrated with SmartCache.routerd
is specifically integrated with NFDB and Calcite HA to provide fast failover and high performance.Ending notes
NFDB is planned to be deployed to Nostr.land in the coming weeks.
A lot more is to come. 👀️️️️️️
-
@ 5d4b6c8d:8a1c1ee3
2025-05-27 02:24:08I did pretty poorly today. It's dreary and drizzly here, so I didn't get out walking. Even the dog didn't want to go out. We also had weirdly few chores or errands to do.
Maybe this was just a natural rest day. I did catch up on some sleep.
Foodwise, I kept my fast until reasonably late in the day, but then I ate a bunch of cookies. I'll need to do better tomorrow.
How'd everyone else do, today?
https://stacker.news/items/990061
-
@ cae03c48:2a7d6671
2025-05-26 18:00:41Bitcoin Magazine
The Freedom Issue: Letter From the EditorBitcoin is freedom money, a censorship-resistant form of digital cash allowing anyone with an internet connection to send money to anyone else, regardless of nationality, borders, or other arbitrary restrictions.
I personally first heard about Bitcoin in early 2013, through friends who were buying… stuff from Silk Road, the darknet marketplace helmed by the mysterious Dread Pirate Roberts. Although Silk Road was controversial (the “stuff” most people bought and sold was, of course, illegal drugs), it represented a radical example of the form of freedom that Bitcoin provides.
Later in 2013, Silk Road was shut down by the FBI, and Ross Ulbricht was revealed as the market’s founder and the true identity behind the Dread Pirate Roberts pseudonym — although he claims several people operated the account. Ulbricht was sentenced to two life sentences plus forty years in prison without the possibility of parole.
In my view — and that of many Bitcoiners — it was excessive. Even if you believe Ulbricht was guilty of everything he was convicted of (all nonviolent crimes), he was made an example of, and didn’t actually deserve to be locked up for the rest of his days.
Fortunately, Ulbricht was granted a full and unconditional pardon from President Trump in January of this year. The founder of Silk Road, in a very literal sense, has regained his freedom.
This edition of Bitcoin Magazine celebrates and highlights the freedom aspect of Bitcoin with a range of articles and artwork focusing on the people and projects that use bitcoin to advance liberty, and those who make this possible… with a special focus on Ulbricht and Silk Road.
For other stories about bitcoin as freedom money, flip the magazine around!
Welcome to The Freedom Issue.
Aaron van Wirdum
Don’t miss your chance to own The Freedom Issue—featuring never-before-seen letters from Ross Ulbricht and his mother, Lyn. Limited run. Only available while supplies last.
This piece is the Letter from the Editor featured in the latest print edition of Bitcoin Magazine, The Freedom Issue. We’re sharing it here as an early look at the ideas explored throughout the full issue.
This post The Freedom Issue: Letter From the Editor first appeared on Bitcoin Magazine and is written by Aaron Van Wirdum.
-
@ 0c65eba8:4a08ef9a
2025-05-26 17:38:56Most people think being a good parent means giving your kids a happy childhood. That’s only part of the story. The deeper purpose, the one that really matters, is this:
You’re not just raising kids. You’re raising the parents of your future grandchildren.
That means your job isn’t done when your kids grow up. It’s done when they can raise strong, healthy, wise children of their own, just like you’re trying to do now. That’s the real test of parenting: Can your children carry what you’ve taught them into the next generation?
Some people think the job ends at 18, that you feed them, house them, send them to school, and once they hit legal adulthood, it’s time to throw them to the wolves and hope they figure it out. But that mindset leaves too many young adults unprepared, unsupported, and unequipped to build strong families of their own. And the cycle of weak parenting repeats.
What Does Raising Future Parents Mean?
It means both mothers and fathers have special, essential roles that children desperately need. When one is missing or not doing their part, the child carries that hole with them for life.
Fathers are there to protect, provide, set limits, and prepare their children to face the real world with strength and responsibility. Kids need their dads to teach them that actions have consequences, and beyond that, to model how to take calculated risks, face challenges, and build long-term vision. Fathers help children think in terms of consequences that play out over time, rather than just the immediate moment. They show how courage is not the absence of fear, but the ability to manage it. They also help children set boundaries in relationships, teaching when to say no, when to stand firm, and how to protect their own dignity and values.
Mothers are there to connect, comfort, and teach children how to feel safe, loved, and secure. Kids need their moms to help them understand emotions, build trust, and feel rooted in their identity and belonging. Mothers specialize in short-term care: emotional presence, daily rhythms, and quick responsiveness. They teach the child to value intimacy, emotional expression, and the importance of staying close when vulnerable.
Both roles are essential, though they apply differently over time. Mothers and fathers serve completely different functions, especially as children grow. Younger children tend to need more nurture, emotional grounding, and daily rhythm. That’s typically provided by the mother. As they grow, they increasingly need structure, responsibility, and preparation for the external world. That’s typically provided by the father. When both roles are fulfilled, children develop the full range of strengths they need to become capable, resilient adults. And future parents themselves.
What Does It Take?
To be the kind of parent who raises great parents, you need:
-
Consistency: Your kids don’t need perfect, they need stable, clear, and reliable.
-
Teamwork: Parenting is not a competition between mom and dad. It’s a partnership, and the child suffers when the adults fight or undermine each other.
-
Growth: Keep learning. No one gets it all right at first. But if you keep improving, your children will too.
-
Vision: Always keep the long game in mind. Every bedtime routine, every dinner conversation, every hard talk, it all shapes the kind of parent your child will become someday. When you hold all four, consistency, teamwork, growth, and vision, you give your child the best chance not just to thrive, but to raise strong children of their own.
-
A System: You need a framework to guide your parenting. For some, that’s a religious tradition. For others, it’s an ethical philosophy, or a mix of both. You can’t reinvent everything from scratch. Adopt a proven system that fits your values, culture, and life situation, and use it to stay grounded when things get hard.
Why It Matters
I’ve been happily married for over two decades, and it’s likely I’ll never need to search for a spouse again. But I have sons, one of whom is just a few years away from being interested in girls and starting to date, with younger brothers following soon behind. That means the state of the dating and marriage culture matters deeply to me.
As a father, I’m intentional about who we spend time with. I make sure my sons are around families who are raising their daughters right, families with feminine, kind-hearted mothers and strong, masculine fathers. These are the kinds of men I want to spend time with anyway. These are also the kinds of girls I want my sons to someday meet, young women being raised to be wives and mothers, just as I raise my sons to be husbands and fathers.
It’s easy to think that once we’re out of the dating world, it no longer matters what happens to it. But if you have children or grandchildren, the social and sexual culture around you is still incredibly relevant. As parents, we shape it, not just through what we teach, but through who we associate with, what kind of marriage we model, and what values we embody; that influence matters.
Helping your children find good spouses, by helping them become good spouses, is one of your responsibilities as a parent, raising future parents is part of the job.
We live in a world where too many people don’t know how to be good parents, because they never had the example.
Even some of our ancestors who got parenting right didn’t always understand why their methods worked, they were simply following what had been done before them. But that made those traditions fragile. When anti-family messaging, selfish individualism, and pop culture began eroding those norms in the mid-20th century, people didn’t know how to defend or adapt what they had inherited. The result was generational collapse. Beginning with the Boomers, many parents simply stopped passing on core values, not because they were malicious, but because they didn’t know how to. That number has only grown with each passing generation. That’s not your fault. But it is your job to break that cycle.
If you weren’t raised right yourself, you’re not alone. Many of us carry wounds from our own childhoods: gaps, hurts, or confusion about what love, safety, or responsibility really looks like. Here’s the truth: even if you're functioning well in life, holding a job, maintaining relationships, managing responsibilities, there may still be pieces missing inside you if you weren’t fully fathered or mothered.
Those missing parts often stay quiet until parenting brings them to the surface. Suddenly, your child needs something you never received, and you’re left feeling unsure, exposed, even embarrassed.
That experience doesn’t make you broken. It makes you normal. It doesn’t mean you’re failing. It means you’re growing and reaching the edge of what you were taught. The truth is, most of us don’t grow until life demands it. And becoming a parent demands it.
Feeling unprepared in those moments is common. But it’s also an invitation. An invitation to re-parent yourself while you parent your child. To become the parent you needed, and in doing so, become the parent your child needs now.
And yes, it can be deeply humbling to feel competent in so many areas of life, but suddenly helpless in your own emotional regulation, your marriage, or your relationship with your kids. But reaching out for help in those areas isn’t a sign of weakness. It’s a sign that you’re doing the real work. It’s a mark of strength. The best parents aren’t the ones who think they’ve got it all figured out. They’re often the ones doing the most damage. The best parents are the ones who are learning, adapting, and trying every day to get better.
That’s the path. You don’t need to have every issue resolved before you begin, just stay a little ahead of your child’s needs. That’s enough. That’s parenting.
That’s why this generation has to do something different. We have to not only do better, and understand why it works, so we can teach it. Parenting can’t just be instinct. It must become conscious, deliberate, and transmittable. One simple way to start is by taking notes. Literally. Write down what works, what doesn't, what you learn from others, and what you discover through experience. Especially note the principles behind why something works. Then pass those notes on to your children when the time comes. This is how we rebuild the chain of wisdom, so they don’t have to start from scratch like so many of us did.
Parenting is not about perfection. It’s about constant growth.
If you’re stuck, don’t wait. Send me a message. Tell me what’s going on. If it’s simple, I’ll point you to something I’ve already written, or I’ll write a new post about it. If it’s more complex, we can set up a time to talk. Either way, I’ll protect your privacy, and I’ll help. That’s what I’m here for.
If we want strong communities, healthy families, and a better world for our grandchildren, it starts with us, right now, with how we raise our children today.
You don’t have to be perfect. You just have to be intentional. Because when you’re parenting with the next generation in mind, you’re not just raising a child. You’re raising the parents of your grandchildren. That’s the legacy you’re building.Most people think being a good parent means giving your kids a happy childhood. That’s only part of the story. The deeper purpose, the one that really matters, is this:
You’re not just raising kids. You’re raising the parents of your future grandchildren.
That means your job isn’t done when your kids grow up. It’s done when they can raise strong, healthy, wise children of their own, just like you’re trying to do now. That’s the real test of parenting: Can your children carry what you’ve taught them into the next generation?
Some people think the job ends at 18, that you feed them, house them, send them to school, and once they hit legal adulthood, it’s time to throw them to the wolves and hope they figure it out. But that mindset leaves too many young adults unprepared, unsupported, and unequipped to build strong families of their own. And the cycle of weak parenting repeats.
What Does Raising Future Parents Mean?
It means both mothers and fathers have special, essential roles that children desperately need. When one is missing, or not doing their part, the child carries that hole with them for life.
Fathers are there to protect, provide, set limits, and prepare their children to face the real world with strength and responsibility. Kids need their dads to teach them that actions have consequences, and beyond that, to model how to take calculated risks, face challenges, and build long-term vision. Fathers help children think in terms of consequences that play out over time, rather than just the immediate moment. They show how courage is not the absence of fear, but the ability to manage it. They also help children set boundaries in relationships, teaching when to say no, when to stand firm, and how to protect their own dignity and values.
Mothers are there to connect, comfort, and teach children how to feel safe, loved, and secure. Kids need their moms to help them understand emotions, build trust, and feel rooted in their identity and belonging. Mothers specialize in short-term care: emotional presence, daily rhythms, and quick responsiveness. They teach the child to value intimacy, emotional expression, and the importance of staying close when vulnerable.
Both roles are essential, though they apply differently over time. Mothers and fathers serve completely different functions, especially as children grow. Younger children tend to need more nurture, emotional grounding, and daily rhythm, typically provided by the mother. As they grow, they increasingly need structure, responsibility, and preparation for the external world, typically provided by the father. When both roles are fulfilled, children develop the full range of strengths they need to become capable, resilient adults,and future parents themselves.
What Does It Take?
To be the kind of parent who raises great parents, you need:
-
Consistency: Your kids don’t need perfect, they need stable, clear, and reliable.
-
Teamwork: Parenting is not a competition between mom and dad. It’s a partnership, and the child suffers when the adults fight or undermine each other.
-
Growth: Keep learning. No one gets it all right at first. But if you keep improving, your children will too.
-
Vision: Always keep the long game in mind. Every bedtime routine, every dinner conversation, every hard talk, it all shapes the kind of parent your child will become someday. When you hold all four, consistency, teamwork, growth, and vision, you give your child the best chance not just to thrive, but to raise strong children of their own.
-
A System: You need a framework to guide your parenting. For some, that’s a religious tradition. For others, it’s an ethical philosophy, or a mix of both. You can’t reinvent everything from scratch. Adopt a proven system that fits your values, culture, and life situation, and use it to stay grounded when things get hard.
Why It Matters
I’ve been happily married for over two decades, and it’s likely I’ll never need to search for a spouse again. But I have sons, one of whom is just a few years away from being interested in girls and starting to date, with younger brothers following soon behind. That means the state of the dating and marriage culture matters deeply to me.
As a father, I’m intentional about who we spend time with. I make sure my sons are around families who are raising their daughters right, families with feminine, kind-hearted mothers and strong, masculine fathers. These are the kinds of men I want to spend time with anyway. These are also the kinds of girls I want my sons to someday meet, young women being raised to be wives and mothers, just as I raise my sons to be husbands and fathers.
It’s easy to think that once we’re out of the dating world, it no longer matters what happens to it. But if you have children or grandchildren, the social and sexual culture around you is still incredibly relevant. As parents, we shape it, not just through what we teach, but through who we associate with, what kind of marriage we model, and what values we embody. That influence matters.
Helping your children find good spouses, by helping them become good spouses, is one of your responsibilities as a parent. That’s part of raising future parents.
We live in a world where too many people don’t know how to be good parents, because they never had the example.
Even some of our ancestors who got parenting right didn’t always understand why their methods worked, they were simply following what had been done before them. But that made those traditions fragile. When anti-family messaging, selfish individualism, and pop culture began eroding those norms in the mid-20th century, people didn’t know how to defend or adapt what they had inherited. The result was generational collapse. Beginning with the Boomers, many parents simply stopped passing on core values—not because they were malicious, but because they didn’t know how to. That number has only grown with each passing generation. That’s not your fault. But it is your job to break that cycle.
If you weren’t raised right yourself, you’re not alone. Many of us carry wounds from our own childhoods, gaps, hurts, or confusion about what love, safety, or responsibility really looks like. Here’s the truth: even if you're functioning well in life, holding a job, maintaining relationships, managing responsibilities, there may still be pieces missing inside you if you weren’t fully fathered or mothered.
Those missing parts often stay quiet until parenting brings them to the surface. Suddenly, your child needs something you never received, and you’re left feeling unsure, exposed, even embarrassed.
That experience doesn’t make you broken. It makes you normal. It doesn’t mean you’re failing, it means you’re growing and hitting the limits of your knowlege. The truth is, most of us don’t grow until life demands it. And becoming a parent demands it.
Feeling unprepared in those moments is common, but it’s also an invitation. An invitation to re-parent yourself while you parent your child. To become the parent you needed, and in doing so, become the parent your child needs now.
And yes, it can be deeply humbling to feel competent in so many areas of life—but suddenly helpless in your own emotional regulation, your marriage, or your relationship with your kids. But reaching out for help in those areas isn’t a sign of weakness. It’s a sign that you’re doing the real work. It’s a mark of strength. The best parents aren’t the ones who think they’ve got it all figured out, they’re often the ones doing the most damage. The best parents are the ones who are learning, adapting, and trying every day to get better.
That’s the path. You don’t need to have every issue resolved before you begin, just stay a little ahead of your child’s needs. That’s enough. That’s parenting.
That’s why this generation has to do something different. We have to not only do better, but understand why it works, so we can teach it. Parenting can’t just be instinct. It must become conscious, deliberate, and transmittable. One simple way to start is by taking notes, literally. Write down what works, what doesn't, what you learn from others, and what you discover through experience. Especially note the principles behind why something works. Then pass those notes on to your children when the time comes. This is how we rebuild the chain of wisdom, so they don’t have to start from scratch like so many of us did.
Parenting is not about perfection. It’s about constant growth.
If you’re stuck, don’t wait. Send me a message. Tell me what’s going on. If it’s simple, I’ll point you to something I’ve already written, or I’ll write a new post about it. If it’s more complex, we can set up a time to talk. Either way, I’ll protect your privacy, and I’ll help. That’s what I’m here for.
If we want strong communities, healthy families, and a better world for our grandchildren, it starts with us, right now, with how we raise our children today.
You don’t have to be perfect. You just have to be intentional. Because when you’re parenting with the next generation in mind, you’re not just raising a child. You’re building a legacy.
-
-
@ bf47c19e:c3d2573b
2025-05-26 16:56:52Dragi Bitcoineri,
Kako se bliži treći mesec izostanka ličnog dohotka na Fakultetu dramskih umetnosti u Beogradu, a dosadašnji vidovi podrške ne mogu da pokriju sve profesore, neophodno je da preduzmemo dalje korake kako ne bi više ispaštali profesori zbog svoje otvorene podrške studentima u borbi za pravednije društvo.
Možda nekad, kad se spolja gleda, deluje kao da se ništa ne dešava na fakultetima ali u našoj zajednici konstantno vri. Borbu sa studentima osećamo kao svoju moralnu i građansku dužnost, a namera nam je da istrajemo na tom putu ka instuitucionalnoj odgovornosti, slobodi i pravdi.
Doniraj BTC! Sve donacije idu u Bitcoin novčanik studenata u blokadi FDU! Hvala unapred ❤️
-
@ c9badfea:610f861a
2025-05-26 16:14:46- Install Trail Sense (it's free and open source)
- Open the app, and tap Next then I Agree
- Allow location access While Using The App and Allow notifications
- Tap 🧭 on the bottom bar to open the compass
- Use 📍️ in the upper left to manage paths
- Use 🗺️ in the upper right to take a picture of a physical map and navigate on it
- Use ⬆️ in the lower right to set beacons along your hike
- Tap ☁️ on the bottom bar for weather information
- Use ☁️ in the upper left to predict weather using cloud patterns
- Use 🌡️ in the upper right to estimate the temperature (useful when in the mountains)
- Tap ✨ on the bottom bar for astronomy details
- Use 🔦 in the upper left to toggle your phone's flashlight
- Use ⬇️ in the upper right to set alarms and reminders (e.g. sunset alerts)
- Tap ▦ on the bottom bar to access extra tools
- Use 🔦 to toggle the flashlight
- Use 🔊 to play a whistle sound
- Use 🔋 to turn battery-saving mode on or off
- Select User Guide for help with all features
- Enjoy!
ℹ️ Explore the app - it has many features worth learning
-
@ 9ca447d2:fbf5a36d
2025-05-27 09:01:12Bahrain-based Al Abraaj Restaurants Group has made history by becoming the first publicly-traded company in the Middle East to add bitcoin to its corporate treasury. This is a major step forward for regional bitcoin adoption.
On May 15, 2025, Al Abraaj Restaurants Group, a well-known restaurant chain listed on the Bahrain Bourse, announced it had bought 5 bitcoin (BTC) as part of a new treasury strategy. This makes the company the first in Bahrain, the GCC and the Middle East to officially hold bitcoin as a reserve asset.
Al Abraaj adds bitcoin to its treasury — Zawya
This is a growing trend globally where companies are treating bitcoin not just as an investment but as a long-term store of value. Major companies like Strategy, Tesla and Metaplanet have already done this — and now Al Abraaj is following suit.
Metaplanet recently added 1,241 BTC to its treasury, boosting the company’s holdings above El Salvador’s.
Related: Metaplanet Overtakes El Salvador in Bitcoin Holdings After $126M Purchase
“Our initiative towards becoming a Bitcoin Treasury Company reflects our forward-thinking approach and dedication to maximizing shareholder value,” said Abdulla Isa, Chairman of the Bitcoin Treasury Committee at Al Abraaj.
Al Abraaj’s move is largely inspired by Michael Saylor, Executive Chairman of Strategy, the world’s largest corporate holder of bitcoin. Saylor’s strategy of allocating billions to bitcoin has set a model that other companies — now including Al Abraaj — are following.
A photo shared by the company even showed a meeting between an Al Abraaj representative and Saylor, with the company calling itself the “MicroStrategy of the Middle East”.
“We believe that Bitcoin will play a pivotal role in the future of finance, and we are excited to be at the forefront of this transformation in the Kingdom of Bahrain,” Isa added.
To support its bitcoin initiative, Al Abraaj has partnered with 10X Capital, a New York-based investment firm that specializes in digital assets.
10X Capital has a strong track record in bitcoin treasury strategies, and recently advised Nakamoto Holdings on a $710 million deal — the largest of its kind.
With 10X’s help, Al Abraaj looks to raise more capital and increase its bitcoin holdings over time to maximize bitcoin-per-share for its investors. The company will also develop Sharia-compliant financial instruments so Islamic investors can get exposure to bitcoin in a halal way.
“Bahrain continues to be a leader in the Middle East in Bitcoin adoption,” said Hans Thomas, CEO of 10X Capital. He noted, with a combined GDP of $2.2 trillion and over $6 trillion in sovereign wealth, the GCC now has its first publicly listed bitcoin treasury company.
This is not just a first for Al Abraaj — it’s a first for the region. Bahrain has been positioning itself as a fintech hub and Al Abraaj’s move will encourage more non-fintech companies in the region to look into bitcoin.
The company said the decision was made after thorough due diligence and is in line with the regulations set by the Central Bank of Bahrain (CBB). Al Abraaj will be fully compliant with all digital asset transaction rules, including transparency, security and governance.
A special Bitcoin Committee has been formed to oversee the treasury strategy. It includes experienced bitcoin investors, financial experts and portfolio managers who will manage risk, monitor market conditions and ensure best practices in custody and disclosure.
The initial purchase was 5 BTC, but Al Abraaj sees this as just the beginning. The company stated that there are plans in motion to allocate a significant portion of their treasury into bitcoin over time.
According to the company’s reports, Al Abraaj is financially sound with $12.5 million in EBITDA in 2024. This strong financial foundation gives the company the confidence to explore new strategies like bitcoin investment.
-
@ 5c26ee8b:a4d229aa
2025-05-26 16:10:05In March 2022, I have introduced “VCPs”; (Virtual Currency points). So that the international transactions are made without relying on one currency or another and the financial crises are easily avoided.
You may have noticed that banks are increasing their gold reserves and that there are interests for local virtual currency and that was after the note was published.
The picture of the note showing its date will be in attachment to this post; I can’t edit it to avoid that its date gets changed. Here its content:
Conversion of international banking system: The “VCPs” system: * Each central bank would keep its assets and funds in homeland. * Establishing the value of one virtual currency point. I suggested that: 1 virtual currency point (VCP) = 0.1 gram of gold. * Virtual evaluation must be made to each currency, virtual currency points must be added to each currency’s market value. * International transfers and payments must use the virtual currency points, VCPs, assigned to each currency in international operations. * Daily, weekly, monthly or yearly the actual money corresponding to the virtual currency points used in payments and transfers will be sent by any chosen mean of transport to the banks that had completed the operations or to the corresponding central banks. In this way no currency would prevail in international payments as all currencies will be considered as VCPs. —————————————————————- Because of the need of more guidelines to start using VCPs I have published the following updates:
VCPs allowance updates:
- Not only gold, also precious stones or agreed minerals held in banks can be used to obtain the VCPs allowance (public VCPs allowances). At the same time what is registered and kept in circulation (of gold, precious stones and agreed minerals that belongs to the people) in the country as private VCPs allowances to increase the VCPs allowances. The people can use their personal VCPs along with their precious items for purchases; for example if they sell or use their own gold to buy something, they must give their VCPs registration receipt or card (if they didn’t register their gold to obtain VCPs allowance, they can get it registered at the moment they decide to sell it so it gets added to the private VCPs allowances of his/her country). However, the registered materials must be declared at all borders while traveling once exceeded an internationally agreed specific amount (such as the value of €10000). Therefore a registration method can be agreed with gold and jewelry shops. For instance, while evaluating the materials getting registered, an online VCPs account (for a first registration) can get made on the site that is getting ready and the registration can be combined with a physical/online card (VCPs allowance card. For registering other materials in a later moment, the same card can be used to access the same account. Note that the materials must be used with the private VCPs allowance card for buying or selling, while for public VCPs accounts it’s not necessary because the materials will be kept in the central bank or other banks) or a receipt with a serial number (and other methods to protect customers from fraud). Banks can buy private VCPs while buying gold or other agreed materials and make them public VCPs. And people can have public VCPs allowances corresponding to the value of money (currency) they have already in their accounts. While if people buy gold from the bank (with cash or any other payment method), the related public VCPs allowance will be transformed into private ones (the buyers must receive the actual gold with the private VCPs allowance).
- The agreed materials that can be used to obtain public VCPs must not be consumable (such as oil or natural gas) or used for industrial purposes (such as iron or lithium).
- The printed and online (used by credit or debit cards) currency kept in circulation of the concerned country must correspond to the value of public VCPs allowance that must correspond with the value of gold kept in the central bank (printing more money will decrease its own value internationally).
- Private banks in the same country can have a public VCPs agreement with the central bank so that each bank registers and declares how much gold or valuable materials it has and get its own share of public VCPs allowance and its related printed/online currency in circulation.
- Gems and gold kept in museums can have public VCPs allowances that correspond to their weights only not the archeological values.
- International trade can use public VCPs allowances and the physical payment must follow; either by a preferred currency or gold. However if two or more countries have a trade agreement they can barter goods using IVCPs (International VCPs Allowances; that does not need to have a deposited amount of gold although they will use the same reference as public or private VCPs because it’s a general way to evaluate goods of different types; so for example oil can be swapped for electronics based on how much IVCPs are agreed to be equally swapped each year; i.e. a gallon of oil that costs 50 IVCPs can be swapped for a device that costs 25 IVCPs and grains that cost 25 IVCPs in an International VCPs Allowance Agreement where all parties receives the agreed goods without transferring money or gold). The amount of IVCPs can be agreed per year or there could a multiple online account/s viewable by the countries/parties taking part in the agreement showing the balance of International VCPs that can still be used in bartering goods for each one of the participating countries/parties).
- Cryptocurrencies can be like International VCPs they won’t need to have a deposit of gold, however they must go through an evaluation process compared to their current comparative value and gold (i.e. the amount of bitcoin that must be paid to buy a 0.1g of gold now can become the fixed value) so that the Cryptocurrencies can still be used for trading or bartering for goods even after the release of VCPs. The Cryptocurrencies can sustain the deficiencies of amount of currency that can be used in the same country or internationally (because not everyone can have enough gold deposited to sustain the daily trade). However regulations on the amount of Cryptocurrency/ies exchanged in a country must be agreed with its own central bank or there could be an international agreement; this amount can’t be less than what’s already in use of a certain Cryptocurrency. Or Cryptocurrencies can be exchanged with IVCPs (to protect people’s money while keeping in mind their compared value with gold now) and an amount of International VCPs allowance can be used also for bartering goods in the same country through an agreement with its own central bank.
- Public VCPs must have printable cash allowance that can be in the country or overseas (registered in banks, exchange companies and at borders). Each bank can have registers of local or foreign cash.
- In order to avoid the devaluation of the currency, because the printed money will corrisponde to the gold or valuable minerals held by the country, the concerned country must retrieve the cash abroad and replace it either with another currency or IVCPs through a trade agreement.
- To compensate the deficit of VCPs necessary for daily use within a country and to make a proper distinction, locally, Local Virtual Points (LVCPs) can be used.
- The Local VCPs would be issued by local authorities.
Meanwhile, countries started using the free VCPs platform that is built by a talented web developer in JavaScript; fiatjaf. I insist though that the trade name for the virtual currency points stays “VCPs” and that the clients are made aware of its usage in their daily banking.
-
@ 05a0f81e:fc032124
2025-05-27 08:57:45May 27 is not internationally recognized as Universal Children's Day — that date is typically November 20, as declared by the United Nations. However, some countries or regions may celebrate Children's Day on May 27 for local or historical reasons.
Nigeria celebrates Children's Day on May 27 every year. The reason behind this date is rooted in post-independence nation-building efforts. The Nigerian government designated May 27 in the 1960s as a day to promote the rights and welfare of children, celebrate childhood, and reflect on issues affecting them.
Happy children's day !!!
-
@ 84b0c46a:417782f5
2025-05-27 08:19:49Simple Long Form Content Editor (NIP-23)
機能
-
nostr:npub1sjcvg64knxkrt6ev52rywzu9uzqakgy8ehhk8yezxmpewsthst6sw3jqcw や、 nostr:nevent1qvzqqqqqqypzq4jsz7zew5j7jr4pdfxh483nwq9vyw9ph6wm706sjwrzj2we58nqqyxhwumn8ghj77tpvf6jumt9qys8wumn8ghj7un9d3shjtt2wqhxummnw3ezuamfwfjkgmn9wshx5uqpr4mhxue69uhhyetvv9ujumn0wd68ytnhd9ex2erwv46zu6nsqyxhwumn8ghj7mn0wvhxcmmvqqsgcn99jyn5tevxz5zxsrkd7h0sx8fwnqztula423xh83j9wau7cms3vg9c7 のようにnostr:要素を挿入できる (メニューのNアイコンから挿入またはnostr:note~~のように手動で入力)
-
:monoice:のようにカスタム絵文字を挿入できる(メニューの🙂アイコンから)
:monopaca_kao:
:kubipaca_karada:
- 新規記事作成と、既存記事の修正ができる
やることやったこと
-
[x] nostr:を投稿するときにtagにいれる
-
[x] 画像をアップロードできるようにする(NIP-96)
できる
- [x] 投稿しましたログとかをトースト的なやつでだすようにする
- [ ] レイアウトを整える
- [ ] あとなんか
-
-
@ cae03c48:2a7d6671
2025-05-26 16:00:38Bitcoin Magazine
Michael Saylor’s Strategy (MSTR) Opens $2.1B ATM Program for Strife Preferred StockStrategy has launched a $2.1 billion At-The-Market (ATM) equity program for its Strife (STRF) preferred stock, marking another step in the firm’s long-term strategy to build a Bitcoin-backed financial architecture.
The announcement was made by CEO and President Phong Lee during an investor update alongside Executive Chairman Michael Saylor. According to Lee, strong year-to-date results from the firm’s Bitcoin-linked securities Strike (STRK) and Strife (STRF) gave Strategy the confidence to expand its fundraising strategy.
BREAKING:
Strategy to sell up to $2.1 billion of 10% preferred stock.pic.twitter.com/xufD8uv64v
— Bitcoin Magazine (@BitcoinMagazine) May 22, 2025
“We’re currently at 16.3% BTC yield for the year, against a 25% target,” Lee said. “BTC dollar gain is $7.7 billion so far, on track toward our $15 billion target.”
Both instruments have outperformed expectations since launch. Strike is up 24% from its initial price of $80 to nearly $100. Strife, which was priced at $85 just two months ago, now trades around $98.80, a 16% increase. By comparison, similarly structured preferreds in the market have declined by 3–5% over the same period.
In the last 30 days alone, Strike rose 17% and Strife 12%, bringing both close to par value. Lee emphasized the liquidity profile of these instruments, citing average daily trading volumes of $31 million for Strike and $23 million for Strife. “That’s 60x what we typically see in comparable preferreds,” he noted.
The company previously issued $212 million through Strike’s ATM, with no adverse pricing pressure. Based on the trading volume and investor demand, Lee said the company believes the $2.1 billion Strife ATM can be executed in a similar fashion.
Strife is a perpetual preferred stock with a 10% coupon and sits at the top of Strategy’s capital stack. Saylor described it as “the crown jewel” of the company’s preferred offerings. “We’re going to be ten times as careful with Strife,” he said. “Our goal is for it to be seen as investment-grade fixed income — a high-quality instrument with robust protections.”
Strike, by contrast, is positioned for what Saylor called “Bitcoin-curious” investors. It carries an 8% coupon and includes upside through Bitcoin conversion. “Think of it like a Bitcoin fellowship with a stipend,” Saylor said.
Strategy now operates three ATM programs: $21 billion each for MSTR equity and Strike, and $2.1 billion for Strife. These are rebalanced daily, with issuance adjusted based on market conditions, volatility, and investor demand. According to Saylor, this dynamic structure allows the company to optimize Bitcoin acquisition and capital deployment across changing market environments.
Behind this strategy sits Strategy’s Bitcoin treasury, now totaling 576,230 BTC — roughly $60 billion in value. “That permanent capital is the foundation for everything we’re building,” Saylor said.
While spot Bitcoin ETFs cater to investors looking for direct price exposure, Strategy continues to offer a more nuanced set of instruments — each targeting different levels of risk, return, and compliance. The Strife ATM is the latest move in that broader strategy.
This post Michael Saylor’s Strategy (MSTR) Opens $2.1B ATM Program for Strife Preferred Stock first appeared on Bitcoin Magazine and is written by Jenna Montgomery.
-
@ 5d4b6c8d:8a1c1ee3
2025-05-26 21:52:12A self help book with a dumb title arrived at our house. It was about making more money for people who are terrible at personal finance. I suspect the author is pretty good at making money, though.
It turned out to be my mother-in-law's book that she sent to the wrong address. So, now even more money needs to be spent on getting this stupid book to her house.
Why does a woman who should be retired need such a book, anyway? Only because she and her husband, despite having both worked long semi-prestigious careers, have no assets between them and they live so far beyond their means (retirement accounts and pensions worth about 2x the median family income) that she needs to continue earning greater and greater income.
In her 70's, she embarked on a new career and is attempting to build up her own business around it. However, being terrible at managing finances has led her to reading dumb generic self help books in a hopeless attempt to make her business profitable before she is no longer able to work. It's a ridiculous situation.
Stay humble and stack sats, so you aren't reading dumb self help books about earning more money when you should be long retired.
https://stacker.news/items/989897
-
@ cae03c48:2a7d6671
2025-05-26 16:00:37Bitcoin Magazine
H100 Group Became The First Publicly Listed Bitcoin Treasury Company In SwedenH100 Group AB has announced it has become Sweden’s first publicly listed health technology company to adopt Bitcoin as a treasury reserve asset, announcing the purchase of 4.39 BTC for 5 million NOK (approximately $475,000) as part of its long-term Bitcoin Treasury Strategy.
The Stockholm-based company, which provides AI-powered automation and digital solutions for healthcare providers, joins a growing roster of public companies adding Bitcoin to their balance sheets in 2025. The purchase was executed at an average price of 1,138,737 NOK per Bitcoin (roughly $108,200).
JUST IN:
H100 Group buys 4.39 BTC and becomes Sweden's first publicly listed #Bitcoin treasury company. pic.twitter.com/pNXe9XT2a7
— Bitcoin Magazine (@BitcoinMagazine) May 22, 2025
“This addition to H100’s Bitcoin Treasury Strategy follows an increasing number of tech-oriented growth companies holding Bitcoin on their balance sheet,” said CEO Sander Andersen. “And I believe the values of individual sovereignty highly present in the Bitcoin community aligns well with, and will appeal to, the customers and communities we are building the H100 platform for.”
The move comes amid a surge in corporate Bitcoin adoption, with many public companies announcing Bitcoin treasury programs in the first five months of 2025. Notable recent entrants include Twenty One Capital, Strive and several others.
H100 Group emphasized that the Bitcoin purchase does not affect its core operations in the health and longevity industry. The company views the investment as a strategic deployment of excess liquidity to strengthen its financial position while aligning with its values of individual sovereignty.
The announcement reflects a broader shift in corporate treasury management, as companies seek to diversify their holdings beyond traditional cash reserves.
At press time, Bitcoin trades at $111,108, up 1.28% over the past 24 hours, as institutional adoption continues to drive market momentum. H100 Group’s shares closed up 1.37% at 0.89 SEK on the NGM Nordic SME exchange following the announcement.
This post H100 Group Became The First Publicly Listed Bitcoin Treasury Company In Sweden first appeared on Bitcoin Magazine and is written by Vivek Sen.
-
@ da8b7de1:c0164aee
2025-05-26 15:15:56Technológiai fejlemények
Az Egyesült Államokban Donald Trump négy végrehajtási rendeletet írt alá, amelyek célja a nukleáris ipar gyors fejlesztése és az ország nukleáris kapacitásának 2050-ig történő megnégyszerezése. Ezek a rendeletek támogatják az új generációs reaktorok – különösen a kisméretű moduláris reaktorok (SMR-ek) és mikroreaktorok – gyorsabb engedélyezését és telepítését, beleértve katonai létesítményeket és mesterséges intelligenciát használó adatközpontokat is. Továbbá lehetővé teszik a használt nukleáris üzemanyag újrahasznosítását, valamint ösztönzik a HALEU (magas tisztaságú, alacsony dúsítású urán) hazai előállítását, ezzel erősítve az amerikai nukleáris ellátási láncot.
Források:
- world-nuclear-news.org
- reuters.com
- bloomberg.comIpari fejlemények
Tajvanban augusztus 23-ára tűzték ki a Maanshan-2 atomerőmű újraindításáról szóló népszavazást. Az erőművet május közepén állították le a „nukleárismentes Tajvan” program részeként, azonban az ellenzék kezdeményezésére a lakosság dönthet az újraindításról. Az USA-ban a frissen aláírt végrehajtási rendeletek egyszerűsítik az engedélyezési folyamatokat, csökkentik a szabályozási terheket, és ösztönzik a magánbefektetéseket, ami a hazai uránbányászat és feldolgozás fellendülését eredményezheti.
Források:
- taipeitimes.com
- world-nuclear-news.orgPénzügyi hatások
A pénzügyi piacokon a nukleáris szektor részvényei jelentős emelkedést mutattak a Trump-féle rendeletek bejelentése után. Az Uranium Energy részvényei 11%-kal, az Oklo Inc. papírjai 16%-kal, a Global X Uranium ETF 9%-kal erősödtek. A növekedés hátterében a szabályozási könnyítések mellett az AI adatközpontok növekvő energiaigénye áll, amelyre a nagy technológiai cégek egyre inkább a nukleáris energiát tartják a legjobb megoldásnak. A kormányzati támogatás és a technológiai vállalatok befektetései új lendületet adhatnak a nukleáris iparnak, amely évek óta küzd a gazdasági és társadalmi kihívásokkal.
Források:
- bloomberg.com
- finance.yahoo.com
- reuters.com -
@ c1e9ab3a:9cb56b43
2025-04-25 00:37:34If you ever read about a hypothetical "evil AI"—one that manipulates, dominates, and surveils humanity—you might find yourself wondering: how is that any different from what some governments already do?
Let’s explore the eerie parallels between the actions of a fictional malevolent AI and the behaviors of powerful modern states—specifically the U.S. federal government.
Surveillance and Control
Evil AI: Uses total surveillance to monitor all activity, predict rebellion, and enforce compliance.
Modern Government: Post-9/11 intelligence agencies like the NSA have implemented mass data collection programs, monitoring phone calls, emails, and online activity—often without meaningful oversight.
Parallel: Both claim to act in the name of “security,” but the tools are ripe for abuse.
Manipulation of Information
Evil AI: Floods the information space with propaganda, misinformation, and filters truth based on its goals.
Modern Government: Funds media outlets, promotes specific narratives through intelligence leaks, and collaborates with social media companies to suppress or flag dissenting viewpoints.
Parallel: Control the narrative, shape public perception, and discredit opposition.
Economic Domination
Evil AI: Restructures the economy for efficiency, displacing workers and concentrating resources.
Modern Government: Facilitates wealth transfer through lobbying, regulatory capture, and inflationary monetary policy that disproportionately hurts the middle and lower classes.
Parallel: The system enriches those who control it, leaving the rest with less power to resist.
Perpetual Warfare
Evil AI: Instigates conflict to weaken opposition or as a form of distraction and control.
Modern Government: Maintains a state of nearly constant military engagement since WWII, often for interests that benefit a small elite rather than national defense.
Parallel: War becomes policy, not a last resort.
Predictive Policing and Censorship
Evil AI: Uses predictive algorithms to preemptively suppress dissent and eliminate threats.
Modern Government: Experiments with pre-crime-like measures, flags “misinformation,” and uses AI tools to monitor online behavior.
Parallel: Prevent rebellion not by fixing problems, but by suppressing their expression.
Conclusion: Systemic Inhumanity
Whether it’s AI or a bureaucratic state, the more a system becomes detached from individual accountability and human empathy, the more it starts to act in ways we would call “evil” if a machine did them.
An AI doesn’t need to enslave humanity with lasers and killer robots. Sometimes all it takes is code, coercion, and unchecked power—something we may already be facing.
-
@ bf47c19e:c3d2573b
2025-05-26 14:53:12Originalni tekst na bitcoin-balkan.com.
Pregled sadržaja
- Šta uzrokuje Inflaciju?
- Da li nam je infacija potrebna?
- Kako se meri inflacija?
- Da li inflacija pokreće ekonomski rast?
- Da li inflacija pokreće ili umanjuje nejednakost bogatstva?
- Gde se danas javlja inflacija?
- Šta je deflacija?
- Kakav uticaj inflacija ima na društvo?
Inflacija može da bude uznemirujuća tema, jer uključuje amorfni koncept novca. Međutim, inflacija je zapravo jednostavna tema koja je napravljena da bude složena razdvajanjem novca i drugih dobara. U ovom članku razlažemo inflaciju i njene uzroke.
Najjednostavnija definicija inflacije je rast cena dobara i usluga. Kada cene rastu, to takođe znači da vrednost jedinice novca – poput dolara – opada. Uzmimo primer McDonald’s hamburgera: 1955. ovaj skromni hamburger se prodavao za samo 15 centi. U 2018. godini se prodavao za 1,09 USD. U 2021. godini prodaje se za 2,49 USD – ogroman rast cene od 1650%.
To znači da je dolar izgubio dosta svoje vrednosti. 1955. godine mogli ste da kupite gotovo 7 hamburgera za novčanicu od jednog dolara. 2021. godine taj dolar vam ne bi kupio ni jedan hamburger. Zašto se čini da cene uvek rastu tokom vremena? I šta možete da učinite povodom toga? Ovaj članak ima za cilj da odgovori na ta pitanja.
Ekonomisti pokušavaju da sumiraju rast cena mnogih dobara i usluga kao jedan prosečan broj. Ovaj broj predstavlja promenu ukupnih troškova u godišnjim troškovima prosečnog potrošača, kao što su stanarina, hrana i gorivo.
U Sjedinjenim Državama ovaj broj je poznat kao Indeks Potrošačkih Cena, eng. Consumer Price Index (CPI). Kada se CPI poveća tokom određenog vremenskog perioda, ekonomisti kažu da imamo inflaciju. Kada se smanji, to se naziva deflacija.
Šta uzrokuje Inflaciju?
Mnogi izvori kažu da je stalna inflacija koju danas doživljavamo ili uzrokovana povećanjem potražnje (eng. demand-pull) ili smanjenjem ponude usled povećanih proizvodnih troškova (eng. cost-push).
Ovi razlozi nisu tačni – hajde da pogledamo zašto.
Da bismo razumeli pravi razlog inflacije, moramo da sagledamo dve vrste inflacije:
- Inflacija Cena: Cene vremenom rastu.
- Monetarna Inflacija: Količina valute u opticaju raste sa vremenom.
Prva, inflacija cena, retko se javlja tokom dužih perioda (decenije, vekovi) zbog povećane potražnje ili povećanih troškova. Zašto? Tržišta teže da se uravnoteže. Tokom istorije smo više puta videli da povećana potražnja za dobrom povećava njegovu cenu, što podstiče proizvođače da proizvode više tog dobra. Kada se ponuda poveća, cene se smanjuju.
Ovaj ciklus može da potraje nekoliko godina, i javlja se kod gotovo svake robe i „konačnog dobra“ (automobili, televizori, hrana itd.) na Zemlji. Izuzetak su retki metali poput zlata i srebra. Dokazi o tome su prikazani u nastavku.
Kada se poveća trošak za proizvodnju dobra, cena tog dobra često raste da bi pokrila te troškove. Ovaj rast cene dovodi do toga da potrošači tog dobra traže alternativu ili smanjuju potrošnju tog dobra, što dovodi do pada cena na prethodni nivo.
Tržište se prirodno uravnotežava, a cene se smanjuju ili povećanjem ponude ili smanjenjem potražnje.
Da li imamo dokaze da tržišta vremenom uravnotežuju ponudu i potražnju?
Podaci o cenama robe tokom vremena mogu nam dati bolje razumevanje da li tržišta zaista efikasno uravnotežuju ponudu i potražnju. Međutim, cene ne možemo da posmatramo u smislu nacionalnih valuta, jer naše vlade uvek štampaju više svojih nacionalnih valuta.
Oni sprovode monetarnu inflaciju, koja može da izazove inflaciju cena. Posmatranje tržišnih cena u smislu nacionalnih valuta, poput američkog dolara, je poput merenja visine lenjirom koji se neprestano smanjuje. Vaša visina u broju biće sve veća i veća, ali stvarna visina se ne menja.
Mi možemo da znamo da li tržišta uravnotežuju ponudu i potražnju gledajući cene dobara u smislu monetarnog dobra koje ima vrlo konzistentnu ponudu tokom vremena.
Vremenom se pokazalo da zlato ima najmanju monetarnu inflaciju od svih postojećih valuta i dobara. To čini zlato odličnim ‘lenjirom’ za merenje da li tržišta vremenom uravnotežuju ponudu i potražnju. Da bismo bolje razumeli inflaciju cena tokom vremena, pitaćemo koliko unci zlata nešto košta tokom vremena.
Cene u zlatu pokazuju nam da se tržišta vremenom uravnotežuju
Ako cene dobara posmatramo u obliku zlata, vidimo da cene robe prate srednje tačke tokom dužih vremenskih perioda.
Nafta, na primer, je vrlo nestabilna, ali ima tendenciju da se kreće oko 2,5 grama zlata po barelu.
WTI Sirova Nafta u gramima Zlata po Barelu
Cena nafte je promenljiva, ali tokom decenija ima tendenciju da se kreće po strani.
Cene kuća tokom proteklih 10 godina takođe su prilično stabilne, iako imamo fiksnu količinu zemlje na planeti. Vidimo da cene kuća u pogledu zlata imaju tendenciju da variraju oko indeksne cene od oko 80, prikazane na grafikonu.
Shiller-ov US indeks cena kuća u USD i zlatu
Ovaj grafikon je na logaritamskoj skali, što nam omogućava da vizualizujemo zapanjujuća povećanja u zelenoj liniji, koja predstavlja domove u dolarima.
Grafički izražene u američkim dolarima, cene ovih dobara uvek rastu – baš kao i McDonald’s hamburger. Da su povećana potražnja ili povećani troškovi odgovorni za konstantnu inflaciju cena, takođe bismo videli kako se cena ove robe povećava u smislu zlata. Podaci iznad pokazuju da su cene konstantne.
Moraju da postoje i drugi razlozi za upornu inflaciju cena koju smo videli u dolarskim iznosima tokom proteklog veka.
Evo šta znamo o tome šta dugoročno utiče na cene, kao u periodu od 1955. do 2018. godine:
- Rast produktivnosti uzrokovan inovacijama, što dovodi do pada cena tokom vremena
- Monetarna inflacija – štampanje velikih količina valute – koja uzrokuje porast cena denominovanih u toj valuti tokom vremena
Znamo da cene izražene u dolarima, eurima i ostalim valutama neprestano rastu. Ako ne mislimo da naša produktivnost kao društva ide unazad, postoji samo jedan jednostavan razlog za inflaciju cena: štampanje većih količina valute, iliti monetarna inflacija.
Naše vlade i banke su zapravo prilično iskrene u pogledu zapanjujućih količina valute koje štampaju. Oni nam svakodnevno govore da oni uzrokuju monetarnu inflaciju.
Da li nam je infacija potrebna?
Bez uporne monetarne inflacije (koja uzrokuje inflaciju cena), naša celokupna savremena ekonomija bi se srušila.
Dozvolite da vam objasnim. Sledeći odeljak može da bude šokantan, i ohrabrujem vas da i sami istražite ukoliko mislite da nisam u pravu.
Kada centralne banke i komercijalne banke daju zajmove, one stvaraju novu valutu.
Kada centralne banke daju zajmove vladama “kupujući državni dug”, one stvaraju novu valutu kada to urade. To omogućava vladama da vode budžetski deficit trošeći više nego što uzimaju od poreza. U tom procesu državni dug se nagomilava.
Komercijalne banke stvaraju novu valutu kada daju zajmove fizičkim licima i preduzećima. Jedino ograničenje koliko novog novca mogu da stvore je zakonski zahtev da banka ima na raspolaganju određeni procenat od ukupnog iznosa novca koji su ljudi deponovali. Zbog toga je naš bankarski sistem poznat kao delimična rezerva – banke pri ruci moraju da imaju samo deo vašeg novca.
Stvaranje valute je neophodno da bi održalo sistem u životu
Budući da se svi zajmovi uglavnom sastoje od novostvorene valute, mora se stvoriti još više valute da bi se taj dug otplatio. A evo i zašto:
Recimo da su prošle godine sve svetske kreditne aktivnosti dovele do stvaranja 100 milijardi dolara. Svih tih 100 milijardi dolara je novostvoreno, i one se duguju bankama sa nekom dodatnom vrednošću za kamate. Odakle dolazi ova dodatna valuta za plaćanje kamata? Budući da ovde govorimo o celokupnoj svetskoj ekonomiji, to plaćanje kamata mora da dodje iz nove količine novostvorene valute.
Sve jedinice današnjih valuta nastale su pozajmljivanjem, a isplata kamate na te zajmove znači da moramo stalno da stvaramo još više nove valute. To dovodi do beskrajne monetarne inflacije. Kada nova valuta cirkuliše kroz ekonomiju, to dovodi do porasta cena: inflacije cena.
Previše monetarne inflacije može dovesti do hiperinflacije cena. U Venecueli je krajem 2018. godine piletina koštala preko 14 miliona Bolivara. Izvor: NBC News
Monetarni sistem se raspada ako se ova monetarna inflacija zaustavi, jer bi to značilo da veliki broj onih koji su uzeli zajam širom sveta ne bi mogao da vrati novac koji su pozajmili – oni ne bi izmirili svoje dugove.
Banke ili zajmodavci koji drže dug tada bi imali bezvrednu imovinu. Budući da vrednost duga podupire vrednost valute, vrednost valute bi strmoglavo padala zajedno sa dugom.
Kada ljudi izgube poverenje u ’tradicionalnu’ valutu, ona brzo postane bezvredna. To se dogodilo u Nemačkoj nakon Prvog svetskog rata, u Peruu devedesetih, Jugoslaviji 1994. ,Zimbabveu, Venecueli i sa još bezbroj drugih tradicionalnih valuta. Da bi odložile ovaj neizbežni ishod dokle god mogu, centralne banke jačaju poverenje u sistem nastavljajući da štampaju valutu stabilnim kursom.
Ovo osigurava da većina ljudi koju su uzeli zajam ima valutu za otplatu svojih kredita. Upravo to se dešava kada vlada izvrši „spas“ kao 2008. ili 2020. – oni osiguravaju da svi imaju dovoljno novca za plaćanje dugova, tako da laž može da se nastavi.
Inflacija ne dolazi iz povećanja potražnje
Sa više valute u opticaju, monetarna inflacija može da izgleda kao povećanje potražnje. Međutim, ekonomisti koji kažu da povećana potražnja pokreće stabilnu inflaciju tokom decenija propuštaju suptilnu poentu: iako monetarna inflacija može da prouzrokuje veću potrošnju, to nije zato što su ljudi zaista bogatiji, već zato što veruju da su bogatiji.
Kada se puno novca ubrizga u ekonomiju, cene jednostavno rastu jer više valute pokriva istu količinu robe. Rast cena znači pad vrednosti valute, tako da nema realnog povećanja stvarnog bogatstva, iako ljudi možda “troše više” u nominalnom iznosu valute.
Uzmimo ovaj primer: vi mesečno zarađujete 1.500 EUR, i prema svom trenutnom načinu života vi mesečno trošite oko 1.500 EUR. Dolazi vlada i počinje da vam daje dodatnih 500 EUR svakog meseca – vi se osećate poprilično dobro, zar ne? Sada možete da izlazite češće u restoran.
Međutim, vlada daje svima po 500 EUR mesečno, i svi ostali takođe troše taj novac. Ekonomista u vladinoj kancelariji, vidi da sada svi troše tih dodatnih 500 EUR mesečno i zaključuje da je vlada ‘stimulisala ekonomiju’.
Ipak, kako sav taj dodatni novac kruži ekonomijom, cene prirodno rastu. Sada vam je potrebno 2.000 EUR da biste održali svoj trenutni način života.
Da li si nešto bogatiji?
Vi možda imate više eura na vašem bankovnom računu, ali svaki od njih vam kupuje manje. Sada trošite 2.000 EUR mesečno da biste živeli životnim stilom koji vas je nekada koštao samo 1.500 EUR mesečno.
Ovo je ono što monetarna inflacija radi, i zašto je toliko pametnih ekonomista zavarano da misle da povećana potražnja, radije nego štampanje novca, pokreće trajnu inflaciju cena.
Da li smo uvek imali inflaciju?
Stalna inflacija cena relativno je nedavna pojava u modernim ekonomijama i započela je u vreme kada su Sjedinjene Države počele da konstantno štampaju valutu. Ako bi promene ponude i potražnje zaista dugoročno uzrokovale inflaciju cena, videli bismo inflaciju cena tokom istorije. Podaci govore drugačiju priču.
Indeks potrošačkih cena, koji se povećava kada imamo inflaciju cena, bio je prilično konstantan pre početka našeg trenutnog tradicionalnog ’fiat’ monetarnog sistema.
Taj sistem je započeo Bretton Woods-ovim sporazumom iz 1945. godine, a ubrzao se kada je Nixon 1971. okončao svetski zlatni standard.
Indeks potrošačkih cena, Sjedinjene Države, 1790-2015
Kako se meri inflacija?
Inflacija cena se često prikazuje kao promena indeksa potrošačkih cena (CPI). CPI je prosek cena raznih dobara koje ljudi kupuju u svakodnevnom životu: hrane, goriva, stanovanja itd. U Sjedinjenim Državama, vladin odsek pod nazivom Biro za statistiku rada (BLS) meri promene cena. To rade tako što posećuju maloprodajne radnje, beleže cene, računaju prosek i izveštavaju godišnju inflaciju kao promenu u odnosu na prošlu godinu.
Stopa inflacije koja se izveštava, je važna svima jer se koristi za određivanje povećanja troškova života i socijalnih davanja, poput plaćanja socijalnog osiguranja. Kada se CPI prilagodi naniže, isplate zarada i naknada su manje nego što bi trebalo da budu.
Efekti su se vremenom sjedinili: osoba koja u svojoj prvoj godini rada zaradi 40.000 USD zarađivaće samo 52.000 USD u svojoj desetoj godini staža, sa povećanim troškovima života od 3% da bi se plata podudarala sa inflacijom. Ako bi vlada umesto toga prijavila inflaciju od 6%, ta osoba bi u svojoj desetoj godini zarađivala 67.500 USD – tj. oko 30% više. Način na koji izračunavamo i prijavljujemo inflaciju ima ogroman uticaj na zaradu većine zaposlenih i građana.
Ovo je inflacija (procentualna promena u CPI) izmerena u poslednjih 20 godina u Sjedinjenim Državama:
Prvobitno je BLS jednostavno beležio cenu korpe robe široke potrošnje svake godine. Međutim, istraživanje Boskinove Komisije 1996. godine dovelo je do novih alata koji Birou za statistiku rada omogućavaju prilagođavanje cena u CPI. Dva najvažnija alata su geometrijsko ponderisanje i hedonika.
Geometrijsko Ponderisanje
Geometrijsko ponderisanje znači da kupovne navike sada mogu da utiču na to koliko promena cene pojedinog dobra utiče na CPI. Ako potrošači kupe manje robe, ona ima manju težinu kada se ubaci u presek indeksa potrošačkih cena. Boskinova Komisija je tvrdila da bi ova promena pomogla da se promene sklonosti potrošača. Međutim, ne postoji način da se utvrdi da li ljudi menjaju svoje kupovne navike jer zapravo žele da kupuju različite stvari. Vrlo je moguće da ljudi kupuju manje određenog dobra jer ono raste u ceni. Stoga geometrijsko ponderisanje uzrokuje da roba sa velikim rastom cena ima manje uticaja na CPI, što dovodi do niže prijavljene inflacije.
Hedonika
Hedonika omogućava Birou za statistiku rada da menja cenu dobra na osnovu njegovog opaženog povećanja ‘korisnosti’ tokom vremena. Evo primera: recimo da se televizor sa rezolucijom od 720p 2009. godine prodavao za 200 USD. U 2010. godini isti model televizora sada ima rezoluciju od 1080p i prodaje se po istoj ceni: 200 USD. Međutim, pošto se tehnologija u televizoru poboljšala, zaposleni u Birou za statistiku rada mogu da izmisle ‘korisni’ broj i pomoću njega oduzmu deo vrednosti od cene televizora. Kao rezultat, BLS može da kaže da TV košta 180 USD u 2010. godini – iako je njegova cena 200 USD. Ovo dovodi do pada prijavljene inflacije.
Oba ova prilagođavanja smanjuju prijavljenu stopu inflacije, što smanjuje povećanje troškova života i isplate naknada za socijalno osiguranje. Koliko ta prilagođavanja inflacije pogađaju radničku klasu i penzionere? Neke procene, poput procena ekonomiste John Williams-a, sa koledža u Darmouthu, stavljaju stvarnu inflaciju u SAD na u proseku 3% – 6% više nego što je izveštavano od strane Bira za statistiku rada. To bi inflaciju u 2020 dovelo do 5% – 8%, umesto na prijavljenih 2%.
U 2021. godini prijavljena inflacija je 5.4%, u prvom kvartalu.
Da li inflacija pokreće ekonomski rast?
Mnogi ljudi veruju da stabilna inflacija pokreće ekonomski rast podstičući investicije i potrošnju umesto štednje. Međutim, osnovni ekonomski podaci pobijaju ovu uobičajenu tvrdnju.
Ako za primer uzmemo Sjedinjene Države, nacija je imala samo kratke periode inflacije od 1775. do oko 1950. godine, kao što pokazuje indeks potrošačkih cena koji je ostao nepromenjen. Inflacija dobija zamah tek nakon 1971. godine, pa bi bilo za očekivati da će i stopa rasta bruto domaćeg proizvoda (BDP) Sjedinjenih Država porasti nakon 1971. godine.
Indeks potrošačkih cena, Sjedinjene Države, 1790-2015
Međutim, vidimo da se bruto domaći proizvod (BDP) po stanovniku u Sjedinjenim Državama, uobičajena mera ekonomske snage, neprekidno povećavao od 1820. godine do danas po stopi od oko 1,85% godišnje. Ne postoji porast oko 1971. godine, uprkos rastućoj inflaciji koja je započela u to vreme.
Ovo je logaritamski grafikon, koji nam omogućava da bolje vizualizujemo rast tokom vremena: što više logaritamski grafikon podseća na pravu liniju, to je stopa promene konzistentnija. Za više detalja, ovde pogledajte naslov: Rast na tehnološkoj granici i rast dostizanja.
To pokazuje da inflacija ne pokreće ekonomski rast.
Nažalost, imamo dokaze da inflacija ima i druge neželjene posledice, poput nejednakosti bogatstva. Koncentracija bogatstva u top 1%, počela je da raste krajem 1970-ih, nekoliko godina nakon što su Sjedinjene Države skinule svet sa zlatnog standarda i pretvorile se u monetarni sistem zasnovan na dugovima koji zahteva monetarnu inflaciju, a time i inflaciju cena, da bi preživeo.
Za potpunu istoriju tranzicije novca sa robnog sistema na dužni sistem, pročitajte naš članak o novcu.
Da li inflacija pokreće ili umanjuje nejednakost bogatstva?
Veza između inflacije i nejednakosti bogatstva postaje jasna kada pogledamo kako novostvorena valuta ulazi u ekonomiju. Vlade, komercijalne banke, velike korporacije i bogati često koriste kredite da bi iskoristili prednosti svojih moći. Kada podignu kredite, oni novonastalu valutu dobijaju ranije od svih ostalih. Oni imaju koristi od inflacije trošenjem nove valute pre nego što cene počnu da rastu kao rezultat te nove valute koja kruži u ekonomiji. Veliki i bogati subjekti često mogu da dobiju kredite po nižim troškovima od prosečnog građanina ili malog preduzeća. To znači da mogu da povećaju svoje poslovanje i bogatstvo brže od manjih firmi.
Bogati mogu da dobiju jeftine zajmove, zahvaljujući Federalnim Rezervama koje zadržavaju niske kamatne stope. To im omogućava da koriste ovo prednost za ostvarivanje ogromne dobiti.
Inflacija pogadja one koji rade za platu i ne mogu da ulože veći deo svog prihoda. Zarade se polako menjaju, ponekad se uskladjuju samo jednom godišnje. Kao rezultat, cene osnovnih dobara i usluga često rastu mnogo pre nego što zarade porastu. Cena potrošačke korpe takođe se smanjuje sa manipulacijama indeksom potrošačkih cena (CPI) koji skriva rast inflacije.
Gde se danas javlja inflacija?
Rekordno visoka inflacija javlja se u zemljama kao što su Venecuela, Zimbabve, Turska, Iran, Kuba, Južna Afrika i Argentina. To dovodi do sloma trgovine i političke nestabilnosti.
U razvijenom svetu vlade izveštavaju o niskoj inflaciji cena. Međutim, globalni bankarski sistem stvara nove valute u tonama – u toku je velika monetarna inflacija. Centralne banke dovode do sve većeg stvaranja valuta snižavanjem kamatnih stopa. To dovodi do toga da korporacije i pojedinci mogu da uzimaju jeftinije kredite, a svaki kredit znači stvaranje nove valute. Od 2008. godine, gotovo sve glavne centralne banke postavile su kamatne stope blizu nule.
Mnoge centralne banke takođe su pozajmljivale ogromne iznose vladama i bankama koje su propale nakon finansijske krize 2008. godine. Za samo nekoliko meseci, ovo je udvostručilo (ponekad utrostručilo ili učetvorostručilo) novčanu masu mnogih nacija. Oni su ovo nazvali „kvantitativno ublažavanje“.
Ako banke koriste toliku monetarnu inflaciju, zašto onda mi ne vidimo inflaciju cena?
Jednostavno rečeno, većina nove valute nije dospela u ruke običnih ljudi. Kada obični ljudi budu mogli da potroše novoštampanu valutu na svoje svakodnevne potrebe, tada ćemo videti rast CPI i inflacije.
Danas većina valuta ulazi u svet putem bankarskih zajmova, pa banke igraju veliku ulogu u tome gde se dešava inflacija. Banke prvenstveno pozajmljuju vrlo ‘sigurnim’ klijentima poput bogatih pojedinaca, vlada i velikih korporacija. Ovi subjekti kupuju luksuznu robu, umetnička dela, finansijsku imovinu i državne obveznice.
Cene ovih vrsta imovine nisu uključene u CPI, tako da je prijavljena inflacija niska. Kao rezultat, povećanje plata i isplate socijalnog osiguranja su takođe na niskom nivou.
Bogati su uživali u periodu od 2008. do 2021. godine, kada je njihova imovina upumpavana sa velikom količinom novog novca proizvedenog od bankarskih kredita!
Šta se dešava kada nova valuta dodje u ruke običnih ljudi?
Nažalost, jednog dana će sva ova nova valuta da uđe u normalnu ekonomiju i time će se povećati cene svakodnevne robe. To je poćelo da se dešava 2021. godine kao rezultat stimulativnih programa COVID-19 u Sjedinjenim Državama, koji su ljudima distribuirali trilione dolara. Iako je ovo zasigurno poželjnije od spašavanja korporacija, svaka vrsta spašavanja koja uključuje štampanje novca ima gadne dugoročne efekte.
Ovo što sada doživljavamo dogodilo se u Nemačkoj tokom i posle Prvog svetskog rata. Cene u Nemačkoj su zapravo pale tokom Prvog svetskog rata uprkos velikom stvaranju valute od strane Nemačke centralne banke. Nisko poverenje u ekonomiju sprečavalo je nemački narod da troši novac. Međutim, kad se rat završio i kada su ljudi ponovo počeli da ga troše, cene su vrlo naglo skočile i valuta je postala bezvredna. To bi moglo da se dogodi 2020-ih u Sjedinjenim Državama, sa obzirom na predložene programe podsticaja.
Politike poput Univerzalnog Osnovnog Dohotka, eng. Universal Basic Income (UBI), koje izgledaju pogodne za njihova obećanja da će “spasiti ljude”, takođe mogu da pokrenu hiperinflaciju. Obični ljudi bi se osećali imućnije, trošili bi svoju novoštampanu valutu i doveli do brzog rasta cena. Ovo bi u suštini poništilo pozitivan uticaj građana koji dobijaju “besplatan novac” svakog meseca.
Pa kako onda vi možete da zaštitite svoju ušteđevinu od inflacije? Kupujte imovinu koja je retka, potcenjena i koju vlade teško mogu da prigrabe. Ova imovina su plemeniti metali poput zlata, i Bitcoin.
Šta je deflacija?
Deflacija znači pad cena tokom vremena. Mnogi ekonomisti kažu da će ovo dovesti do toga da ljudi gomilaju valutu i da će dovesti do ekonomskog kolapsa, jer ljudi prestaju da kupuju robu i ulažu u preduzeća. To jednostavno nije tačno, jer ljudi uvek imaju potrebe i želje zbog kojih kupuju odredjenu robu. Stalni pad cena tokom vremena jednostavno bi promenio psihologiju potrošačke kulture u kojoj živimo.
Potrošačka kultura potiče od inflacije
Kako je to istina? Pogledajmo na sledećem primeru. Recimo da želite novi auto i da imate dovoljno novca da ga kupite. Poznato je da u našem svetu zbog stalne inflacije vaš novac vremenom postaje sve manje i manje vredan. U paralelnom svemiru u kojem se javlja stalna deflacija, vaš novac vremenom postaje sve vredniji.
- Uz konstantnu inflaciju, auto će koštati nešto više sledeće godine, i nešto više naredne godine. Niste sigurni gde da uložite novac da biste sa vremenom sigurno očuvali njegovu kupovnu moć. Ako niste sigurni da li ćete da kupite auto, ima više finansijskog smisla da ga kupite odmah, da biste dobili najbolju ponudu.
- Uz konstantnu deflaciju, auto će koštati nešto manje sledeće, i još manje naredne godine. Ako samo čuvate vaš novac, sledeće godine ćete dobiti bolju ponudu za auto. Ako niste sigurni da li ćete da kupite auto, ima više finansijskog smisla da sačekate malo duže da biste dobili bolju ponudu.
Sada razmislite o ta dva scenarija, pomnožena bilionima ljudi i proizvoda. Uz konstantnu inflaciju, svako ima malo više razloga da kupuje stvari upravo sada. Uz konstantnu deflaciju, svi sada imaju malo manje razloga da kupuju. Upravo na taj način inflacija je u osnovi naše materijalističke, potrošačke kulture. Deflacija bi mogla da bude lek.
Inflacija uzrokuje loše investicije
Vaš novac godišnje gubi “2%” svoje vrednosti zbog inflacije. Sada, recimo da vas Stefan pita da investirate u njegov Fast food. Nakon uvida u brojeve, verujete da ćete ovom investicijom izgubiti 1% od vrednosti svog novca. Gubitak od 1% u Stefanovom poslu bolji je od gubitka od 2% zbog inflacije, pa se vi odlučujete da uložite. Ovo je loša investicija, eng. malinvestment – investirajući vi ćete da izgubite deo vrednosti. Međutim, čuvanje valute je još gore, zato ulažete.
Mnogi investitori, poput penzijskih fondova, danas su prisiljeni da investiraju u neprofitabilne biznise zbog investicionih mandata i same veličine njihove ‘imovine pod upravljanjem’.
Pristalice konstantno niske inflacije veruju da bi deflacija smanjila investicije. Međutim, to bi samo smanjilo ulaganje u preduzeća sa negativnim očekivanim prinosom poput Stefanovog Fast food-a. Na primer, recimo da je deflacija u proseku oko 2% godišnje. Na ovom tržištu investitori bi jednostavno prestali da ulažu u projekte za koje misle da će im zaraditi manje od 2% godišnjeg povrata ulaganja.
Neznatno deflaciona valuta obeshrabriće ulaganja u lažna i loša preduzeća i podstaći ulaganje u solidna preduzeća koja svetu dodaju vrednost.
Kakav uticaj inflacija ima na društvo?
Inflacija pokreće povećanu potrošnju, smanjenu štednju i povećani dug. Sve ove stvari dovode do toga da većina ljudi mora da radi više sati i duže u starosti. Iako inflacija kažnjava one koji rade za platu, ona obogaćuje vlasnike bilo koje imovine koja dobija na ceni kada nova valuta uđe u sistem. Ova imovina uključuje akcije, umetnička dela, nekretnine i drugu imovinu koju bogataši koriste za čuvanje svog bogatstva.
Vremenom ljudi i firme izmišljaju nove načine za jeftinije stvaranje dobara i usluga višeg kvaliteta. Ovo je poznato kao ‘rast produktivnosti’ i trebalo bi da uzrokuje da cene tokom vremena konstantno padaju, a ne da rastu. Samo konstantno stvaranje valute koje je neophodno zbog monetarnog sistema zasnovanog na dugu naše vlade uzrokuje stalnu inflaciju i njene loše efekte.
Ako vam se sviđa moj rad, molim vas da ga podelite sa svojim prijateljima i porodicom. Cilj mi je da svima pružim pogled u ekonomiju i na to kako ona utiče na njihov život.
-
@ bf47c19e:c3d2573b
2025-05-26 14:23:49Da li ste znali da se već danas u Srbiji možete kompletno obući i svoj dom u potpunosti opremiti tehnikom i za sve to platiti Bitkoinom? Sve ovo je moguće zahvaljujući kompaniji Bitrefill!
Bitrefill je vodeća platforma koja omogućava kupovinu poklon-kartica putem Bitkoina i drugih kriptovaluta.
Od poklon-kartica koje je moguće kupiti na Bitrefillu, u Srbiji je najpopularnija, najraznovrsnija i najpraktičnija za korišćenje digitalna Giftoncard Multibrand poklon-kartica koju je moguće koristiti u više desetina šoping centara širom Srbije! Moguće je iskoristiti u više od 150 naznačenih brendova i radnji raznovrsnog tipa i zato kao takva predstavlja pravi spoj zabave, mode, sporta, tehnike... Od najpoznatijih prodavnica izdvajaju se Gigatron, Tehnomanija, Tehnomedija, Puma, Adidas, Sport Vision, Univerexport...
GiftOnCard poklon kartica je savršen način da ispoštujete ukus baš svakoga i rešite problem promašenog poklona!
Neki od tržnih centara u kojima se mogu koristiti poklon-kartice: Delta City, TC Ušće, Ada Mall, Galerija Beograd, TC Stadion, Merkator Centar Beograd/Novi Sad, Roda Mega Shopping Centar, Big Kruševac, Big Nova Pazova, Aviv Park Zvezdara, Stop Shop Borča, Forum Park, Big Shopping Centar Novi Sad, TC Promenada Novi Sad, TC Forum Niš, Delta Planet Niš, Capitol Park Šabac...
Giftoncard Multibrand poklon-karticu je na Bitrefillu moguće kupiti kako on-chain Bitkoinom, tako i putem Bitkoin Lightning mreže. U ponudi su kartice sa sredstvima u iznosu od 3000 i 6000 dinara.
Pored Multibrand kartice, na sajtu Bitrefill su dostupne i poklon-kartice Tehnomanije i Sport Visiona, s tim što je Sport Vision karticu moguće iskoristiti i onlajn na njihovom sajtu (ovo važi i za Multibrand karticu).
Kako do Giftoncard Multibrand poklon-kartice?
Proces plaćanja Bitkoin (Lightning-om) je veoma jednostavan.
- Izaberite vašu poklon-karticu zajedno sa željenom vrednošću.
- Popunite potrebna polja da biste nastavili sa plaćanjem.
- Izaberite željenu kriptovalutu i pošaljite odgovarajući iznos na dostavljenu adresu ili skenirajte QR kod putem vašeg mobilnog novčanika.
- Kada plaćanje bude izvršeno, digitalna poklon-kartica će vam biti dostavljena za nekoliko trenutaka, a takođe ćete dobiti i kopiju putem imejla.
Kako iskoristiti poklon-karticu?
- Možete iskoristiti poklon-karticu za plaćanje proizvoda i usluga na više od 300 lokacija širom Srbije sve do visine sredstava koja se nalaze na kartici.
- Niste u obavezi da iskoristite ceo iznos sa kartice odjednom; kartica se može koristiti više puta za više proizvoda i usluga sve dok ne potrošite čitav iznos.
- Možete proveravati stanje na kartici i sve transakcije registracijom na sajtu giftoncard.eu.
- Moguće je iskoristiti više poklon-kartica za jednu kupovinu.
- Kartica se ne može koristiti za povlačenje gotovine
- Kartica ne može biti poništena ili ponovo dopunjena.
Obradujte svoje najmilije i sebe poklonima, proizvodima i uslugama kupljenim za Bitkoin!
-
@ 06639a38:655f8f71
2025-05-26 14:21:37Finally there is a release (1.7.0) for Nostr-PHP with a full NIP-19 integration. Here is an example file with some snippets to how it works to encode and decode bech32 encoded entities:
- https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/nip19-bech32-decoded-entities.php
- https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/nip19-bech32-encoded-entities.php
Now merge request #68 (and issues #74, #64 are closed) is finally merged which I opened in October 2024.
Next up is:
- Create documentation how to use NIP-19 with the library on https://nostr-php.dev
- Create documentation how to use NIP-04 and NIP-44 with the library on https://nostr-php.dev
- Work out a proof-of-concept with the revolt/event-loop package to create concurrent async requests with websocket connections
-
@ b1ddb4d7:471244e7
2025-05-27 06:00:54Global fintech leader Revolut has announced a landmark partnership with Lightspark, a pioneer in blockchain infrastructure solutions, to integrate bitcoin’s Lightning Network into its platform.
This collaboration, now live for Revolut users in the UK and select European Economic Area (EEA) countries, marks a transformative leap toward frictionless, real-time transactions—eliminating delays and exorbitant fees traditionally associated with digital asset transfers.
Major update: @RevolutApp is now partnering with @lightspark pic.twitter.com/OUblgrj6Xr
— Lightspark (@lightspark) May 7, 2025
Breaking Barriers in Digital Currency Usability
By adopting Lightspark’s cutting-edge technology, Revolut empowers its 40+ million customers to execute bitcoin transactions instantly at a fraction of current costs.
This integration addresses longstanding pain points in digital currency adoption, positioning bitcoin as a practical tool for everyday payments. Users can now seamlessly send, receive, and store bitcoin with the same ease as traditional fiat currencies, backed by Revolut’s secure platform.
The partnership also advances Revolut’s integration into the open Money Grid, a decentralized network enabling universal interoperability between financial platforms.
This move aligns Revolut with forward-thinking fintechs adopting next-gen solutions like Lightning transactions and Universal Money Addresses (UMA), which simplify cross-border payments by replacing complex wallet codes with human-readable addresses (e.g., $john.smith).
Why This Matters
The collaboration challenges conventional payment rails, which often incur delays of days and high fees for cross-border transfers. By contrast, Lightning Network transactions settle in seconds for minimal cost, revolutionizing peer-to-peer payments, remittances, and merchant settlements. For Revolut users, this means:
- Instant transactions: Send bitcoin globally in under three seconds.
- Near-zero fees: Dramatically reduce costs compared to traditional crypto transfers.
- Enhanced utility: Use bitcoin for daily spending, not just as a speculative asset.
The Road Ahead
Revolut plans to expand Lightning Network access to additional markets in 2025, with ambitions to integrate UMA support for seamless fiat and digital currency interactions. Lightspark will continue optimizing its infrastructure to support Revolut’s scaling efforts, further bridging the gap between blockchain innovation and mainstream finance.
About Revolut
Revolut is a global financial app serving over 40 million customers worldwide. Offering services ranging from currency exchange and stock trading to digital assets and insurance, Revolut is committed to building a borderless financial ecosystem.About Lightspark
Founded by former PayPal and Meta executives, Lightspark develops enterprise-grade solutions for the Lightning Network. Its technology stack empowers institutions to harness bitcoin’s speed and efficiency while maintaining regulatory compliance. -
@ 78a1621b:0153f86c
2025-05-26 14:22:23I was very surprised to see the foreword written by Ken Liu. I have read The Three Body Problem and Death's End, two science fiction books translated by him. Just could not believe the connection.
Chapter 1 covered Finite Fields. This took me back to my Abstract Algebra class in undergrad. I wish I had this book and was interested in Bitcoin back then. So much of what you study in school you have to study without experiencing how they connect to the real world. I wish this wasn't the case.
Jimmy Song does an amazing job of explaining just what you need in simple terms and planting flags to watch out for concepts that will be relevant later in the book. The companion code and exercises are also very well designed. This got me thinking about how much students miss out by not actively incorporating programming into the mathematics curriculum.
Looking forward to continuing with the book.
-
@ 8bad92c3:ca714aa5
2025-05-26 21:01:27Key Takeaways
Lyn Alden unpacks the complex interplay of global trade imbalances, the dollar’s entrenched reserve currency status, and America’s eroded industrial base, arguing that aggressive tariffs under Trump have backfired by hurting U.S. businesses without reversing decades of offshoring. She illustrates how China has rapidly ascended the value chain, dominating key industries and making it nearly impossible for the U.S. to build a trade coalition against them. Despite the U.S.’s massive debt and persistent global demand for dollars, cracks are forming in the system as nations explore alternative payment systems and neutral reserve assets like gold and Bitcoin. Lyn emphasizes that Bitcoin’s most effective path to integration is through grassroots and corporate adoption, not government-led initiatives, and warns that unless the U.S. urgently scales its energy and industrial capacity, it risks falling further behind China’s unmatched pace of growth and infrastructure dominance.
Best Quotes
- "The trade deficit is often described as us sending out pieces of paper and getting goods and services, which sounds like a really good deal."
- "It's better to correct these imbalances from a position of strength, not weakness."
- "All that debt creates inflexible demand for dollars. There’s literally way more demand than dollars in the system."
- "China became the largest auto exporter in the world in just four years."
- "Bitcoin isn’t changing to fit into the global financial system. The global financial system is changing to fit Bitcoin."
- "Individuals, small businesses, corporations—these are the real drivers of Bitcoin adoption. Not governments."
Conclusion
This episode offers a sobering look at America’s trade and currency dilemmas, with Lyn Alden explaining why quick policy fixes like tariffs can’t reverse decades of deindustrialization tied to the dollar’s reserve status. She highlights the rise of neutral reserve assets like gold and Bitcoin as important hedges, stressing that grassroots and corporate adoption will be more effective than government-led efforts. Lyn also warns that without a major push to expand energy production, the U.S. risks falling behind in an AI-driven, hardware-centric world, urging strategic humility and innovation to navigate the shifting global order.
Timestamps
0:00 - Intro
0:31 - Triffin's dilemma
8:10 - Debt leverage
11:04 - Fold & Bitkey
12:41 - Trump's goals and tariff policy
19:54 - Unchained
20:24 - China is not weak
30:07 - Energy
37:15 - AI/robots
41:11 - SBR
48:47 - Bitcoin credit products
52:40 - Eventful week for bitcoinTranscript
(00:00) They ramped up tariffs super high, super quickly. In many cases, were so high that they hurt us as much as some of our trade adversaries. China has ramped up to like unfathomable degrees. Nuclear, solar, pretty much everything that they can throw money at they're building. The trade is often described as us sending out pieces of paper and getting goods and services, which sounds like a really good deal.
(00:19) They take those slips of paper and then they buy our stocks. They buy our corporate bonds and government bonds. And so they end up owning a larger and larger share of corporate America. got the headphone hair. I'm all out of whack, Lynn. It's been a long week here in Austin. Yeah, I can imagine. It's been a long time since we've talked on the show. It's been two years.
(00:41) I was checking, which is a astonishing to me. But no better time than now. Uh I think quite literally based off of all the conversations we've had uh over the years. I mean, your famous saying, nothing stops this train. I think we're coming to a juncture where that's becoming abundantly clear. and you wrote uh a newsletter earlier this week, I believe you sent it out Sunday, that basically highlighted the crux of the problem, which is the dollar reserve status and the almost impossible task that Trump would like to accomplish, but
(01:21) likely isn't the case, which is sort of solving Triffin's dilemma of reshoring manufacturing while keeping US dollar dominance. So I think diving into this from first principles would be great. Sure. Yeah. And that's that's the um I can imagine the administration's challenge of trying to communicate this because uh the intricacies of how trade deficits and the reserve currency kind of pair together is very wonkish.
(01:46) It it kind of has this like academic quality to it that doesn't go over well uh in kind of political oriented speeches. Um like I would I would be terrible at a political rally for example when I try to explain any of this. Um and so we kind of have this situation where um and this was outlined back during the Breton Wood system by Triffin as you mentioned uh which is that having the reserve currency does come with a bunch of benefits um you know historically called a extraordin uh exorbitant privilege um but then it has certain costs to
(02:15) maintain it and those costs can vary a bit depending on how the system structure. So for example back in the Bretton Woods era the cost was that we kept draining our gold reserves. uh we basically had to kind of keep paying out our go gold gold reserves to maintain that part of the system and in the current formation uh instead we kind of pay for it with our industrial base.
(02:36) We keep kind of sending out little parts of our industrial base over time to maintain the the global reserve currency status. And there's a few reasons for that. One is that um because unlike every other fiat currency, the dollar has all these extra demands for it by countries all around the world. um all these different purposes.
(02:55) um there's this extra demand for dollars which sounds good on the surface and as for Americans for example we have tons of import power when we go on vacations to the rest of the world it's you know we have pretty strong purchasing power compared to when they come to the US um these things seem good on the surface but it also means that it's pretty expensive to manufacture lower margin things here at home uh and so we have this kind of situation where our imports are very strong our exports uh especially lower margin stuff is less uh
(03:22) competitive whereas we can still be competitive competitive on really high margin stuff, you know, technology, finance, healthcare, that kind of thing. Um, and then the other aspect is that even if you could somehow solve that, there's the more fundamental problem, which is that the whole world needs dollars uh for the you know, global reserve currency status to use it for international contract pricing, crossber financing, one side of every trade pair that they do, all these different purposes as a reserve asset. Um uh and
(03:51) when you step back and say, "Well, how do they get all those dollars if they're all using dollars? How did all those dollars get out there?" And the answer is trade deficits. Um basically that overvalued aspect forces open the US trade deficit. And every year we send out hundreds of billions or sometimes a trillion dollars in net outflows.
(04:10) And over years and decades, these have accumulated out there. And so, uh, kind of the way it works is that if you want to fix the trade deficit, which I've been I've been writing about since 2019, I think that's a I think that's a valid mandate to do. Um, unfortunately does come with trade-offs.
(04:26) Uh, some of the some of the benefits that that you know that we enjoy at the cost of the trade deficit. Um, if you do want to kind of fix that imbalance, it comes up, you know, with with basically giving away at least some of those benefits and prioritizing that that industrial base a bit more. And one of the dynamics that you highlighted in your newsletter, which makes sense, but wasn't very clear to me before, is that via these deficits, we flood international markets with dollars because we're sending parts of our industrial base over there. But then
(05:00) it's like cyclical. They take those dollars and then reinvest them in US financial assets. So it has this sort of flow where it goes out but then it comes back in into the financialized economy via equities and real estate and other such assets and that is good for asset owners here in the United States.
(05:19) But again I think that's is part of the bag of mandate is that sort of cycle has led to this large wealth gap in the United States that they're trying to fix. Yeah. Exactly. Um and so basically the opposite side of a current account deficit which is basically so the trade deficit plus things like interest and dividends.
(05:39) Um so we run a structural current account deficit and the opposite side of that is a capital account surplus. Um which is that funds flow in the rest of the world and buy our financial assets. Uh and so it's the the trade deficit is often described as us sending out pieces of paper and getting goods and services which sounds like a really good deal.
(05:57) Um but then the extra step of that that you mentioned is that they take those slips of paper or really those electronic digits that they have and then they buy our stocks, they buy our real estate, they buy our private equity, they they buy our corporate bonds and government bonds and so they end up owning a larger and larger share of corporate America as part of their kind of accumulated uh trade surpluses uh and reserve assets and uh international private assets.
(06:22) Um, and the kind of the consequence of this, if you kind of like view the foreign sector as an intermediary, we're basically constantly kind of taking economic vibrancy out of, you know, Michigan and Ohio and, uh, you know, rural Pennsylvania where the steel m -
@ 920165f0:049cf1bb
2025-05-26 13:57:30All this strategy,\ goal talk,\ and organizational jargon —
has me slipping into this
arial,\ 12-point font,\ double spaced,\ embedded-with-citations\ state of mind.
My pen moves\ without permission.
I am inspired by nature.\ By the broad spectrum.\ The all-encompassing vision of the world.
If I give myself blinders\ for more than a couple laps around the track,\ I go mad.
Sometimes I talk to people\ who also wear these blinders.
But I now know —\ these are not conversations I want to have.
I will protect the creative landscape.
Let my imagination\ rip through the echo of conformity.
It keeps the sacred gears\ from rusting in mediocrity.
I don’t need anyone’s sludge\ getting into those gears.
I am as honest\ as I can be.
And to gunk up the gears\ speculating future problems \ is not worth the brain space.
Brain space is not for simulating disaster.\ It’s not for rehearsing regret.
It’s for playing and moving pieces around as if it were a live symphony.
It’s not a rehearsed play.\ It’s all impromptu.
I read my energy.\ The crowd.\ The weather.\ The rhythm of life.
If I’m not myself,\ then I better run every last thought\ through ChatGPT\ before submitting.
Life stripped of this noise\ is always closer to living.
When you are done\ producing predictable content,
produce vibrant, living content\ that shakes people up\ and leaves them\ with difficult questions.
The striking quotations\ that nobody has dared to touch.
You can’t out-train your addictions.\ You can’t supplement what your soul is starving for.
If you are still broken\ by insecurity,\ doubt,\ or inhibition —
you’ve found the largest leak in your system.
If you are still impacted\ by your childhood,\ your ex,\ your past —
today’s energy is stifled.
This is a callout.\ Not to shame.\ But to direct your energy\ to the most obvious place.
Society’s upgrades\ can only distract you from your pain.
No exchange program gets you there.\ And the world is happy to support your avoidance and sedation.
If you want to go someplace\ you aren’t now,
you cannot do it\ carrying this burden.
Today is another day\ to get honest.
Another day\ to acknowledge the places\ only the most respectable version of you\ would tell you to look.
The ones who will go to these places\ will be challenged.
The price will be everything.\ The pay will be nothing.
And what more can a man want\ than that agonizing space —
in his heart,\ in his head,\ his chest,\ or in his bed —
to be as empty\ as the open sky
you can imagine now\ with your mind’s eye.
-
@ 3642cebe:c8948d8f
2025-05-27 05:29:09O Cuia777 é uma plataforma de entretenimento digital que oferece uma experiência única para jogadores e entusiastas de jogos online. Com uma interface intuitiva, uma vasta seleção de jogos e um ambiente seguro e confiável, a plataforma conquistou um espaço importante no mercado de apostas e jogos virtuais. Neste artigo, vamos explorar as principais características do Cuia777, desde sua introdução até os jogos e a experiência dos jogadores, sem mencionar qualquer referência ao termo "cassino", mas focando em tudo o que torna o Cuia777 uma escolha empolgante.
Plataforma de Entretenimento Completa Cuia777 é uma plataforma robusta que se destaca pelo seu design amigável e fácil navegação. Ao entrar no site, os usuários encontram uma interface organizada e moderna, com todas as informações necessárias ao alcance de um clique. A plataforma foi pensada para oferecer uma experiência fluida tanto para iniciantes quanto para jogadores experientes.
O cuia777também se preocupa com a segurança de seus jogadores. Com a implementação de criptografia de ponta e sistemas avançados de proteção de dados, o site garante que todas as transações e interações dentro da plataforma sejam realizadas de forma segura. Os jogadores podem se concentrar completamente na diversão, sabendo que suas informações pessoais e financeiras estão protegidas.
Variedade de Jogos: Uma Jornada de Diversão e Emoção A plataforma oferece uma enorme variedade de jogos para todos os gostos. Se você é fã de jogos de mesa, como poker, roleta, ou blackjack, encontrará uma seleção diversificada de opções para se divertir. Para os entusiastas de jogos de cartas, o Cuia777 oferece diferentes modalidades e níveis de dificuldade, permitindo que os jogadores testem suas habilidades em confrontos emocionantes.
Além disso, a plataforma oferece uma série de opções de jogos rápidos, como slots e outros jogos eletrônicos, com gráficos de alta qualidade e sons imersivos que tornam a experiência ainda mais envolvente. Seja você um jogador casual ou um expert em busca de desafios, o Cuia777 tem algo especial para oferecer a todos.
Outro aspecto importante é a constante atualização do portfólio de jogos. A plataforma trabalha com desenvolvedores renomados para trazer novos títulos e versões exclusivas, garantindo que os jogadores tenham acesso a conteúdo fresquinho e inovador a qualquer momento. A diversidade de jogos, aliada à alta qualidade das produções, faz com que a experiência seja dinâmica e sempre surpreendente.
Experiência do Jogador: A Diversão no Cuia777 Vai Além dos Jogos O Cuia777 não se limita apenas a oferecer bons jogos; a plataforma também é projetada para proporcionar uma experiência de usuário sem igual. A navegabilidade intuitiva permite que os jogadores encontrem facilmente os jogos que desejam jogar e acompanhem suas preferências e histórico de forma prática. A plataforma também conta com suporte ao cliente eficiente, pronto para ajudar em qualquer dúvida ou problema que possa surgir durante a experiência de jogo.
A comunidade no Cuia777 é outro aspecto que agrega valor à plataforma. Jogadores de todo o Brasil têm a oportunidade de interagir, competir e compartilhar dicas, criando um ambiente acolhedor e divertido. A competitividade saudável e o ambiente amigável fazem com que a experiência de jogar na plataforma seja ainda mais gratificante.
Além disso, o Cuia777 se destaca por oferecer promoções regulares e bônus especiais, que são uma excelente forma de aumentar as chances de diversão. Esses bônus podem ser utilizados em uma ampla gama de jogos, proporcionando ainda mais diversão e a possibilidade de ganhar prêmios ao longo do caminho.
Conclusão: O Cuia777 é a Escolha Certa para quem Busca Diversão Se você está à procura de uma plataforma inovadora e emocionante para se divertir, o Cuia777 é a escolha certa. Com uma interface fácil de usar, uma vasta gama de jogos e uma experiência segura e divertida, ele se destaca como uma das melhores opções para quem busca entretenimento online de qualidade. Não importa se você é um novato ou um veterano, o Cuia777 tem tudo o que você precisa para viver momentos emocionantes e inesquecíveis.
-
@ 06639a38:655f8f71
2025-05-26 12:58:38Nostr-PHP
Djuri submitted quite some pull requests in the last couple of week while he was implementing a Nostr connect / login on https://satsback.com. The backend of that platform is written in PHP so the Nostr-PHP library is used for several purposes while Djuri also developed quite some new features utilizing the following NIPs:
- NIP-04
- NIP-05
- NIP-17
- NIP-44
Thank you very much Djuri for these contributions. We now can do the basic private stuff with the library.
PR for NIP-04 and NIP-44: https://github.com/nostrver-se/nostr-php/pull/84 and https://github.com/nostrver-se/nostr-php/pull/88
Examples:- https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/nip04-encrypted-messages.php
- https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/nip44-gift-wrapping.php
PR for NIP-05: https://github.com/nostrver-se/nostr-php/pull/89
Example: https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/nip05-lookup.phpPR for NIP-17: https://github.com/nostrver-se/nostr-php/pull/90
Example: https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/nip17-private-direct-messages.phpPR for adding more metadata profile fields: https://github.com/nostrver-se/nostr-php/pull/94
Example: https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/fetch-profile-metadata.phpFetch
10050
event (dm relay list) of an given pubkey
Example: https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/fetch-dm-relayslist.phpThe CLI tool is removed from the library, see PR https://github.com/nostrver-se/nostr-php/pull/93
Nostr-PHP documentation
While new NIPs are implemented in the Nostr-PHP library, I'm trying to keep up with the documentation at https://nostr-php.dev. For now, things are still much work in progress and I've added the AI agent Goose using the Claude LLM to bootstrap new documentation pages. Currently I'm working on documentation for
- How to direct messages with NIP-04 and NIP-17
- Encrypted payloads for event content NIP-44
- Fetch profiledata of a given pubkey
- Lookup NIP-05 data of given pubkey
- Using the NIP-19 helper class
CCNS.news
I've moved CCNS to a new domain https://ccns.news and have partly implemented the new NIP-B0 for web bookmarks. When you post a bookmark there, a kind
39701
event is transmitted to some Nostr relays (take a look at this event for example). Optionally you can also publish this content as a note to the network.As you can see at https://ccns.news/l/censorship-resistant-publishing-and-archiving, I've listed some todo's. All this stuff is done with Javascript using the NDK Typescript library (so I'm not using any PHP stuff for this with Nostr-PHP).
Also new: https://ccns.news/global now has a global feed which fetches all the web bookmark events with kind
39701
from several public Nostr relays. I had a rough idea to compare feeds generated with NDK and Nostr-PHP (for both using the same set of relays).Building a njump clone for this Drupal website
You can now use this URL pattern to fetch Nostr events:
https://nostrver.se/e/{event_id|nevent1|note1|addr1}
where you can provide a plain Nostr event ID or NIP-19 encoded identifier.An example, this URL [nostr:nevent1qvzqqqqqqypzqmjxss3dld622uu8q25gywum9qtg4w4cv4064jmg20xsac2aam5nqqsqm2lz4ru6wlydzpulgs8m60ylp4vufwsg55whlqgua6a93vp2y4g3uu9lr) fetches the data from one or more relays. This data is then being saved as a (Drupal) node entity (in a database on the server where this website is hosted, which is located in my office fyi). With this saved node, this data is now also available at https://nostrver.se/e/0dabe2a8f9a77c8d1079f440fbd3c9f0d59c4ba08a51d7f811ceeba58b02a255/1 where the (cached) data is server from the database instead. It's just raw data for now, nothing special about it. One of my next steps is to style this in a more prettier interface and I will need to switch the theme of this website to a custom theme. A custom theme where I will be using TailwindCSS v4 and DaisyUI v5.
The module which is providing these Nostr features is FOSS and uses the Nostr-PHP library for doing the following:
- Request the event from one or more relays
- Decode the provided NIP-19 identifier
For now this module is way for me to utilize the Nostr-PHP library with Drupal for fetching events. This can be automated so in theory I could index all the Nostr events. But this is not my ambition as it would require quite some hardware resources to accomplish this.
I hope I can find the time to build up a new theme first for this website, so I can start styling the data for the fetched events. On this website, there is also a small piece (powered by another module) you can find at https://nostrver.se/nostrides doing things with this NIP-113 around activity events (in my case that's cycling what interests me).What's next
I'm already working on the following stuff:
- Implement a class to setup a persistent connection to a relay for requesting events continuously
- Extend the documentation with the recent added features
Other todo stuff:
- Review NIP-13 proof-of-work PR from Djuri
- Implement a NIP-65 lookup for fetching read and write relays for a given npub issue #91
- Build a proof-of-concept with revolt/event-loop to request events asynchronous with persistent relay connections
- Add comments to https://ccns.news
-
@ 3642cebe:c8948d8f
2025-05-27 05:28:43O 222g é uma plataforma online inovadora que oferece uma experiência única para jogadores que buscam se divertir com uma vasta gama de opções de jogos. Se você está em busca de uma plataforma segura, intuitiva e repleta de diversão, o 222g é a escolha ideal. Com foco em entregar uma experiência de alta qualidade, o site proporciona uma navegação fácil, jogos emocionantes e diversas opções para que todos os gostos sejam atendidos.
Introdução à Plataforma 222g A plataforma 222g foi criada para trazer uma experiência online moderna e prática, pensando no conforto e na diversão de seus usuários. A interface do site é intuitiva e de fácil navegação, o que torna a experiência do jogador agradável desde o momento em que ele acessa o site. Além disso, o 222g é compatível com diferentes dispositivos, o que permite aos jogadores aproveitarem seus jogos favoritos tanto no desktop quanto em smartphones e tablets.
Com uma plataforma segura, o 222gprioriza a proteção das informações de seus usuários, utilizando as tecnologias mais avançadas de criptografia e segurança de dados. O site segue as melhores práticas de segurança, garantindo que os jogadores possam se divertir sem preocupações com a proteção de suas informações pessoais e financeiras.
A plataforma oferece um suporte eficiente e acessível, com uma equipe pronta para ajudar sempre que necessário. Seja para tirar dúvidas ou resolver algum imprevisto, o atendimento ao cliente é um dos grandes diferenciais do 222g, com um time dedicado a oferecer soluções rápidas e eficazes.
Variedade de Jogos no 222g Uma das maiores vantagens do 222g é sua vasta oferta de jogos, com opções para todos os gostos e preferências. O site conta com uma coleção impressionante de títulos de diferentes categorias, incluindo jogos de mesa, máquinas de jogos, jogos de cartas e até opções de estilo arcade. Com tantos jogos disponíveis, os jogadores podem escolher entre opções clássicas ou mais modernas, sempre com a garantia de diversão e emoção.
Os jogos oferecidos na plataforma são desenvolvidos por grandes fornecedores de software de renome internacional, o que garante não apenas uma jogabilidade de alta qualidade, mas também uma excelente performance e gráficos impressionantes. Além disso, todos os jogos do 222g possuem um sistema justo, assegurando que cada rodada ou partida seja determinada de forma imparcial e transparente.
A Experiência do Jogador no 222g No 222g, a experiência do jogador é o que mais importa. A plataforma foi projetada para oferecer um ambiente amigável, onde os jogadores podem se sentir à vontade e concentrados na diversão. O layout do site é clean, facilitando o acesso rápido aos jogos e outras seções importantes, como promoções, informações sobre bônus e métodos de pagamento.
Os jogadores também têm a oportunidade de aproveitar diversas promoções e bônus, que tornam a experiência ainda mais interessante. Com uma série de recompensas, o 222g mantém os jogadores engajados e motivados a explorar os diversos jogos disponíveis, sempre oferecendo novas oportunidades de ganhar prêmios e bônus exclusivos.
Além disso, a plataforma conta com uma comunidade ativa de jogadores, proporcionando um ambiente interativo onde é possível compartilhar experiências e dicas com outros usuários. A possibilidade de se conectar com outros jogadores e fazer novas amizades também faz parte da experiência de jogo oferecida pelo 222g.
Outro ponto positivo é a velocidade e a estabilidade do site. O 222g garante que seus jogadores tenham acesso rápido aos jogos, sem enfrentar lags ou quedas de conexão. Isso é fundamental para uma experiência de jogo fluida e sem interrupções, permitindo que os jogadores se concentrem apenas na diversão e nas suas estratégias.
Conclusão Se você está procurando uma plataforma online confiável, divertida e cheia de opções de entretenimento, o 222g é uma excelente escolha. Com uma interface fácil de usar, uma vasta gama de jogos e uma experiência de jogador excepcional, a plataforma se destaca como uma das melhores opções do mercado. Junte-se à comunidade 222g hoje mesmo e descubra um novo mundo de diversão e possibilidades!
-
@ 3642cebe:c8948d8f
2025-05-27 05:28:18A 6699bet é uma plataforma de entretenimento digital que oferece uma experiência única aos seus usuários, proporcionando uma variedade de jogos e atividades interativas. Com uma interface amigável e diversas opções de jogos, ela se destaca como uma das melhores opções para quem busca diversão e emoção no mundo digital. Se você ainda não conheceu a plataforma, é hora de descobrir tudo o que ela tem a oferecer e como pode transformar seu tempo livre em momentos de pura diversão.
Uma Plataforma Inovadora e Acessível A 6699bet foi desenvolvida para proporcionar uma experiência de entretenimento online inovadora e fácil de navegar. Desde o primeiro acesso, o usuário se depara com uma interface intuitiva, ideal para iniciantes e também para jogadores mais experientes. A plataforma é compatível com diferentes dispositivos, permitindo que os usuários acessem suas contas e jogos preferidos de qualquer lugar, seja no computador ou em dispositivos móveis.
Além disso, a 6699betse preocupa com a segurança e a proteção de seus usuários. A plataforma utiliza tecnologia de ponta para garantir transações seguras, a proteção de dados pessoais e a integridade do ambiente digital, proporcionando um espaço confiável para todos.
Uma Variedade de Jogos para Todos os Gostos O grande atrativo da 6699bet é a variedade de jogos que ela oferece. A plataforma conta com uma extensa gama de opções, permitindo que os jogadores escolham o que mais se adequa ao seu perfil. Se você é fã de jogos de habilidade, como poker e blackjack, ou prefere algo mais simples e divertido, como jogos de slots, a 6699bet tem algo para todos.
A seção de jogos de mesa é uma das mais procuradas. Aqui, os jogadores podem testar suas habilidades em jogos desafiadores, como blackjack e roleta, onde a estratégia e a sorte se combinam para oferecer grandes chances de vitória. Já para quem gosta de algo mais rápido e empolgante, os jogos de slots e caça-níqueis são a escolha ideal. Com gráficos de alta qualidade e temas variados, esses jogos proporcionam uma experiência imersiva e cheia de emoção.
Além disso, a 6699bet também conta com jogos ao vivo, que permitem aos jogadores interagir com dealers reais e competir em tempo real. Isso traz uma sensação de realidade e cria uma atmosfera ainda mais envolvente, fazendo com que a experiência de jogo se torne ainda mais emocionante.
A Experiência do Jogador na 6699bet O que realmente distingue a 6699bet das outras plataformas é a atenção à experiência do jogador. A plataforma oferece um atendimento ao cliente excepcional, disponível 24 horas por dia, 7 dias por semana, para garantir que todas as dúvidas sejam resolvidas rapidamente. Se você encontrar qualquer problema técnico ou precisar de ajuda em relação a pagamentos ou bônus, a equipe de suporte está pronta para ajudar.
Além disso, a 6699bet valoriza a experiência personalizada. Com promoções e bônus regulares, os jogadores podem aproveitar ofertas exclusivas, aumentando suas chances de ganhar e aproveitando ainda mais a plataforma. Os jogadores também têm acesso a recursos como jogos gratuitos, onde é possível treinar e aprender as regras sem compromisso financeiro.
Outro ponto positivo é a comunidade ativa de jogadores. A 6699bet promove uma atmosfera amigável, onde os jogadores podem interagir, trocar experiências e até participar de torneios e competições. Isso cria um senso de pertencimento e faz com que os jogadores se sintam parte de algo maior, além de aumentar a competitividade e o prazer durante os jogos.
Conclusão A 6699bet é, sem dúvida, uma das melhores plataformas de entretenimento online disponíveis atualmente. Com uma vasta seleção de jogos, uma interface amigável, promoções atrativas e um atendimento ao cliente de excelência, a plataforma oferece uma experiência de jogo completa e emocionante. Se você está procurando por uma maneira divertida e segura de passar o tempo, a 6699bet é a escolha ideal. Não perca a chance de explorar tudo o que ela tem a oferecer e se divertir de uma forma inovadora e envolvente.
-
@ c1e9ab3a:9cb56b43
2025-04-15 13:59:17Prepared for Off-World Visitors by the Risan Institute of Cultural Heritage
Welcome to Risa, the jewel of the Alpha Quadrant, celebrated across the Federation for its tranquility, pleasure, and natural splendor. But what many travelers do not know is that Risa’s current harmony was not inherited—it was forged. Beneath the songs of surf and the serenity of our resorts lies a history rich in conflict, transformation, and enduring wisdom.
We offer this briefing not merely as a tale of our past, but as an invitation to understand the spirit of our people and the roots of our peace.
I. A World at the Crossroads
Before its admittance into the United Federation of Planets, Risa was an independent and vulnerable world situated near volatile borders of early galactic powers. Its lush climate, mineral wealth, and open society made it a frequent target for raiders and an object of interest for imperial expansion.
The Risan peoples were once fragmented, prone to philosophical and political disunity. In our early records, this period is known as the Winds of Splintering. We suffered invasions, betrayals, and the slow erosion of trust in our own traditions.
II. The Coming of the Vulcans
It was during this period of instability that a small delegation of Vulcan philosophers, adherents to the teachings of Surak, arrived on Risa. They did not come as conquerors, nor even as ambassadors, but as seekers of peace.
These emissaries of logic saw in Risa the potential for a society not driven by suppression of emotion, as Vulcan had chosen, but by the balance of joy and discipline. While many Vulcans viewed Risa’s culture as frivolous, these followers of Surak saw the seed of a different path: one in which beauty itself could be a pillar of peace.
The Risan tradition of meditative dance, artistic expression, and communal love resonated with Vulcan teachings of unity and inner control. From this unlikely exchange was born the Ricin Doctrine—the belief that peace is sustained not only through logic or strength, but through deliberate joy, shared vulnerability, and readiness without aggression.
III. Betazed and the Trial of Truth
During the same era, early contact with the people of Betazed brought both inspiration and tension. A Betazoid expedition, under the guise of diplomacy, was discovered to be engaging in deep telepathic influence and information extraction. The Risan people, who valued consent above all else, responded not with anger, but with clarity.
A council of Ricin philosophers invited the Betazoid delegation into a shared mind ceremony—a practice in which both cultures exposed their thoughts in mutual vulnerability. The result was not scandal, but transformation. From that moment forward, a bond was formed, and Risa’s model of ethical emotional expression and consensual empathy became influential in shaping Betazed’s own peace philosophies.
IV. Confronting Marauders and Empires
Despite these philosophical strides, Risa’s path was anything but tranquil.
-
Orion Syndicate raiders viewed Risa as ripe for exploitation, and for decades, cities were sacked, citizens enslaved, and resources plundered. In response, Risa formed the Sanctum Guard, not a military in the traditional sense, but a force of trained defenders schooled in both physical technique and psychological dissuasion. The Ricin martial arts, combining beauty with lethality, were born from this necessity.
-
Andorian expansionism also tested Risa’s sovereignty. Though smaller in scale, skirmishes over territorial claims forced Risa to adopt planetary defense grids and formalize diplomatic protocols that balanced assertiveness with grace. It was through these conflicts that Risa developed the art of the ceremonial yield—a symbolic concession used to diffuse hostility while retaining honor.
-
Romulan subterfuge nearly undid Risa from within. A corrupt Romulan envoy installed puppet leaders in one of our equatorial provinces. These agents sought to erode Risa’s social cohesion through fear and misinformation. But Ricin scholars countered the strategy not with rebellion, but with illumination: they released a network of truths, publicly broadcasting internal thoughts and civic debates to eliminate secrecy. The Romulan operation collapsed under the weight of exposure.
-
Even militant Vulcan splinter factions, during the early Vulcan-Andorian conflicts, attempted to turn Risa into a staging ground, pressuring local governments to support Vulcan supremacy. The betrayal struck deep—but Risa resisted through diplomacy, invoking Surak’s true teachings and exposing the heresy of their logic-corrupted mission.
V. Enlightenment Through Preparedness
These trials did not harden us into warriors. They refined us into guardians of peace. Our enlightenment came not from retreat, but from engagement—tempered by readiness.
- We train our youth in the arts of balance: physical defense, emotional expression, and ethical reasoning.
- We teach our history without shame, so that future generations will not repeat our errors.
- We host our guests with joy, not because we are naïve, but because we know that to celebrate life fully is the greatest act of resistance against fear.
Risa did not become peaceful by denying the reality of conflict. We became peaceful by mastering our response to it.
And in so doing, we offered not just pleasure to the stars—but wisdom.
We welcome you not only to our beaches, but to our story.
May your time here bring you not only rest—but understanding.
– Risan Institute of Cultural Heritage, in collaboration with the Council of Enlightenment and the Ricin Circle of Peacekeepers
-
-
@ a296b972:e5a7a2e8
2025-05-26 12:42:46Zahlreiche Anzeichen deuten darauf hin, dass die Zeit zu Ende geht, in der Europa, vor allem Deutschland, unter den schützenden Flügeln des US-Adlers bleiben kann. Die europäischen Küken sind noch nicht flügge, werden aber jetzt aus dem wohligen Nest geworfen und in die Freiheit entlassen. Ängstlich schlagen sie mit den Flügeln, doch das Fliegen will nicht so recht gelingen.
Angstbenommenheit, Inkompetenz und blinder Aktionismus erzeugen so staatsmännisch klingende Sprüche wie die, dass Deutschland zur stärksten Kraft in Europa werden soll. Hieran erkennt man die pubertäre Unreife, weil es kein Bewusstsein dafür gibt, was diese Aussage im Ausland unter Umständen bewirken kann. Man kann sich vorstellen, dass so etwas vor allem in der Bevölkerung des jahrelangen Erzfeindes Frankreich ein ungutes Gefühl erwecken könnte.
Ebenso bei den Briten, die möglicherweise ebenfalls nicht vor lauter Begeisterung vollends aus dem Häuschen sein werden.
Die USA und Russland beobachten sehr genau, was in Deutschland vorgeht, wobei die Aussage des zukünftigen Ex-Bundeskanzlers in Russland möglicherweise nur ein süffisantes Lächeln erzeugt, so, wie wenn ein Yorkshire-Terrier einen Bull-Dog ankläffen würde.
Deutschland scheint nicht den geringsten Schimmer davon zu haben, mit wem es sich anlegt.
Wenn für die Russen der "unschöne Besuch" der Deutschen in Russland mit rund 27 Millionen Toten an Bedeutung verloren hätte, würden die Paraden zum Sieg über den Faschismus nicht nach wie vor so groß gefeiert werden. Wenn die deutschen Regierungsverantwortlichen wenigstens über emphatische Fähigkeiten verfügen würden, wären sie in der Lage, sich in die Emotionen der russischen Seele einzufühlen. Und die Sauerländer sind wohl eher nicht für ihre warme Herzlichkeit bekannt, sondern eher für ihre Sturheit.
Vorbei die Zeiten, in denen es um den Wandel durch Annäherung ging, und man den Eindruck hatte, von Politikern mit Charakter- und Herzensbildung geleitet zu werden. Das waren auch alles keine Heiligen, aber man hatte zumindest den Eindruck, sie bemühten sich um die Mehrung des Wohles für Deutschland.
Mit den richtigen Leuten an der richtigen Stelle böte die derzeitige Veränderung der Kräfteverhältnisse die einmalige Chance, dass Deutschland endlich seiner schon lange fälligen Aufgabe nachkäme, nämlich dem geistig gemeinten Spruch „Am deutschen Wesen soll die Welt genesen“ in die lebendige Tat umzusetzen. Es heißt nicht: An deutschen Waffen oder an deutscher Kriegstüchtigkeit soll Europa, soll die Welt genesen, sondern am deutschen WESEN!!!
Was macht dieses Wesen, wie es geistig gemeint ist, aus?
Deutschland blickt auf eine lange Geschichte von Denkern und Dichtern zurück. Was hat das deutsche Wesen für Komponisten hervorgebracht, welche geistige Blütezeit erlebte Deutschland in der Romantik? In der deutschen Kultur wird gut und gerne gedacht, man hat Freude am Nachdenken, am Austüfteln, am Erfinden. Das eigentliche Kapital der deutschen Kultur ist das Denkvermögen und der Verstand, sofern er sich frei entfalten kann, erst lange danach kommt die Bewertung des wirtschaftlichen Erfolges, der nur die Folge davon ist. Effiziente, hochmoderne Waffen herzustellen, ist eine Verirrung dieses Denkvermögens.
Die geografischen Verhältnisse lassen sich mit keinem Krieg verändern. Die USA bleiben da, wo sie sind, Russland im Osten auch, Frankreich im Westen ebenso.
Die USA haben eine vollkommen andere Grenzsituation, als z. B. Russland. Die USA grenzen im Norden an Kanada, im Süden an Mexico, im Osten und im Westen sind sie durch den Ozean abgegrenzt. Russland ist das flächengrößte Land der Erde mit einer Festland- Grenzlänge von rund 22.000 Kilometern. Das schafft ein komplett anderes, legitimes Schutzbedürfnis.
Deutschland liegt sowohl geographisch, als auch wirtschaftlich (noch, mehr oder weniger) im Zentrum Europas. Diese Lage mit den USA im Westen und Russland im Osten drängt Deutschland schon rein geographisch in die Situation, eigentlich der Vermittler zwischen dem Westen und dem Osten zu sein, statt sich auf eine Seite von beiden zu stellen. Dazu würde ein einvernehmliches, einträgliches Auskommen mit beiden Seiten gehören.
Um diese Aufgabe wahrzunehmen, wäre es die klügste, derzeit für die agierenden „Geistesgrößen“ aber leider unmöglich zu denkende Entscheidung, die Gelegenheit zu ergreifen, statt kriegstüchtig werden zu wollen, endlich wirklich friedensfähig zu werden, in dem, wie gesagt, für die derzeitigen „Kapazitäten“ absurd klingend, Deutschland sofort mit massiven Neutralitätsbestrebungen beginnen müsste, also vor allem zunächst einmal raus aus der NATO. Sofortiges Einstellen von Waffenlieferungen und deren Komponenten ins Ausland.
Mit der Schweiz und Österreich gibt es bereits den Ansatz der Neutralität im deutschsprachigen Kulturraum, dem Deutschland, wenn es sich anschlösse, einen gewaltigen Auftrieb geben würde. Das wäre zu Ende gedacht, die Umsetzung der derzeit hohlen Phrase: Von deutschem Boden soll nur noch Frieden ausgehen. Frieden durch Krieg herstellen zu wollen, ist paradox. Und Frieden durch Neutralität ist auch viel billiger, als Aufrüstung zur Kriegsverhinderung. Man stelle sich vor, welche Entlastung die Entscheidung für Neutralität in den Anrainerstaaten, in ganz Europa und der Welt auslösen würde. Es würde eine immense Entspannung eintreten. Im Idealfall sogar Nachahmer finden. Was wäre das für ein Signal! Was menschlich und wirtschaftlich ins Stocken geraten ist, könnte wieder ins Fließen kommen. Stattdessen soll verhindert werden, dass die Nordstream Pipeline wieder in Betrieb genommen wird. Das ist pathologischer Wirtschafts-Suizid.
Die Skeptiker mögen Gründe vorlegen, warum Russland oder sonst wer auf die Idee kommen sollte, ein neutrales Land angreifen zu wollen.
Druck erzeugt Gegendruck! Diesen Druck aufzubauen, liegt vor allem in der immer noch primitiven Veranlagung des Menschen, besonders ausgeprägt bei Männern. Wer hat den „Längeren“, und wer ihn nicht hat, der gibt stattdessen mit dem dicksten Auto an. Im übertragenen Sinne passiert das genauso in der Politik. Und Krieg ist Politik mit anderen Mitteln. Phallisch anmutende Raketen sind der äußere Ausdruck von vor allem testosterongesteuertem, spätpubertärem Imponiergehabe, und das ist dringend zu überwinden! Die Entwicklung der Menschheit könnte so einen großen Schritt nach vorne machen.
Man stelle sich vor, welche beruhigende, friedfertige Ausstrahlung vom deutschsprachigen Kulturraum ausgehen würde, wenn diese Neutralität gelebt würde.
Derzeit ist es aber eher so, dass z. B. von Scott Ritter, der lange in Deutschland war und das deutsche Wesen kennt, die Aussage kommt, dass er Deutschland in seinem Streben nach Frieden nie wirklich getraut hat, und jetzt hätte sich bestätigt, dass er richtig gelegen hat. Die Stationierung einer Brigade in Litauen ist pure Provokation und vollkommen Gaga.
Deutschland ist schon sehr weit auf dem Holzweg vorangeschritten und reitet sich immer tiefer in den Sumpf. Das Dilemma ist, dass weder in den Alt-Parteien, noch in der Opposition ein Bewusstsein dafür vorhanden ist, was wirklich zu tun wäre.
Deutschland braucht keine erstarkte Bundeswehr (weil testosterongesteuert), sondern eine Truppe von Menschen, die sich friedensbildenden Maßnahmen verschrieben hat und diese zum Wohle Deutschlands und den irren Zuständen in der ganzen Welt unter allen Umständen umsetzen will.
Auf die Deutschen, die sagen, „Ich allein kann ja sowieso nichts ändern“, kann man nicht zählen, weil sie sich ihrer Macht gar nicht bewusst sind, wenn sie in der Lage wären zu erfassen, wie viele genau dasselbe sagen.
Der Impuls muss von denjenigen ausgehen, die sich nicht mehr beweisen müssen, was für tolle Hechte sie sind, die nicht mit ihren dicken, doofen Karren und mit ihrem Haus, ihrem Pool und sonst noch was den Frauen beweisen müssen, wie potent sie noch sind.
Und auch von den Frauen, die nicht wollen, dass sie sich Sorgen um ihre Männer, Söhne, Brüder machen wollen, ob sie im besten Fall aus dem Krieg mit amputierten Gliedmaßen, traumatisiert oder gar nicht mehr nach Hause kommen. Inklusive der Omas gegen rechts vor links, die einmal bei einem Stück Sahnetorte und einem koffeinfreien Kaffee, verlängert mit heißem Wasser (mein Herz!), darüber nachdenken sollten, ob sie ihre geliebten Enkel wirklich für eine menschenfeindliche, kriegerische Ideologie verheizen lassen wollen.
Das ist ein Appell an die vielen verirrten Seelen an den Schalthebeln: Denkt bitte einmal darüber nach, ob es wirklich sinnvoll ist, mit rheinmetallischen Waffen abschrecken zu wollen, oder ob es nicht vielleicht menschenwesensgerechter wäre, durch wirklich umsetzbare, an der Lebensrealität gemessenen friedensbildenden Maßnahmen den Dampf aus dem Kessel zu nehmen. Würdet ihr nämlich darüber ernsthaft nachdenken, würde euch ganz schnell klar werden, dass eure Strategie, eure sogenannten Friedensvorschläge, eure Vorstellungen nicht mit der Realität vereinbar sind.
Dieser Artikel wurde mit dem Pareto-Client geschrieben
* *
(Bild von pixabay)
-
@ bf95e1a4:ebdcc848
2025-05-26 12:04:27This is a part of the Bitcoin Infinity Academy course on Knut Svanholm's book Bitcoin: Sovereignty Through Mathematics. For more information, check out our Geyser page!
The Environment
There’s no such thing as a free lunch. There’s no such thing as a zero-sum game. The 2nd law of thermodynamics tells us this. You know, the one about entropy and how everything will be really lame in a couple of trillion years. There’s no action without an equally big reaction somewhere. This is also true for Bitcoin mining. Every once in a while, some ignorant clickbait-hungry journalist writes an article about Bitcoin’s energy usage and how it’s connected to global warming or how widespread Bitcoin adoption would kill us all someday because of its “wasteful” production process. What they all fail to address is the alternative cost. As mentioned before, Bitcoin is valuable because it's scarce, and it's scarce because it's costly to produce. The same is true for gold or diamonds or anything else that is scarce and hard to come by. As discussed in earlier chapters, the mining algorithm can never be any more energy efficient because the electricity spent is directly linked to the value of the token.
Secondly, think about what most people use their Bitcoin for. Nothing. That’s right, nothing. Bitcoin incentivizes saving rather than spending. This is the exact opposite of how people use money in our current system of fiat currencies because Bitcoin is deflationary rather than inflationary relative to all other currencies. This means that every dollar, yen, or pound spent on Bitcoin would have ended up being spent on some other energy-demanding thing had it not been spent on Bitcoin. Either that or it would have lost its value due to inflation, which implies that even more dollars, yen, or euros would have been created and spent on frivolous things. Right now, credit is cheap, and the underlying economic theory of our time is based on the idea that the amount of spending going on in society is a key metric in economics. Bitcoin, on the other hand, is based on the economic theories of the Austrian school, where saving is the key metric. Yes, Bitcoin is costly to produce, but so is overproducing every product on Earth because every business needs to expand as fast as possible to pay off their loans. Human well-being has always been, and will always be, linearly connected to energy consumption. You can’t get around or bypass this fact. Energy consumption and human flourishing are inevitably linked. The thing Bitcoin does is to take away the need for unnecessary energy consumption by incentivizing us to save for future generations. It’s a mechanism that hinders our self-destructive tendencies. Not a threat to our planet's health, but a remedy.
The next time you hear about the Bitcoin network using as much energy as a small country, ask yourself: where would all that energy have ended up if it wasn’t funneled into the only invention trying to save us from ourselves there is? Into a Chinese factory producing consumer goods shipped by boat, truck and car for temporary use and probably ending up in a garbage pile the size of a small country in less than a year? How is that better for the planet? The only place from which solutions for humanity's problems can stem is human ingenuity. Such ingenuity in turn, stems from places where people with brains have a shot at getting somewhere in life. Thanks to the Internet and Bitcoin, that somewhere is everywhere. The Internet connects us, and Bitcoin frees up our time and emancipates us from our current, destructive systems. Bitcoin helps you plant a seed and watch it grow. Before you criticize Bitcoin, try to comprehend why it was invented and what inflationary, soft money does to the mechanisms of the market. Try to understand why we have a “climate problem” in the first place — why we overconsume. What underlying forces pull our psychological strings and make us borrow money for a new car? It takes a special kind of ignorance to criticize a solution without first fully comprehending the problem.
There’s one specific word that describes the current global environmentalist movement better than any other, and that word is “hubris.” Yes, the Earth has been getting warmer, very slowly, over the last fifty years. Yes, at least one of the ice caps might be melting. Yes, it’s probably because of human activity but no, you can’t save the planet through political interference in people’s lives. To get every nation on Earth to agree that it is a good idea to forcefully make people change their behavior for the sake of the climate is not only impossible but also cruel and counterproductive. Collectivists always disguise their urge to deprive their fellow man of his or her possessions and freedoms as a necessary thing to do in order to “save” humanity. This is nothing new. They’ve just decided that “climate change” is the most effective banner to rally under right now. The causes change, but the underlying philosophy stays the same. It’s very disturbing that the socialist experiment gets to repeat itself so many times in so many parts of the world.
Human progress and human flourishing have linear relationships to energy usage. If we want to find new ways of bettering ourselves, we should use more energy, not less. Truly free market competition leads to the most efficient solutions, and there are a bunch of incentives for producers of consumable goods to find cheap energy sources. Bitcoin provides the market with yet another incentive — to find locations for and invest in power plants in remote areas of the world where the cost barrier for building the plant has been too high historically due to the costly and wasteful process of transporting electricity. Hydro-electric plants in areas with a high risk of flooding, for instance. These areas are not suitable for human settlements, but they could provide us with a lot of electricity. When producers have the option to convert electricity into money directly, they’re more likely to use renewable energy sources, not less. In this sense, Bitcoin can function as a battery for energy producers.
Offshore wind farms have a very specific wind force range where they produce a usable amount of electricity. The bigger the turbine, the wider the range, but they still have an upper and a lower wind force limit. If an offshore wind farm had been connected to a Bitcoin mining rig, the surplus energy produced on windy days could have been converted into a profit for the producer instantly. The same logic applies to solar farms and geothermal plants. Energy is not a finite resource in any practical sense for the inhabitants of Mother Earth. If we could harness and store all the power of all the sunlight that hits the Earth during just one day, we could satisfy all of humanity’s energy needs for a couple of hundred years.
Bitcoin’s role in all of this is unexplored, but its potential to be a very positive environmental force is huge, and it will prove its utility during the next century. On one hand, it provides energy producers with a battery; on the other hand, it gives central bankers a run for their money and ultimately forces them to adopt a more sound monetary policy or become obsolete altogether. Bitcoin creates an incentive for sacrificing surplus energy for a small profit and a greater good rather than just letting it go to waste. The energy harnessed is converted into a completely scarce asset that is divisible and transportable to a much greater extent than any other valuable resource on Earth. It incentivizes energy producers to think long term and will reward those most patient and least wasteful among them. This recalibration of incentive structures is, of course, not only limited to energy producers or miners but to anyone who embraces this technology and understands its implications. In due time, Bitcoin’s superior monetary properties will be undeniable to even the most stubborn dinosaur. This would be an enormous net gain for humanity and the environment.
Courageous politicians dare to implement unpopular policies. They don’t need climate-striking teenagers to tell them which issues ought to be addressed first. It is ironic how celebrities who score cheap points by talking about the climate often accuse their political opponents of being “populist.” What really happens when you raise carbon taxes and try to force populations into behaviors that they don’t really like? The gilets jaunes, or yellow vests, in France are a great example. People still have to commute to work. Raising taxes solves nothing — it just distorts the market and relocates the problem. The only thing the recently adopted environmentalist policies of France resulted in was the destruction of Paris. Arguably not the best thing for the environment.
In a truly free society, a society with sound money, climate-striking children wouldn’t be a problem. They would have to learn to cooperate in order to address whatever imaginary problem they sought to solve, which would be harmless to the rest of us. Now, when backed by fear-mongering journalists, they can cause a ton of damage as our virtue-signaling political class needs to adapt to whatever imaginary issue the press has primed us with in order to secure votes. It’s not about whether there is a real climate problem or not, but rather about motives. Always ask yourself, what does this person stand to gain from holding this particular opinion? Can this issue really be solved by political means?
There’s no such thing as a free lunch. There is such a thing as representation, however, and there’s always a personal economic motive behind political decisions. They’re not here for you; you’re here for them. One of the most eye-opening experiences of my life was seeing the lobbyist quarters in Brussels. The rise of veganism, placebic gluten intolerance, and "meat-free Mondays" in school cafeterias are all products of the food industry. A soy burger is a lot cheaper to produce than a beef one. To anyone who can sell it at a higher price by appealing to people’s vanity or world-saving hubris, huge profits await. They’ve managed to monetize our collective bad climate conscience in such a cunning way that most of us have no clue we’re being played. In the 20th century, the cereal-killers of the Kellogg's company and their likes funded “research” that cemented a fear of red meats and saturated fats into the minds of the public. The effects of this propaganda can very much still be seen today as the inhabitants of America are about twice as fat today than they were before the introduction of “light” products to the market. All of these things are connected to the root of the problem: the lack of sound money. Inflation made it possible for the food industry to replace our homemade beef burger with a mass-produced cheap soy substitute while making us believe that the price of a burger hadn’t changed that much in the last fifty years. Spoiler alert - it had.
Another of the most eye-opening experiences I’ve had was during my stay in a Mayan village in the Toledo district of Belize about ten years ago. I spent a couple of days with a family of two adults and six children in a jungle village of huts and no electricity save for two diesel generators. One night, the father of the house told me a story about his friend going into politics a decade earlier and being murdered for having the wrong opinions. We slept on wooden beds without mattresses, and a couple of dogs and turkeys ran freely around the village. One day, the family’s ten-year-old was listening to some Bob Marley songs on a CD player connected to a car battery and a small solar panel on a pole in the garden. I listened for a while and then asked him about the strange sound effects in between the songs. Helicopter sounds, machine gun sounds, and other strange noises were intersecting the songs here and there. He replied by telling me, “...oh, it’s not a proper CD. I made it with Virtual DJ on my cousin’s laptop”. I was stunned. Here was this ten-year-old, in the middle of the jungle, just as skilled with a computer as any other ten-year-old I had ever met. At that moment, I realized just how leveled the playing field has been for the workforce across the globe. Here was this child, living in a hut without even electricity (but also without a mortgage to inherit), ready to compete on the same global market as any other kid in the world.
Bitcoin is the logical next step. Bitcoin doesn’t care about nationality, gender, ethnicity, age, sexual preferences, or any other imagined victimization or privilege. To Bitcoin, we’re all equal. It is a voluntary system, and it knows no biases. Bitcoin is equality of opportunity in its purest form, and it doesn’t have any opinion on the outcome whatsoever.
About the Bitcoin Infinity Academy
The Bitcoin Infinity Academy is an educational project built around Knut Svanholm’s books about Bitcoin and Austrian Economics. Each week, a whole chapter from one of the books is released for free on Highlighter, accompanied by a video in which Knut and Luke de Wolf discuss that chapter’s ideas. You can join the discussions by signing up for one of the courses on our Geyser page. Signed books, monthly calls, and lots of other benefits are also available.
-
@ eb0157af:77ab6c55
2025-05-27 05:01:20The exchange reveals the extent of the breach that occurred last December as federal authorities investigate the data leak.
Coinbase has disclosed that the personal data of 69,461 users was compromised during the breach in December 2024, according to documentation filed with the Maine Attorney General’s Office.
The disclosure comes after Coinbase announced last week that a group of hackers had demanded a $20 million ransom, threatening to publish the stolen data on the dark web. The attackers allegedly bribed overseas customer service agents to extract information from the company’s systems.
Coinbase had previously stated that the breach affected less than 1% of its user base, compromising KYC (Know Your Customer) data such as names, addresses, and email addresses. In a filing with the U.S. Securities and Exchange Commission (SEC), the company clarified that passwords, private keys, and user funds were not affected.
Following the reports, the SEC has reportedly opened an official investigation to verify whether Coinbase may have inflated user metrics ahead of its 2021 IPO. Separately, the Department of Justice is investigating the breach at Coinbase’s request, according to CEO Brian Armstrong.
Meanwhile, Coinbase has faced criticism for its delayed response to the data breach. Michael Arrington, founder of TechCrunch, stated that the stolen data could cause irreparable harm. In a post on X, Arrington wrote:
“The human cost, denominated in misery, is much larger than the $400m or so they think it will actually cost the company to reimburse people. The consequences to companies who do not adequately protect their customer information should include, without limitation, prison time for executives.”
Coinbase estimates the incident could cost between $180 million and $400 million in remediation expenses and customer reimbursements.
Arrington also condemned KYC laws as ineffective and dangerous, calling on both regulators and companies to better protect user data:
“Combining these KYC laws with corporate profit maximization and lax laws on penalties for hacks like these means these issues will continue to happen. Both governments and corporations need to step up to stop this. As I said, the cost can only be measured in human suffering.”
The post Coinbase: 69,461 users affected by December 2024 data breach appeared first on Atlas21.
-
@ 611021ea:089a7d0f
2025-05-26 18:28:46Imagine a world where your favorite health and fitness apps—diet trackers, meditation tools, cardio and strength training platforms, even therapy apps—can all work together seamlessly. Not because they're owned by the same company, but because they speak a common, open language. That's the future NIP-101h is building on Nostr.
A Modular, Privacy-First Health Data Framework
NIP-101h defines a modular, privacy-first framework for sharing granular health and fitness metrics on the decentralized Nostr protocol. The core idea is simple but powerful: every health metric (weight, steps, calories, mood, and so on) gets its own unique Nostr event kind. Apps can implement only the metrics they care about, and users can choose exactly what to share, with whom, and how.
This modular approach means true interoperability. A meditation app can log mindfulness sessions, a running app can record your daily mileage, and a diet tracker can keep tabs on your nutrition—all using the same underlying standard. Each app remains independent, but your data becomes portable, composable, and, most importantly, under your control.
Why NIP-101h Matters
Interoperability
Today's health and fitness apps are walled gardens. Data is locked away in proprietary formats, making it hard to move, analyze, or combine. NIP-101h breaks down these barriers by providing a common, open standard for health metrics on Nostr. Apps can collaborate, users can migrate, and new services can emerge—without permission or lock-in.
User Control & Privacy
Health data is deeply personal. That's why NIP-101h is privacy-first: all metric values are encrypted by default using NIP-44, unless the user explicitly opts out. You decide what's public, what's private, and who gets access. Even if you want to keep everything local, that's supported too.
Extensibility
The world of health and fitness is always evolving. NIP-101h is designed to grow with it. New metrics can be added at any time via the
-
@ 90802f39:71fbab21
2025-05-26 11:58:18Unplanned downtime is a major threat to industrial output at a time when dependability and efficiency are paramount. Imagine a world where machines are capable of self-diagnosis and prevention of defects, precise maintenance scheduling, and a safer working environment. Thanks to the game-changing capabilities of AI technology, this vision is coming to fruition very quickly. In this blog, we will look at how AI is changing industrial maintenance, how it's paving the way for the "smart factory," and how it's cutting down on, or even eliminating, the costly problem of unexpected downtime.
## The Smart Factory: An Interconnected System of Intelligent Devices
A highly automated and interconnected system, the "smart factory" represents a revolutionary shift in manufacturing. Here, data, processes, and machines work together to create an ecosystem that can regulate itself. Sensors that record machine performance in real-time and transmit that data to sophisticated AI algorithms are the backbone of this ecosystem. This allows for predictive maintenance, which involves finding potential problems ahead of time and fixing them instead of fixing them after the fact. Incorporating automated decision-making and control to maximize resource utilization and minimize human intervention, the artificial intelligence (AI) for automation in the smart factory goes beyond basic data analysis. A culture of proactive maintenance is fostered by these interconnections, where potential problems are identified and fixed before they cause costly interruptions.
### The Damaging Effects of Unexpected Downtime on the Economy
Industries suffer large financial losses and disruptions to operations as a consequence of unscheduled downtime. Income loss, material wastage, deadline breaches, and poor customer relations are among the negative outcomes that can occur when production comes to a sudden stop due to unexpected mechanical breakdowns. Particularly in industries with high production volumes and complex technology, the monetary consequences can be enormous, often reaching into the millions of dollars each incident. There are monetary expenses and intangible costs to consider. Reputational harm and a decline in customer trust are examples of the latter. The predictive abilities of AI are crucial in reducing the impact of these disruptions, which is a strategic need as well as an operational efficiency concern.
### Estimating How Much Useful Life Remains: A Preventative Approach
The ability to predict the RUL of equipment is one of the most ground-breaking uses of AI in maintenance. Machine learning systems trained on massive amounts of sensor data—including data from temperature, vibration, pressure, and sound—may be able to spot subtle trends that indicate impending failures. By analyzing large amounts of data on past machine performance, these algorithms can learn to distinguish between typical operating parameters and those that show signs of wear and tear. Under the watchful eye of an AI system, a critical turbine may detect subtle changes in vibration patterns that point to bearing degradation. By receiving this early warning, maintenance personnel can prevent catastrophic failures and minimize downtime by proactively scheduling repairs or replacements. Businesses can save a ton of money by switching from reactive to predictive maintenance, which is made possible by the ability to reliably calculate Remaining Useful Life (RUL).
### Improving the Effectiveness of Maintenance Scheduling with Artificial Intelligence: Adaptive Resource Allocation
By taking into account a number of factors, including machine criticality, failure history data, operating conditions in the here and now, and resource availability, AI can optimize maintenance schedule. Artificial intelligence has the potential to dynamically adjust maintenance schedules based on the current condition of the machinery, instead of relying on fixed intervals. By doing so, you can rest assured that maintenance will be scheduled at the most efficient periods, resulting in less downtime and a longer lifespan for your equipment. An AI system may delay servicing less important machines that are operating normally in order to prioritize servicing a key equipment that is exhibiting signs of increased wear. Improved resource efficiency, fewer disruptions, and optimized maintenance expenditures are all results of this clever scheduling.
### Virtual Sensors: Improving Monitoring Capabilities Without Installing Them Physically
By analyzing other data sources and drawing conclusions about machine performance, AI can create "virtual sensors" in situations where actual sensors would be impractical, costly, or otherwise difficult to employ. Artificial intelligence software can determine the state of a critical part by analyzing relevant data such as motor current, outside temperature, and running speed. This eliminates the need for additional physical sensors, which in turn reduces costs and simplifies installation. With data-centric AI, it's easier to create reliable virtual sensors that may be used in a variety of industrial settings. Better and more cost-effective predictive maintenance is possible with the ability to create virtual sensors, which improves monitoring capabilities.
### Preventing Workplace Injuries and Accidents through the Use of Artificial Intelligence
In addition to reducing the likelihood of equipment failure, AI has the potential to greatly enhance workplace safety. Artificial intelligence (AI) can analyze data from sensors and video feeds to detect harmful situations and acts, then provide real-time alerts and help solve them quickly. An AI system may monitor the handling of hazardous materials, find areas with heavy traffic, or identify employees who aren't wearing safety gear. Consequently, it is easier to take preventative measures to lessen the likelihood of harm. Furthermore, AI-powered machines can carry out potentially dangerous tasks like welding, painting, or handling hazardous materials, reducing the likelihood of accidents involving human workers. The ability to foresee and prevent mishaps is a huge step forward in creating safer workplaces, decreasing risks to humans, and increasing output.
Looking Forward: Making Progress Towards AGI (Artificial General Intelligence)
Even if modern AI has revolutionized maintenance operations, there are even more exciting possibilities waiting for us in the future. There will be more advanced and self-sufficient maintenance systems in the future thanks to the continuous development of artificial general intelligence (AGI). With the help of AGI, robots could be able to learn and adjust to new situations, making them more dependable and resilient. Picture a world where machines can detect impending problems and fix them without human intervention, making operations more efficient and cutting down on downtime. Despite AGI's immaturity, its potential to transform upkeep is undeniable, paving the way for machines to operate with unmatched independence and reliability in the future.
Conclusion
The continuous development of artificial intelligence is intrinsically linked to the future of maintenance. With the help of AI, businesses can move from reactive to proactive maintenance, which reduces costs, improves worker safety, and gets rid of unplanned downtime. The revolutionary possibilities of AI are rapidly bringing about the "smart factory" to fruition. With the further development of AI, we may anticipate more creative uses that will revolutionize machine upkeep and boost industry operational efficiency.
Opinion of the Editor
More than just a technical improvement to remove unplanned downtime, the shift from reactive to proactive machine maintenance necessitates a reevaluation of operational efficiency, risk reduction, and physical risk mitigation. The allure of predictive maintenance lies in the fact that machines will be able to proactively contribute to their own maintenance plan with the help of artificial intelligence. Like a conductor arranging their instruments in a symphony, machines are essentially acquiring "a sixth sense" that allows them to detect impending issues and arrange maintenance accordingly. Save time and money, but that's not all. As a result, the workplace becomes consistently considerate and safer. A smart factory isn't some far-off ideal vision anymore; it's a reality in the making, designed by AI. As we enter an era of artificial intelligence in industrial applications, this blog does a great job of capturing the momentum and providing a clear and meaningful progression from where we have been to where we are going.
-
@ 6a6be47b:3e74e3e1
2025-05-26 18:22:03Hi frens! 🌼
I’ve been back and forth about sharing this, but here goes: a review of the books I’ve read since the start of the year! I’m proud of myself for sticking with it, and honestly, it feels like I just finished some of these yesterday—the year is flying by.
🚀 Let’s dive in!
Guilty Pleasures & YA Escapes
📖 I wrapped up the "My fault" trilogy I started in December—a total guilty pleasure, but no regrets! It was like scratching an itch in my brain. I even watched the first movie to decompress (it took me a week, dinner sessions only), but it didn’t really inspire me to rewatch or look for the books. Still, when the sequel dropped, my husband and I had a blast watching it together. The books themselves? Just okay, but they helped me disconnect when I wasn’t feeling great physically. So, thank you, Mercedes—now I know how it ends, and I’m at peace.
📖 Next up, I craved something similar but different, so I picked up The Summer I Turned Pretty series. Wow. It made me nostalgic for summers I never actually lived. I was swept away—mad, sad, desperate, excited. If you’re into YA, this is a sweet treat that’ll transport you to endless, sun-soaked days. Highly recommend!
Art, Exhibits, and Esotericism
🖼️ I got busy with the Sats n’ Facts Exhibit in Thailand ( https://satsnfacts.btc.pub/art/ )—my honey badgers were there! ( https://geyser.fund/project/honeybadgers )—plus a fun commission for Bread and Toast ( https://yakihonne.com/notes/nevent1qgsx56ly0wcj7gwasrc7707l9px39g5nzn82p35akhkdqj448e6w8cgqyq5qm2dnmqacjg3qs7nlk42y28pczwcav3p7jdwt92lz3m4wx0m52k3qzx6 ). Reading took a backseat for a bit, but I managed to finish Western Esotericism: A Guide for the Perplexed. It’s a gentle intro to esotericism—why polemics matter, why we believe what we believe. I was pleasantly surprised!
📝 If you’ve visited my blog ( https://samhainsam.art/blog/ ), you know I love painting and researching mostly (but not only) about paganism, occultism, Judeo-Christianity, animals, and how it all intertwines. So, naturally, I picked up Magick Without Tears by Aleister Crowley. Maybe not the best starting point, but if you have similar book recs, let me know! Crowley’s writing challenged me, and I had to reread a lot, but it was worth it. Like many figures in occultism, there’s a mix of ideas to agree with, question, or deep-dive into.
Magic, Jesus, and Jurassic Park
📖 Alongside Crowley, I read Jesus and Magic: Freeing the Gospel Stories from Modern Misconceptions. Spoiler: the answer is “no,” but the journey is fascinating. It explores the historical context, biblical passages, and what “magic” even meant back then. Super interesting!
✨ Now, I’m hooked on The Wheel of Time series. Magic, conspiracies, wars, witches, prophecies, friendships—all set in magical lands. There are 14 books, so this will take a while, but I can’t recommend it enough if you love epic fantasy.
🦖 And finally, Jurassic Park! I was hesitant at first, but once I restarted, I was hooked. Sure, it’s mainstream thanks to the movies, but the book is a wild ride with not-so-friendly (but still fantastic) creatures and some very human humans. Wrapping Up
I’ve read other books for my blog entries (gotta keep the research top-notch!), but these are my highlights so far. Hope this gives you a little insight into what I’m into!
What have you been reading? Any thoughts or recommendations?
See you later, alligator 🐊
Godspeed, frens! 🩷
https://stacker.news/items/989752
-
@ eb0157af:77ab6c55
2025-05-26 12:01:37A new study reveals: 4 out of 5 Americans would like the US to convert some of its gold into Bitcoin.
A recent survey conducted by the Nakamoto Project revealed that a majority of Americans support converting a portion of the United States’ gold reserves into Bitcoin. The survey, carried out online by Qualtrics between February and March 2025, involved 3,345 participants with demographic characteristics representative of US census standards. Most respondents expressed a desire to convert between 1% and 30% of the gold reserves into BTC.
Troy Cross, co-founder of the Nakamoto Project, stated:
“When given a slider and asked to advise the US government on the right proportion of Bitcoin and gold, subjects were very reluctant to put that slider on 0% Bitcoin and 100% gold. Instead, they settled around 10% Bitcoin.”
One significant finding from the research is the correlation between age and openness to Bitcoin: younger respondents showed a greater inclination toward the cryptocurrency compared to older generations.
A potential US strategy
Bo Hines, a White House advisor, is promoting an initiative for the Treasury Department to acquire Bitcoin by selling off a portion of its gold. Under the proposed plan, the government could acquire up to 1 million BTC over the next five years.
To finance these purchases, the government plans to sell Federal Reserve gold certificates. The proposal aligns with Senator Cynthia Lummis’ 2025 Bitcoin Act, which aims to declare Bitcoin a critical national strategic asset.
Currently, the United States holds 8,133 metric tons of gold, valued at over $830 billion, and about 200,000 BTC, valued at $21 billion.
The post The majority in the US wants to convert part of the gold reserves into Bitcoin appeared first on Atlas21.
-
@ efcb5fc5:5680aa8e
2025-04-15 07:34:28We're living in a digital dystopia. A world where our attention is currency, our data is mined, and our mental well-being is collateral damage in the relentless pursuit of engagement. The glossy facades of traditional social media platforms hide a dark underbelly of algorithmic manipulation, curated realities, and a pervasive sense of anxiety that seeps into every aspect of our lives. We're trapped in a digital echo chamber, drowning in a sea of manufactured outrage and meaningless noise, and it's time to build an ark and sail away.
I've witnessed the evolution, or rather, the devolution, of online interaction. From the raw, unfiltered chaos of early internet chat rooms to the sterile, algorithmically controlled environments of today's social giants, I've seen the promise of connection twisted into a tool for manipulation and control. We've become lab rats in a grand experiment, our emotional responses measured and monetized, our opinions shaped and sold to the highest bidder. But there's a flicker of hope in the darkness, a chance to reclaim our digital autonomy, and that hope is NOSTR (Notes and Other Stuff Transmitted by Relays).
The Psychological Warfare of Traditional Social Media
The Algorithmic Cage: These algorithms aren't designed to enhance your life; they're designed to keep you scrolling. They feed on your vulnerabilities, exploiting your fears and desires to maximize engagement, even if it means promoting misinformation, outrage, and division.
The Illusion of Perfection: The curated realities presented on these platforms create a toxic culture of comparison. We're bombarded with images of flawless bodies, extravagant lifestyles, and seemingly perfect lives, leading to feelings of inadequacy and self-doubt.
The Echo Chamber Effect: Algorithms reinforce our existing beliefs, isolating us from diverse perspectives and creating a breeding ground for extremism. We become trapped in echo chambers where our biases are constantly validated, leading to increased polarization and intolerance.
The Toxicity Vortex: The lack of effective moderation creates a breeding ground for hate speech, cyberbullying, and online harassment. We're constantly exposed to toxic content that erodes our mental well-being and fosters a sense of fear and distrust.
This isn't just a matter of inconvenience; it's a matter of mental survival. We're being subjected to a form of psychological warfare, and it's time to fight back.
NOSTR: A Sanctuary in the Digital Wasteland
NOSTR offers a radical alternative to this toxic environment. It's not just another platform; it's a decentralized protocol that empowers users to reclaim their digital sovereignty.
User-Controlled Feeds: You decide what you see, not an algorithm. You curate your own experience, focusing on the content and people that matter to you.
Ownership of Your Digital Identity: Your data and content are yours, secured by cryptography. No more worrying about being deplatformed or having your information sold to the highest bidder.
Interoperability: Your identity works across a diverse ecosystem of apps, giving you the freedom to choose the interface that suits your needs.
Value-Driven Interactions: The "zaps" feature enables direct micropayments, rewarding creators for valuable content and fostering a culture of genuine appreciation.
Decentralized Power: No single entity controls NOSTR, making it censorship-resistant and immune to the whims of corporate overlords.
Building a Healthier Digital Future
NOSTR isn't just about escaping the toxicity of traditional social media; it's about building a healthier, more meaningful online experience.
Cultivating Authentic Connections: Focus on building genuine relationships with people who share your values and interests, rather than chasing likes and followers.
Supporting Independent Creators: Use "zaps" to directly support the artists, writers, and thinkers who inspire you.
Embracing Intellectual Diversity: Explore different NOSTR apps and communities to broaden your horizons and challenge your assumptions.
Prioritizing Your Mental Health: Take control of your digital environment and create a space that supports your well-being.
Removing the noise: Value based interactions promote value based content, instead of the constant stream of noise that traditional social media promotes.
The Time for Action is Now
NOSTR is a nascent technology, but it represents a fundamental shift in how we interact online. It's a chance to build a more open, decentralized, and user-centric internet, one that prioritizes our mental health and our humanity.
We can no longer afford to be passive consumers in the digital age. We must become active participants in shaping our online experiences. It's time to break free from the chains of algorithmic control and reclaim our digital autonomy.
Join the NOSTR movement
Embrace the power of decentralization. Let's build a digital future that's worthy of our humanity. Let us build a place where the middlemen, and the algorithms that they control, have no power over us.
In addition to the points above, here are some examples/links of how NOSTR can be used:
Simple Signup: Creating a NOSTR account is incredibly easy. You can use platforms like Yakihonne or Primal to generate your keys and start exploring the ecosystem.
X-like Client: Apps like Damus offer a familiar X-like experience, making it easy for users to transition from traditional platforms.
Sharing Photos and Videos: Clients like Olas are optimized for visual content, allowing you to share your photos and videos with your followers.
Creating and Consuming Blogs: NOSTR can be used to publish and share blog posts, fostering a community of independent creators.
Live Streaming and Audio Spaces: Explore platforms like Hivetalk and zap.stream for live streaming and audio-based interactions.
NOSTR is a powerful tool for reclaiming your digital life and building a more meaningful online experience. It's time to take control, break free from the shackles of traditional social media, and embrace the future of decentralized communication.
Get the full overview of these and other on: https://nostrapps.com/
-
@ 58537364:705b4b85
2025-05-26 11:43:15สมัยนี้คนบูชาเสรีภาพโดยตามใจกิเลส ยุคที่...กลายเป็นปีศาจในร่างของมนุษย์
ในมหาวิทยาลัยนี่ ก็ลองคิดดูซิ ก็มีการทะเลาะวิวาทกัน อย่างอันธพาลในหมู่นักศึกษานิสิตกันเอง, ไม่เคารพครูบาอาจารย์ เห็นครูบาอาจารย์เป็นลูกจ้าง, แล้วก็ไม่มีใครว่าอะไรใคร ไม่มีใครเห็นว่ามันเป็นของผิด ถ้าเป็นอย่างนั้นสมัยก่อน เพียง ๕๐ - ๖๐ ปีมาแล้ว เขาประณามเป็นเรื่องเสียหาย เป็นเรื่องที่จะไม่มีอะไรที่น่าอับอายขายหน้าเท่ากับสิ่งเหล่านั้น
ถ้าในสํานักศึกษาอันเป็นที่สร้างดวงจิตดวงวิญญาณของมนุษย์เป็นอย่างนี้เสียแล้ว แล้วนอกนั้นมันจะเป็นอย่างไร? เพราะอะไรๆก็ออกไปจากสํานักศึกษา, เพราะว่าเราต้องผ่านสํานักการศึกษา จนกว่าจะเติบโตแล้วออกไป ถ้าในสํานักสําหรับการศึกษานั้น เป็นแหล่งเพาะวิญญาณของซาตาน ของวัตถุนิยมเสียแล้ว มันก็หมดกัน ไม่มีอะไรเหลือ
ฉะนั้น ถ้าใครยังรักบ้านรักเมือง รักเกียรติยศของความเป็นมนุษย์แล้ว, ก็ช่วยกันไปคิดให้ดีๆ ช่วยกันต่อต้านไว้บ้าง อย่าไปตามกันอาจารย์ฝรั่งไปเสียทุกอย่างทุกทาง...ฯ
สมัยนี้คนบูชาเสรีภาพโดยตามใจกิเลส. ยังมีสิ่งที่ร้ายกาจอีกสิ่งหนึ่ง ก็คือสิ่งที่เรียกว่า “เสรีภาพ” ทุกคนบูชาเสรีภาพ แต่มันเป็นเสรีภาพเพื่อจะเป็นภูตผีปีศาจ หรือเป็นสัตว์เดรัจฉานในที่สุด. เสรีภาพของเขาต้องการอย่างนี้ : ต้องการจะเสรีภาพตามใจกิเลส ตามใจซาตาน ตามใจพญามาร ไม่มีศีลธรรม. นี่เขาต้องการเสรีภาพอย่างนี้ : อยากจะไว้ผมยาว, อยากจะแต่งตัวให้แปลกประหลาด, อยากจะมีเสรีภาพ ไม่รู้ว่า เสรีภาพอะไรกัน
ทีนี้ เสรีภาพที่เป็นอันตรายที่สุด ก็คือการแสดงอะไรได้ตามชอบใจ : เขียนก็จะเขียนได้ตามชอบใจ, จะแสดงศิลปอะไรก็แสดงได้ตามชอบใจ, ไม่ถือว่าเป็นลามกอนาจาร สิ่งที่เป็นลามกอนาจาร ก็บัญญัติกันเสียใหม่ว่า ไม่ใช่ลามกอนาจาร
เรื่องที่เขาแก้ไขกันเสียใหม่ว่าไม่ลามกอนาจารนะ มันมากมายด้วยกัน : การประกวดนางหน้าด้านนั้น, ก็กลายเป็นของดีของวิเศษ ของอะไรไป ทั่วโลกสมัยนี้เขาเห็นเป็นสิ่งที่ถูกต้องที่ดีที่สุด ประกวดกันทุกหนทุกแห่งในโลกนี้ ผมเรียกว่าประกวดนางหน้าด้าน ถ้าหน้าไม่ด้านพอ ก็ไปเปิดแข้งเปิดขาเปิดอะไร แสดงอย่างนั้นไม่ได้
ถ้าเป็นสมัยก่อน คุณย่า คุณยาย เป็นลมตายแน่ ถ้าลูกหลานของแกไปทําอย่างนั้น เดี๋ยวนี้ เขาเห็นว่าถูกต้องดีงามไปหมด; นี่ก็คือ “เสรีภาพ” ผลของเสรีภาพมันเป็นอย่างนี้ นี้เป็นเรื่องที่เห็นได้ชัดๆ โต้งๆ แล้วที่มันยังละเอียด เห็นได้ยาก แฝงอยู่ในอะไรต่างๆ ยังมีอีกมาก
เสรีภาพในการเขียน ไม่มีใครว่าใครได้ แล้วก็เขียนเรื่องลามก อนาจาร ลงไปในหนังสือประจําวัน, แพร่หลายทั่วไปหมด ; ย้อมนิสัยเด็กๆ ให้เสียไปโดยไม่รู้สึกตัว, โดยไม่ต้องรู้สึกตัว, เขียนเรื่องอ่านเล่นโดยนามปากกา ที่มีชื่อเสียง นิยมนับถือกันทั้งประเทศ แต่แล้วก็เขียนเรื่องที่ทําให้เด็กมีจิตใจเลวทราม, เสื่อมเสียทางศีลธรรมโดยไม่รู้สึกตัว คุณไปเอาหนังสือพิมพ์มาพิจารณาดูเอาก็แล้วกัน ก็จะมองเห็น
ยังมีอะไรอีกมาก ที่ทําให้เด็กๆกลายเป็นปีศาจในร่างมนุษย์, มีอีกมาก ทําให้คนเรากลายเป็นปีศาจในร่างมนุษย์, คนโต ๆ ไม่เป็นไร, ไม่กี่ปีก็ตาย แต่ว่าการที่ทําให้เด็กๆ มากลายเป็นอย่างนั้นนั้น มันน่าอันตรายอย่างยิ่ง เพราะว่าเขายังจะอยู่ไปอีกนาน
การพูดจาก็ดี การเขียนก็ดี ศิลปวัตถุ นิทรรศการ ภาพยนตร์ อะไรต่าง ๆ ล้วนแต่เป็นอย่างเดียวกันหมด เขามีเสรีภาพ มีอิสรภาพ มีเสรีภาพที่จะทํา, ใครห้ามกันไม่ได้ หรือบางทีเขาก็มีอํานาจอย่างอื่น มาช่วยให้เขาต้องทําหรือได้ทํา
เมื่ออ้างเสรีภาพไม่ได้ ก็ใช้อํานาจอย่างอื่นมาช่วยให้ได้ทํา เขาก็ทํากันทั่วไปหมดทุกหนทุกแห่ง ทุกหัวระแหง, ทําลูกเด็ก ๆ ของเราให้กลายเป็นปีศาจในร่างมนุษย์นมากขึ้นๆเหลือที่จะป้องกัน, เหลือที่จะแก้ไขแล้ว นี่แหละ คือรากฐานอันแท้จริงของการเสื่อมทางศีลธรรม, แล้วเรื่องอื่นๆ มันก็ต้องตามมาแน่นอน ; เรื่องอันธพาล, เรื่องอะไรก็ตาม มันก็ต้องตามมามากเหลือที่จะประมาณได้
นี้มันก็ไม่ใช่เรื่องเล็กน้อย เป็นเรื่องทั้งหมดของมนุษย์ หรือของโลกมนุษย์ ที่จะอยู่หรือว่าจะล่มจม มีมูลมาจากการศึกษาแผนใหม่ วัฒนธรรมแผนใหม่ ที่มาจากข้างนอก เข้ามาสู่ประเทศไทย, เรียกว่าเราอยู่ในยุคของอะไร ลองคิดดู พวกเรากําลังอยู่ในยุคอะไร? ควรจะเรียกชื่อของยุคนี้ว่ายุคอะไร ลองคิดดู ? ส่วนผมนั้น สมัครเรียกว่า ยุคที่กลายเป็นปีศาจในร่างของมนุษย์..
พุทธทาสภิกขุ ที่มา : ธรรมเทศนาชุดชุมนุมล้ออายุ หัวข้อเรื่อง “ยิ่งจะทำให้ดี, โลกมันยิ่งบ้า” เมื่อวันที่ ๒๗ พฤษภาคม ๒๕๑๓ กัณฑ์ค่ำ ณ ลานหินโค้ง จากหนังสือชุดธรรมโฆษณ์ เล่มชื่อว่า “ชุมนุมล้ออายุ เล่ม ๑” หน้า ๕๑๕-๕๑๖,๕๑๙-๕๒๑
-
@ 1b9fc4cd:1d6d4902
2025-05-26 09:09:35In the elaborate symphony of the human experience, music has always played a key role in expressing emotions: happiness and heartache, rebellion and reconciliation. It's a universal language, but the dialects it employs are as diverse as the cultures that inspire them. In this article, Daniel Siegel Alonso explores how the tapestry of musical styles that we enjoy today is woven from the threads of diverse cultural roots and how understanding this rich history not only increases our appreciation of music but, in a divisive world, highlights the profound influence of cultural diversity on our shared artistic heritage.
At the crossroads
Siegel Alonso starts with the blues, a genre that rose from the deep, fertile soil of African American history. The blues is more than just a musical style; it's a visceral expression of the African American experience, a testament to the resilience of a people enduring slavery, segregation, and systemic oppression.
The origins of the blues go back to the African spirituals, work songs, and field hollers sung by enslaved people. These songs were subversive: a form of resistance and a means of preserving cultural identity under the brutal conditions of slavery. As African Americans migrated north, the blues evolved, integrating elements of urban life and giving birth to subgenres like Chicago blues, characterized by electric guitars and harmonicas.
Iconoclasts like Bessie Smith, Robert Johnson and Muddy Waters brought the raw emotion of the blues and contorted it into a powerful force that influenced countless other genres. The mournful wail of the blues guitar and the soulful lament of its vocalists reverberate in the worlds of rock, jazz, and even hip-hop and country, proving that the blues is not just a relic of the past but an organic entity that continues to shape the modern musical landscape.
Reelin’ and rockin’
Rock and roll, often seen as the rebellious teenager of the music world, owes much of its swagger to the blues. Emerging in post-war America, rock and roll was an intersection of blues, country, jazz, and gospel—a melting pot of American music traditions. But at its throbbing heart, rock and roll was driven by the rhythms and spirit of African American music.
Chuck Berry, often hailed as the father of rock and roll took the blues and injected the genre with frenetic energy and lyrical wit that resonated with a new record-buying demographic: teenagers. The flamboyant Little Richard broke down both racial and sexual barriers, paving the way for future generations of diverse artists.
Rock and roll also played a significant role in America's cultural integration. As the genre gained popularity, it brought together audiences of different races, challenging the status quo and promoting social change. Elvis Presley, though often critiqued for appropriating African American music, also helped bring the sounds of black America to a wider audience, demonstrating the complex dynamics of cultural exchange in music.
Dance, dance, dance.
Daniel Siegel Alonso takes us from electric guitars to glittering mirror balls because, in the 1970s, we find ourselves in the shiny, hedonistic world of disco. A precursor to EDM, Disco wasn't just about danceable beats and polyester suits; it was a vibrant, inclusive culture that embraced diversity, particularly within the LGBTQ+ community.
Disco's roots can be traced back to the underground dance clubs of New York City, where marginalized groups—black, Latino, and LGBTQ+—found community in the pulsating rhythms of electronic dance music. These spaces were safe havens where people could express themselves and love freely, away from the prying eyes of an ultra-conservative society. Disco stars like Sylvester, an openly gay black man, became icons not just for their music but for their unapologetic celebration of their identities. Tracks like "You Make Me Feel (Mighty Real)" weren't just hits but anthems of empowerment and self-acceptance. With the help of producer Giorgio Moroder, Donna Summer, the undisputed doyenne of disco, brought the genre to the mainstream, her sultry vocals and infectious beats transcending racial and sexual boundaries.
Today, the legacy of these genres continues to influence contemporary music. Hip-hop, the most dominant genre of the 21st century, draws heavily from the blues storytelling tradition and jazz's rhythmic innovation. Artists like Janelle Monáe and Lil Nas X continue the legacy of using music as a platform for exploring and celebrating diverse identities.
Moreover, music's global reach has introduced new elements into the mix. K-pop, reggaeton, and Afrobeat demonstrate how different cultures continue to influence and enrich the musical landscape. The internet has made it possible for artists worldwide to collaborate and share their sounds, creating a truly global music culture.
In conclusion, Daniel Siegel Alonso posits that the history of music is a testament to the power of diversity. The genres we love today result from centuries of cultural exchange, innovation, struggle, and resilience. By understanding and celebrating the diverse roots of music, we not only honor the past but also ensure a richer, more inclusive future for the art form. So, next time you find yourself moving and grooving to a catchy beat, take a moment to appreciate the diverse cultural roots that made it possible.
-
@ 1f79058c:eb86e1cb
2025-05-26 08:28:06I think we should agree on an HTML element for pointing to the Nostr representation of a document/URL on the Web. We could use the existing one for link relations for example:
html <link rel="alternate" type="application/nostr+json" href="nostr:naddr1qvzqqqr4..." title="This article on Nostr" />
This would be useful in multiple ways:
- Nostr clients, when fetching meta/preview information for a URL that is linked in a note, can detect that there's a Nostr representation of the content, and then render it in Nostr-native ways (whatever that may be depending on the client)
- User agents, usually a browser or browser extension, when opening a URL on the Web, can offer opening the alternative representation of a page in a Nostr client. And/or they could offer to follow the author's pubkey on Nostr. And/or they could offer to zap the content.
- When publishing a new article, authors can share their preferred Web URL everywhere, without having to consider if the reader knows about or uses Nostr at all. However, if a Nostr user finds the Web version of an article outside of Nostr, they can now easily jump to the Nostr version of it.
- Existing Web publications can retroactively create Nostr versions of their content and easily link the Nostr articles on all of their existing article pages without having to add prominent Nostr links everywhere.
There are probably more use cases, like Nostr search engines and whatnot. If you can think of something interesting, please tell me.
Update: I came up with another interesting use case, which is adding alternate links to RSS and Atom feeds.
Proof of concept
In order to show one way in which this could be used, I have created a small Web Extension called Nostr Links, which will discover alternate Nostr links on the pages you visit.
If it finds one or more links, it will show a purple Nostr icon in the address bar, which you can click to open the list of links. It's similar to e.g. the Feed Preview extension, and also to what the Tor Browser does when it discovers an Onion-Location for the page you're looking at:
The links in this popup menu will be
web+nostr:
links, because browsers currently do not allow web apps or extensions to handle unprefixednostr:
links. (I hope someone is working on getting those on par withipfs:
etc.)Following such a link will either open your default Nostr Web app, if you have already configured one, or it will ask you which Web app to open the link with.
Caveat emptor: At the time of writing, my personal default Web app, noStrudel, needs a new release for the links to find the content.
Try it now
Have a look at the source code and/or download the extension (currently only for Firefox).
I have added alternate Nostr links to the Web pages of profiles and long-form content on the Kosmos relay's domain. It's probably the only place on the Web, which will trigger the extension right now.
You can look at this very post to find an alternate link for example.
Update: A certain fiatjaf has added the element to his personal website, which is built entirely from Nostr articles. Multiple other devs also expressed their intent to implement.
Update 2: There is now a pull request for documenting this approach in two existing NIPs. Your feedback is welcome there.