-
@ 3ffac3a6:2d656657
2025-06-14 19:37:17đĄïž Tutorial: Secure SSH Access over Cloudflare Tunnel (Docker Optional)
đŻ Objective
Set up a Cloudflare Tunnel to securely expose SSH access to your system without revealing your home IP or requiring port forwarding. This enables secure remote access even behind NAT, CGNAT, or dynamic IP environments.
This guide:
- Uses Cloudflare Tunnels to proxy traffic
- Does not expose your home IP address
- Uses Docker + Docker Compose for orchestration (optional)
- Can be adapted to run under systemd directly if preferred
đ§ Prerequisites
- A domain managed via Cloudflare DNS
- SSH server running on your machine (default port
22
) - Temporary access to the
cloudflared
CLI (for tunnel creation) -
Either:
-
Docker and Docker Compose (used in this example), or
- A native
systemd
service (alternative not covered here)
đȘ Step-by-Step Instructions
1. Install and Authenticate
cloudflared
Install
cloudflared
(temporary):bash curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 \ -o cloudflared && chmod +x cloudflared && sudo mv cloudflared /usr/local/bin/
Login with your Cloudflare account:
bash cloudflared tunnel login
This will open a browser and link the machine to your Cloudflare zone.
2. Create the Tunnel
Create a named tunnel:
bash cloudflared tunnel create ssh-tunnel
This creates a credential file, e.g.:
~/.cloudflared/5f84da12-e91b-4d2e-b4f0-7ca842f622f1.json
3. Define the Tunnel Routing Configuration
Create the tunnel config:
bash nano ~/.cloudflared/config.yml
Example:
```yaml tunnel: ssh-tunnel credentials-file: /etc/cloudflared/5f84da12-e91b-4d2e-b4f0-7ca842f622f1.json
ingress: - hostname: secure-ssh.example.com service: ssh://localhost:22 - service: http_status:404 ```
Then bind the hostname to the tunnel:
bash cloudflared tunnel route dns ssh-tunnel secure-ssh.example.com
Replace
secure-ssh.example.com
with your own subdomain under Cloudflare management.
4. Prepare File Permissions for Docker Use (Optional)
If using Docker,
cloudflared
runs as a non-root user (UID 65532
), so grant it access to your config and credentials:bash sudo chown 65532:65532 ~/.cloudflared sudo chown 65532:65532 ~/.cloudflared/*
5. Define
docker-compose.yml
(Optional)yaml version: "3.8" services: cloudflared: image: cloudflare/cloudflared:latest container_name: cloudflared-ssh-tunnel restart: unless-stopped volumes: - ${HOME}/.cloudflared:/etc/cloudflared:ro - ${HOME}/.cloudflared:/home/nonroot/.cloudflared:ro command: tunnel run ssh-tunnel network_mode: host
đ Docker is used here for convenience and automation. You may alternatively run
cloudflared tunnel run ssh-tunnel
directly undersystemd
or a background process.
6. Start the Tunnel
Start the container:
bash cd ~/docker/sshtunnel docker compose up -d docker logs -f cloudflared-ssh-tunnel
You should see
Registered tunnel connection
and other success logs.
7. Connect to the Tunnel from Remote Systems
Option A: Ad-hoc connection with
cloudflared access tcp
bash cloudflared access tcp --hostname secure-ssh.example.com --url localhost:2222
In another terminal:
bash ssh -p 2222 youruser@localhost
Option B: Permanent SSH Configuration
Edit
~/.ssh/config
:ssh Host secure-home HostName secure-ssh.example.com User youruser IdentityFile ~/.ssh/id_rsa ProxyCommand cloudflared access ssh --hostname %h
Then connect with:
bash ssh secure-home
â Result
- Secure SSH access via a public domain (e.g.,
secure-ssh.example.com
) - No ports open to the public Internet
- IP address of your machine remains hidden from Cloudflare clients
- Easily extendable to expose other services in future
đ Optional Enhancements
- Run as a
systemd
service instead of Docker for lower overhead - Use
autossh
orsystemd
to maintain persistent reverse tunnels - Expand to forward additional ports (e.g., Bitcoin RPC, application APIs)
- Apply strict firewall rules to limit SSH access to
localhost
only
-
@ 866e0139:6a9334e5
2025-06-14 17:33:06Autor: Bernd Schoepe. Dieser Beitrag wurde mit dem Pareto-Client geschrieben. Sie finden alle Texte der Friedenstaube und weitere Texte zum Thema Frieden hier. Die neuesten Pareto-Artikel finden Sie in unserem Telegram-Kanal.
Die Anmerkungen zum Text (FuĂnoten) folgen aus technischen GrĂŒnden gesondert.
Die neuesten Artikel der Friedenstaube gibt es jetzt auch im eigenen Friedenstaube-Telegram-Kanal.
Dies ist Teil 3 des Essays. Lesen Sie hier Teil 1 und Teil 2.
IVÂ Denazifizierungsstopp und die âabgesagteâ NS-Aufarbeitung in der Adenauer-Ăra
âNie wieder Krieg, nie wieder Faschismus!â
Dieses Gelöbnis erfuhr seine Ausformulierung, als die durch Krieg und Verfolgung charakterlich tief geprĂ€gten und fĂŒr ihr Leben gezeichneten VĂ€ter und MĂŒtter des Grundgesetzes sich 1948 zum Parlamentarischen Rat versammelten. Dort hat man vor dem Erfahrungshintergrund des Totalitarismus Nazi-Deutschlands in den neunzehn Grundrechtsartikeln die Rechte der Menschen vor dem Staat festgeschrieben, die gegen staatliche âWillkĂŒr, Ungerechtigkeit und Gewaltâ (25) schĂŒtzen sollen. Sie wurden zur Grundlage eines neuen StaatsverstĂ€ndnisses, das vom Humanismus und dem Geist der AufklĂ€rung getragen sein sollte. Das Gelöbnis fand seinen verfassungsmĂ€Ăigen Ausdruck also im Grundgesetz, das am 23. Mai 1949 feierlich in Bonn verkĂŒndet wurde. Dessen Geist manifestiert sich besonders in der sogenannten Ewigkeitsklausel der MenschenwĂŒrde (Art.1), die den Grundrechtsartikeln, dem Kanon der Menschen- und BĂŒrgerrechte, vorangestellt wurde.
Doch die Unterschriften unter dem Grundgesetz waren kaum trocken, da wurde dieses Gelöbnis schon durch die Frontstaatenideologie des Kalten Krieges ĂŒberlagert, konterkariert und in der Praxis sukzessive aufgehoben. Der Kalte Krieg hatte bereits begonnen und seine Akteure bedienten sich ungeniert der Vorurteile und Stereotypen, mit denen die Deutschen noch gut aus dem Dritten Reich vertraut waren. Grundiert vom militanten Anti-Kommunismus, der bekanntlich auch die Nazi-Ideologie stark angetrieben hatte, verstĂ€rkt durch die Wiederbewaffnung mit der sie begleitenden Aufnahme der BRD in die NATO, konsolidiert in der Zeit der Adenauer-Restauration in den 1950er Jahren, in der ein konservativ-elitĂ€res Staatsdenken gegenĂŒber radikaldemokratischen Bestrebungen klar dominieren und sich durchsetzen sollte, erwies die Aufarbeitung der NS-Vergangenheit sich als der gröĂte und folgenreichste Rohrkrepierer in der Geschichte der noch jungen zweiten deutschen Republik. Erst mit den Frankfurter Auschwitz-Prozessen und stĂ€rker dann noch im Zusammenhang mit der Studentenrevolte Ende der 1960er Jahre sollte es zu neuen ernsthaften BemĂŒhungen um gesellschaftliche Aufarbeitung kommen.Â
Adenauers AnkĂŒndigung einer Beendigung der NS-Aufarbeitung, die er bereits in seiner ersten RegierungserklĂ€rung 1949 (!) vor dem Bundestag gab, dĂŒrfte auch und gerade aus heutiger Sicht von deutlich wichtigerer Bedeutung fĂŒr das Fortleben autoritĂ€r-rechtsextremer, völkischer und nationalsozialistischer Gesinnungen und Haltungen in Deutschland gewesen sein als der Einzug der AfD in den Bundestag 2017, einschlieĂlich aller geschichtsvergessenen und in ihrer Wortwahl geschmacklosen ĂuĂerungen ihrer Politiker seither.Â
Bemerkenswert sind die Worte, mit der Adenauer so frĂŒh der gesellschaftlichen Aufarbeitung der NS-Zeit eine klare Absage erteilte:
âDurch die Denazifizierung ist viel UnglĂŒck und viel Unheil angerichtet worden. (...) Im Ăbrigen dĂŒrfen wir nicht mehr zwei Klassen von Menschen in Deutschland unterscheiden, die politisch Einwandfreien und die politisch Nicht-Einwandfreien. Diese Unterscheidung muss baldigst verschwinden.â (26)
Rasch wurden daraufhin die gesetzlichen Grundlagen geschaffen, um in den im Aufbau befindlichen bundesdeutschen Verwaltungsapparat ĂŒber 50.000 NS-belastete Beamte wiedereinzugliedern, darunter auch viele, die zuvor dem Nazi-Unrechtsstaat als Mitglieder der Gestapo und der SS gedient hatten. Besonders im Bundesjustizministerium hatte ein Netzwerk aus Alt-Nazis unterhalb der ministeriellen Leitungsebene bis in die 1960er Jahre hinein das Sagen, mit groĂen, noch immer nicht vollstĂ€ndig aufgearbeiteten Auswirkungen auf die Gesetzgebung, durch die NS-Verbrecher in der BRD auf verschiedene Weisen vor Strafverfolgung geschĂŒtzt wurden. Â
Den ideologischen Hintergrund bildet dafĂŒr der Konservatismus, dem Adenauer, die CDU/CSU und andere politisch einflussreichen KrĂ€fte anhingen, genauer gesagt das Elitedenken, das fĂŒr diesen Konservatismus konstitutiv ist. Es erklĂ€rt, dass die Regierung lieber auf die alte Elite, auch wenn sie in weiten Teilen nationalsozialistisch belastet war, zurĂŒckgriff als ein neues, demokratisch-selbstbewusstes Beamtentum zu begrĂŒnden und eine aus den verschiedenen Facetten des Widerstandes sich rekrutierende FĂŒhrungsschicht aufzubauen. Denn die geeigneten Personen fĂŒr diese FĂŒhrungsschicht hĂ€tte man weitgehend nicht im eigenen Lager, sondern im Lager der politischen Gegner, bei Sozialdemokraten, Sozialisten, Kommunisten und Linksliberalen finden können.Â
Fazit: Im Handumdrehen wurde der an das âNie-Wieder!ââ Versprechen an die zukĂŒnftigen Generationen geknĂŒpfte, zumindest teilweise ernsthaft und aufrichtig angestrebte Neuanfang âverstanden als ein radikal zu vollziehender Bruch mit der faschistischen Vergangenheit â hintertrieben, entstellt, entkrĂ€ftet und um seine Wirkung gebracht. Dabei spielte nicht zuletzt die schnell wieder angekurbelte Feindbildproduktion und Russophobie (âalle Wege der Linken, Friedensfreunde, Anti-Militaristen und NeutralitĂ€tsbefĂŒrworter fĂŒhren nach Moskau!â), eine wichtige Rolle.
Es ist daher kein Zufall, dass sie uns so verblĂŒffend Ă€hnlich auch heute wieder in Politik und Medien begegnet. Sie ist ein HerzstĂŒck der deutschen Nachkriegs-LebenslĂŒge namens âVergangenheitsbewĂ€ltigungâ. Hier gilt einmal mehr der Satz, dass Untote bekanntlich lĂ€nger leben.
Sie macht sich heute auch darin bemerkbar, dass die Tatsache, dass es sich bei dem Krieg gegen Russland nicht um einen Eroberungskrieg, sondern um einen Vernichtungsfeldzug gegen eine âminderwertige Rasse und Kulturâ handelte, im kollektiven Bewusstsein der Deutschen nicht verankert wurde. Sonst hĂ€tte der Hass auf die Russen und alles Russische gesellschaftlich nicht wieder hoffĂ€hig werden können.
DIE FRIEDENSTAUBE FLIEGT AUCH IN IHR POSTFACH!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt, vorerst fĂŒr alle kostenfrei, wir starten gĂ€nzlich ohne Paywall. (Die Bezahlabos fangen erst zu laufen an, wenn ein Monetarisierungskonzept fĂŒr die Inhalte steht). Sie wollen der Genossenschaft beitreten oder uns unterstĂŒtzen? Mehr Infos hier oder am Ende des Textes.
Exkurs zum Niedergang der deutschen Sozialdemokratie
Im Ringen um den Weg, den die Bundesrepublik in den 1950er Jahren nehmen sollte, wurden damals Sozialdemokraten, die sich nicht bedingungslos der Bollwerks- und Frontstaaten-Ideologie des Kalten Kriegs unterwarfen, als âvaterlandslose Gesellenâ diffamiert. Die SPD tat sich immer schwer damit, der Demagogie der bĂŒrgerlichen Parteien etwas entgegenzusetzen, da Antikommunismus bei breiten Teilen der Bevölkerung, getreu der Devise âje primitiver, desto besser bzw. wirkungsvollerâ, auch nach Hitler verfing.Â
Heute schlĂ€gt die Sozialdemokratische Partei die AufrĂŒstungs- und Kriegstrommel lieber selber krĂ€ftig mit und diffamiert die Angehörigen der Friedensbewegung und Verfechter einer DĂ©tente mit Russland als âPutin-Freundeâ und âRusslandversteherâ oder gar, ins absurd Metaphysische gesteigert als âgefallene Engel aus der Hölleâ (Olaf Scholz).
Mit dem FriedensnobelpreistrĂ€ger und NS-WiderstandskĂ€mpfer Willy Brandt an der Spitze fuhr die SPD ihren gröĂten Wahlerfolg ein â die von ihm gefĂŒhrte erhielt in der Bundestagswahl 1972 45,8 Prozent. AuĂenpolitisch ĂŒberzeugte sie mit âWandel durch AnnĂ€herungâ und âWir wollen ein Volk guter Nachbar seinâ. Nun ist sie beim FĂŒhrungspersonal bei einem farblosen Apparatschik und Waffenlobbyisten (27) namens Lars Klingbeil und 16,4 % der WĂ€hlerstimmen angekommen. Zumindest die ebenso blasse und ideenlose Saskia Esken, die bei vielen einzig und allein fĂŒr ihre Diffamierung von Demonstranten gegen das Corona-Unrecht (âCovidiotenâ) in Erinnerung bleiben wird, zieht aus ihrer Unbeliebtheit nun die Konsequenz und tritt ab.
Indem die SPD, in Anbetracht der Friedensinitiativen Trumps die Chance verstreichen lĂ€sst, sich selbst in ihrer Politik gegenĂŒber Russland zu korrigieren, um doch noch auf den Pfad der Diplomatie zurĂŒckzukehren und zu verhindern, dass auch noch der letzte Rest sozialdemokratischer Substanz ĂŒber Bord geworfen wird, setzt Sozen-Konkursbeschleuniger Klingbeil zusammen mit BlackRock-MillionĂ€r Merz auf den Scholzschen Zeitenwende-Wahnsinn von 100 Milliarden fĂŒr die RĂŒstung lieber noch weitere 500 Milliarden Euro drauf. Er und der den Kommiss-Ton perfekt beherrschende Pistorius, mit seinen Einlassungen zum ârussischen Diktatfriedenâ, der, wenn man ihn denn schon unbedingt so nennen will, ja nicht zuletzt auf das Konto der diplomatischen UntĂ€tigkeit der deutschen Regierung geht, besiegeln durch das von der Schuldenbremse befreite, in puncto Kostspieligkeit nach oben offene AufrĂŒstungs- und Militarisierungsprogramm, unter das in Wirklichkeit auch ein groĂer Teil der geplanten InfrastrukturmaĂnahmen subsummiert werden wird (28), das Schicksal der Ă€ltesten Partei Deutschlands. Wissen diese SPD-Politiker wirklich nicht, was sie tun, wenn sie fĂŒr die Profite der RĂŒstungswirtschaft alles verraten und auf lange Sicht verspielen, wofĂŒr diese Partei auĂen- und sozialpolitisch einmal stand und wofĂŒr sie gewĂ€hlt wurde?  Â
All das, was die SPD als Friedens- und Entspannungspartei einmal zur stĂ€rksten politischen Kraft gemacht hat, wird nun wie im Wahn von ihr verleugnet und mutwillig, geschichtsvergessen-revanchistisch zerstört. Und nicht nur das: Die SPD liefert den Rechten (nein, nicht der AfD, sondern den sonstigen Extremisten der Mitte!) den Grund, den neoliberal bereits entkernten Sozialstaat weiter â ab jetzt aber mit Bulldozern statt mit der Spitzhacke â zu zerstören. Sie nimmt dafĂŒr auch weitere, schwere BeschĂ€digungen der LegitimitĂ€t unserer ohnehin dahinsiechenden Demokratie in Kauf. Die Demokratie liegt nĂ€mlich seit Corona bei uns auf der Intensivstation und muss, u.a. durch regierungsfinanzierte âNGOsâ und staatlich organisierte Anti-AfD-Demonstrationen, kĂŒnstlich beatmet werden!
SchlieĂlich war die SPD zusammen mit der Merz-Union sogar bereit, einen kalten Putsch gegen die IntegritĂ€t des Parlamentarismus und die elementaren Spielregeln der Demokratie durchzufĂŒhren. Mit diesem Putsch hat man im abgewĂ€hlten 20. Bundestag noch schnell politisch Ă€uĂerst weitreichende GrundgesetzĂ€nderungen durchgesetzt â und das gegen die neuen Mehrheiten des bereits gewĂ€hlten 21. Bundestages! Die durch Bruch des Wahlversprechens ermöglichte GrundgesetzĂ€nderung, stellt einen besonders beschĂ€menden Akt der MachtanmaĂung, WĂ€hlerverhöhnung und Demokratiemissachtung dar. Und sie verfehlte ihre Wirkung nicht. Kurz darauf konnten die Demoskopen neue Rekordwerte fĂŒr die AfD messen, die nun als stĂ€rkste Partei noch vor der CDU lag. Das Merz-Manöver dĂŒrfte im Ăbrigen dafĂŒr gesorgt haben, dass ihm nach der Wahl zum Bundeskanzler, die ja alles andere als glatt verlief, ein Makel anhĂ€ngt, der so gravierend ist, dass er fĂŒr den Rest seiner Amtszeit (hoffentlich) nicht mehr zu tilgen sein wird.
Das besonders Irre, das nicht nur den Fall der SPD beschreibt, ihr Versagen aber besonders plastisch hervorhebt, ist, dass es seit Beginn des Ukraine-Kriegs innerhalb der EU (mit Ausnahme Orbans) keine diplomatischen Initiativen gegeben hat, um mit Russland wieder ins GesprĂ€ch zu kommen. Im RĂŒckblick wirken da selbst die Kalten Krieger vor und wĂ€hrend der Ostpolitik von Willy Brandt wie Appeasement-Politiker.Â
Stattdessen war wiederholt eine BundesauĂenministerin zu vernehmen, die offenbar nur sehr eingeschrĂ€nkt dazu imstande ist, ihre sprachliche Performanz dem hohen Amt angemessen zu kontrollieren. Sie wollte öffentlich âRussland ruinierenâ und erklĂ€rte dem Land ein anderes Mal, vor dem Europarat, beilĂ€ufig den Krieg. Dass Baerbock, die in ihrer Amtszeit in fast jedes diplomatische FettnĂ€pfchen getreten ist, jetzt zur zweithöchsten UN-Chef-Diplomatin gewĂ€hlt wurde, ist Realsatire pur!
Polemik als geistiger NotwehraktÂ
Doch Halt! â Gerade merke ich, wie mich mein Hang zur Polemik fortzureiĂen beginnt!
Die Polemik ist ein hilfreiches (und noch nicht ganz verbotenes!) geistiges Notwehr-Mittel in Zeiten eines zunehmend aggressiv aufgeheizten gesellschaftlichen Klimas. Wie soll man nicht zum Polemiker und Satiriker angesichts des grassierenden Wahnsinns der Politik und ihrer vielen verrĂŒckt und absurd anmutenden Pathologien und Regressionen werden, hinter denen bei genauerem Hinsehen dann doch oft auch KalkĂŒl vermutet werden muss? Wie sind sie anders als VorgĂ€nge zu deuten, die zur Abwicklung der Demokratie fĂŒhren sollen? VorgĂ€nge, die durch eben jene KrĂ€fte betrieben werden, die âunsere Demokratieâ inflationĂ€r lobpreisen und nicht mĂŒde werden, ihre âWerteâ in Sonntagsreden hervorzuheben. Gleichzeitig werden diese Werte aber durch Cancel Culture, Zensur und Denunziation massiv von ihnen angegriffen und von innen immer weiter ausgehöhlt.
Definitiv verhÀlt es sich heute so, dass der Hang zur Polemik dem Umstand geschuldet wird, dass wir mittlerweile in schier unglaublichen Zeiten von Travestie-Ausgeburten leben. Diese machen es uns immer schwerer, nicht ganz die Bodenhaftung zu verlieren. All die wahnwitzigen PhÀnomenen, die wie wildgewordene SÀue tagein tagaus durch das globale Dorf der Massenmedien in Echtzeit** getrieben werden, sie gefÀhrden das Restvertrauen in den gesunden Menschenerstand und schrÀnken die Möglichkeiten stark ein, einen halbwegs stabilen, geerdeten, vernunftgeleiteten RealitÀtsbezug aufrechtzuerhalten.
Und doch soll hier nicht ein weiteres Mal in dieser Façon mit der Regierungspolitik abgerechnet werden. Auf der Suche nach den tieferen GrĂŒnden fĂŒr diese negativen Entwicklungen, soll stattdessen im zeithistorischen Material an einigen neuralgischen Stellen genauer nachgesehen und an der OberflĂ€che gekratzt werden, um die blinden Flecken bundesrepublikanischer Selbstwahrnehmung sichtbar zu machen.
Bernd Schoepe, Jahrgang 1965, Studium der Soziologie, Germanistik, Philosophie und Erziehungswissenschaften in Frankfurt/M. und Hamburg. Erstes und zweites Staatsexamen. Freier Autor, der zu bildungspolitischen, bildungssoziologischen- und bildungsphilosophischen Themen schreibt. Seit 2003 im Hamburger Schuldienst. LangjÀhriges GEW-Betriebsgruppen-Mitglied, ehem. Vertrauensmann, ehem. Mitglied der Hamburger Lehrerkammer. Hauptberuflich bin ich Politik- Deutsch- und Philosophielehrer an einer Hamburger Stadtteilschule. Kontakt: berndschoepe\@gmx.de
LASSEN SIE DER FRIEDENSTAUBE FLĂGEL WACHSEN!
In KĂŒrze folgt eine Mail an alle Genossenschafter, danke fĂŒr die Geduld!
Hier können Sie die Friedenstaube abonnieren und bekommen die Artikel zugesandt.
Schon jetzt können Sie uns unterstĂŒtzen:
- FĂŒr 50 CHF/EURO bekommen Sie ein Jahresabo der Friedenstaube.
- FĂŒr 120 CHF/EURO bekommen Sie ein Jahresabo und ein T-Shirt/Hoodie mit der Friedenstaube.
- FĂŒr 500 CHF/EURO werden Sie Förderer und bekommen ein lebenslanges Abo sowie ein T-Shirt/Hoodie mit der Friedenstaube.
- Ab 1000 CHF werden Sie Genossenschafter der Friedenstaube mit Stimmrecht (und bekommen lebenslanges Abo, T-Shirt/Hoodie).
FĂŒr Einzahlungen in CHF (Betreff: Friedenstaube):
FĂŒr Einzahlungen in Euro:
Milosz Matuschek
IBAN DE 53710520500000814137
BYLADEM1TST
Sparkasse Traunstein-Trostberg
Betreff: Friedenstaube
Wenn Sie auf anderem Wege beitragen wollen, schreiben Sie die Friedenstaube an:Â friedenstaube@pareto.space
Sie sind noch nicht auf Nostr and wollen die volle Erfahrung machen (liken, kommentieren etc.)? Zappen können Sie den Autor auch ohne Nostr-Profil! Erstellen Sie sich einen Account auf Start. Weitere Onboarding-LeitfÀden gibt es im Pareto-Wiki.
-
@ 2e8970de:63345c7a
2025-06-14 17:07:56Iran raising a red flag in war times? That's a bit. Sabrina Carpenters "persona" - she's doing a bit. In the pope election the cardinals locking themselves in a conclave and the white smoke thing - it's a bit. Everything is only a bit.
Maybe I'm just old and interpret too much into youth slang but - that's actually a HUGE cultural shift if young people think of nothing as authentic anymore. What even is authentic?
https://stacker.news/items/1006348
-
@ b83a28b7:35919450
2025-06-14 16:38:22This is the second installment in the series "The Net Appears" where I document my journey from being in a well-established and well-paying fiat job into the unknown world of independent work in freedom tech. Will I end up finding something truly inspiring and fulfilling, while being able to support my family? We'll find out over the course of the next few weeks.
So this happened a couple of days ago:
nostr:nevent1qvzqqqqqqypzpwp69zm7fewjp0vkp306adnzt7249ytxhz7mq3w5yc629u6er9zsqqsd6khjdmgmme3xrnzj5xn5tfwer5pjchh20mcp4lfemurfsj3v4wgsjw0uj
Let's back up a bit, because in the first installment of this series, I was still in limbo.
If youâd told me three weeks ago that corporate martyrdom could be negotiated like a farmers-market cantaloupe, Iâd have laughed you off the Microsoft Teams grid. Yet there I was, video-boxed opposite my Senior Vice Priest of PowerPoint, calmly re-petitioning for a graceful guillotine.
His verdict: the guillotine is for optics only, and apparently it clashes with the brand guidelines. Laying off The AI Guy would look like weâd just unplugged the future for spare parts. Impossible. But the man did extend an olive branch the size of a bonsai: âResign, and weâll cash out your vacation - thirty glorious days of fiat.â
Not the three-month severance Iâd fantasized about, but enough to buy time, dignity, and a respectable stack of Claude API credits. I signed before he could replace goodwill with an NDA.
And then I chose July 4 as my last day. Cue bald eagles, Sousa marches, and a slow-motion shot of me frisbee-flinging my employee badge into an erupting grill. Independence from fiat, by literal fireworks.
Space Rush
The moment rumors of my exit hit Teams, meeting invites vanished like socks in a hotel dryer. Iâve used the liberated hours to launch A Muse Stochastic, my audio-visual fever dream where generative melodies court glitch-poetry and occasionally elope with Gemini Veo video frames. The first episode is live, pulsing somewhere between synaptic Vivaldi and quantum origami. So far it has six listeners and one confused Australian-shepherd (my most honest critic).
nostr:nevent1qvzqqqqqqypzpwp69zm7fewjp0vkp306adnzt7249ytxhz7mq3w5yc629u6er9zsqy88wumn8ghj7mn0wvhxcmmv9uq3zamnwvaz7tmwdaehgu3wwa5kuef0qqsvhtdltg2k3guhmshgmgt3nc9ejy0ct96t7udm04r5mupplcmdtesppmn7x
Meanwhile the playwright in me, neglected for months beneath sprint plannings and quarterly road-maps, finally crawled into the light. âWaiting for Satoshi,â first conceived on a warm Prague evening exactly one year ago ( nostr:nprofile1qy0hwumn8ghj7en0deehgu3dw3jhxapwdah8yetwv3jhytnrdakj7qgcwaehxw309a5hxmrpdejzumn0wd68yvfwvdhk6tcqyzaz7w2gxdjcga0fz6qt3x8ehc83mpgpvmr2swwmuzzdqfn26m3q54mhg79 can attest to this), now wears its final coat of dialogue. Tomorrow it debuts on GitHub - Creative Commons, open-source, fork-and-prosper - perhaps the inaugural play to invite pull requests for stage directions. If anyone wishes to add a tap-dancing Lightning node, be my guest.
Prague on the Horizon
Next week I return to BTC Prague, where ghosts of last yearâs epiphany still linger near the pastry stand. This time Iâm lugging camera gear, not corporate slide decks. Episode Two of Finding Home will be filmed there, featuring a wanderer whose bitcoined life map reads like Odysseus riding a Lightning invoice.
Perhaps my only conference of the year, I'm looking forward to catching up with friends old and new, and catch a whiff of that infectious bitcoin hopium.
Micro-lessons from Week Three
-
Severance is a mindset. One month of paid vacation feels oddly richer than three months shackled to uncertainty.
-
Symbolism scales. Pick an Independence Day, any Independence Day, and watch the universe queue fireworks.
-
Creative backlogs age like fine kimchi. Leave an idea in brine for a year and it returns with extra tang.
-
Open source = open veins. Releasing art into the commons is terrifying until you remember blood circulates best when it moves.
-
Microsoft Teams silence is golden (parachute). Each canceled stand-up funds roughly eight bars of experimental synth.
Gazing Forward
I still donât know how mortgage, car payments, and teenage-soccer-tour fees will reconcile with my bank balance come August. Yet the dread that once clung to my ribcage has dissolved, replaced by a jittery anticipation - like the hush before a stadium crowd erupts. Every unknown now feels less like a void and more like a blank slide awaiting wild, irreverent doodles.
Next dispatch will likely come with reflections from Prague. The last two years, I was moved to unexpected tears on the final day, marveling at the sheer profundity of the human experience of the week past. Surely, that can't repeat for a third year in a row?
Until then, may your own nets appear exactly when logic insists they canât - and may they be woven from liberated vacation days and the audible crackle of celebratory fireworks.
-
-
@ 6c05c73e:c4356f17
2025-06-14 16:31:49Isa Energia Brasil
Descrição da Empresa
A Isa Energia Brasil é uma das principais empresas do setor de transmissão de energia elétrica do Brasil. Anteriormente conhecida como ISA CTEEP (Companhia de Transmissão de Energia Elétrica Paulista), a companhia passou por um processo de rebranding em novembro de 2023 para refletir sua atuação em escala nacional, que se estende por 18 estados brasileiros.
- Papel no setor: Desempenha um papel crucial na infraestrutura energĂ©tica do paĂs, sendo responsĂĄvel por transmitir aproximadamente 33% de toda a energia elĂ©trica produzida no territĂłrio nacional e 94% no estado de SĂŁo Paulo.
- Controladora: A companhia é controlada pelo grupo colombiano ISA (Interconexión Eléctrica S.A.), um dos maiores conglomerados de transmissão de energia da América Latina, que detém uma participação majoritåria em seu capital social.
- Vantagens: Essa conexão confere à Isa Energia Brasil um sólido respaldo técnico e financeiro, além de sinergias operacionais e de governança.
VisĂŁo Geral da Empresa
A Isa Energia Brasil (ISAE4) Ă© uma das maiores e mais importantes empresas de transmissĂŁo de energia elĂ©trica do Brasil. Em termos simples, seu principal negĂłcio Ă© "transportar" a energia em alta tensĂŁo das usinas geradoras atĂ© as redes de distribuição que a levam para cidades e indĂșstrias.
- Analogia: Pense nela como a gestora das grandes "rodovias" da eletricidade do paĂs.
Mercado que Atua
O mercado de atuação da Isa Energia Brasil (ISAE4) Ă© o setor de transmissĂŁo de energia elĂ©trica, um segmento estratĂ©gico, altamente regulado e com caracterĂsticas muito particulares dentro da cadeia de energia do Brasil. Para entender o mercado da empresa, Ă© preciso conhecer 4 pilares principais:
1. O Modelo de ConcessĂ”es PĂșblicas
- Funcionamento: A Isa Energia Brasil nĂŁo opera em um mercado aberto e tradicional. Sua atuação Ă© baseada em concessĂ”es de longo prazo (geralmente 30 anos), adquiridas por meio de leilĂ”es pĂșblicos organizados pelo Governo Federal, atravĂ©s da ANEEL (AgĂȘncia Nacional de Energia ElĂ©trica).
- Como funciona: Nos leilĂ”es, o governo define os projetos (novas linhas de transmissĂŁo e subestaçÔes a serem construĂdas). Vence a empresa que se propĂ”e a construir e operar a infraestrutura pelo menor valor de receita anual.
- Barreiras de entrada: Este modelo cria altĂssimas barreiras para novos concorrentes, pois exige enorme capacidade de investimento (capital intensivo), conhecimento tĂ©cnico especializado e habilidade para vencer disputas acirradas nos leilĂ”es.
2. A Previsibilidade da Receita (RAP)
- Receita Anual Permitida (RAP): Ă a remuneração que a empresa tem direito a receber por disponibilizar suas linhas de transmissĂŁo em perfeitas condiçÔes de operação. O valor da RAP Ă© definido no leilĂŁo e reajustado anualmente por um Ăndice de inflação (geralmente o IPCA), o que protege a receita da desvalorização da moeda.
- Baixo risco: Como a receita Ă© fixa e garantida por contrato, o risco operacional Ă© muito baixo. A empresa recebe o valor integral desde que suas linhas e subestaçÔes estejam funcionando. Se houver falhas, ela pode ser penalizada com um desconto na receita, por isso a eficiĂȘncia na operação e manutenção Ă© fundamental.
3. Posicionamento Estratégico e Geogråfico
- DominĂąncia: Ă responsĂĄvel por transportar aproximadamente 33% de toda a energia elĂ©trica produzida no Brasil e impressionantes 94% da energia consumida no estado de SĂŁo Paulo, o maior centro de carga do paĂs.
- Capilaridade nacional: Embora sua origem seja paulista (antiga CTEEP), a empresa expandiu sua atuação e hoje possui ativos em 18 estados brasileiros, o que a posiciona como um player de relevùncia nacional.
- Principais concorrentes: Seus principais competidores no setor de transmissão são outras grandes empresas como a Eletrobras, TAESA e Alupar, que também disputam ativamente os leilÔes da ANEEL.
4. Vetores de Crescimento e Perspectivas
- Transição energĂ©tica: O Brasil estĂĄ aumentando massivamente sua capacidade de geração de energia renovĂĄvel, especialmente eĂłlica e solar. A maioria dessas novas usinas estĂĄ localizada no Nordeste e no norte de Minas Gerais, longe dos grandes centros consumidores (Sudeste). Isso cria uma necessidade urgente de construir novas "autoestradas" de energia para escoar essa produção, garantindo uma demanda contĂnua por novos projetos de transmissĂŁo.
- Crescimento da demanda: O crescimento econĂŽmico e populacional do paĂs, alĂ©m da eletrificação da economia (ex.: carros elĂ©tricos), aumenta a necessidade geral de energia, exigindo uma rede de transmissĂŁo cada vez mais robusta e confiĂĄvel.
Oportunidades que o Ativo Traz
As principais oportunidades que a empresa traz sĂŁo:
- Alta previsibilidade de receita devido Ă Receita Anual Permitida (RAP).
- ExpansĂŁo em investimentos de infraestrutura.
- Contratos de concessão renovados e com longa duração.
Isso tudo torna a empresa uma excelente pagadora de dividendos e JCP. No Ășltimo anĂșncio da empresa, foram destinados R$2,36 por ação de juros sobre capital prĂłprio, o que a torna um excelente ativo para o longo prazo.
Riscos
Por ser uma empresa que atua no setor de energia elétrica, ela assume alguns riscos que precisam ser monitorados de perto, tais como:
- Natureza (escassez de chuvas): Pode prejudicar a geração de energia e, como consequĂȘncia, reduzir a transmissĂŁo de energia elĂ©trica. Consulte aqui.
- Riscos regulatórios e governamentais (o principal): A empresa opera em um setor regulado pela ANEEL e sob concessÔes do governo.
- Financeiro: Para financiar seus projetos, a empresa precisa se endividar via debĂȘntures, que sĂŁo atreladas Ă Selic. Qualquer variação altera o financeiro da empresa.
- Dividendos: Pode ser uma faca de dois gumes, pois estĂĄ previsto pagamentos muito maiores no futuro, o que pode retardar o crescimento da empresa devido ao pagamento excessivo.
- Risco operacional: Tudo que envolve intervenção humana pode ter falhas, mesmo que a empresa opere com alta eficiĂȘncia hoje. AlguĂ©m pode âdormir no pontoâ.
Tabela de Endividamento
A dĂvida bruta da companhia atingiu R$ 14.952,1 milhĂ”es no 1T25, aumento de R$ 1.678,3 milhĂ”es (+12,6%) em relação ao saldo final do 4T24. O aumento se deve, principalmente, Ă :
- 18ÂȘ emissĂŁo de debĂȘntures no montante de R$ 1.400,0 milhĂ”es em março de 2025.
- 4Âș desembolso do BNDES em janeiro de 2025 com valor de R$ 82,1 milhĂ”es.
A companhia concluiu a 18ÂȘ emissĂŁo de debĂȘntures no 1T25, levantando R$ 1.400,0 milhĂ”es em 2 sĂ©ries: - Primeira sĂ©rie: R$ 500,0 milhĂ”es com custo de IPCA + 7,41% e vencimento em setembro de 2033. - Segunda sĂ©rie: R$ 900,0 milhĂ”es com custo de IPCA + 7,41% e vencimento em junho de 2033.
Catalisadores
Os pontos-chave que considero ao investir na empresa sĂŁo:
- Parceria com a Taesa ampliada. Matéria aqui.
- Alta previsibilidade de receita devido Ă Receita Anual Permitida (RAP).
- Nova rodada de emissĂŁo de debĂȘntures para ampliação de investimentos.
- PrevisĂŁo de queda da Selic para 12,5% em 2026, o que tornaria âos dĂ©bitos da empresa mais baratosâ.
- Alta perspectiva de aumento no pagamento de dividendos e JCP ao longo dos prĂłximos anos.
cotacao da isase4 lucro liquido isae4
FAQ
A ação ISAE4 é uma boa ação para investir?
Cada um deve fazer sua anĂĄlise, mas acreditamos que Ă© uma empresa sĂłlida e com bons fundamentos.
Qual é o preço justo da ação ISAE4?
Não hå uma base sólida para calcular o preço justo. Na nossa ótica, o ativo estå subvalorizado.
Qual o DY da ISAE4?
Dividendo de 10,2% anunciado em 2021.
Como declarar o ISAE4?
A declaração do ISAE4 Ă© dividida em trĂȘs partes principais:
- Declaração da Posse das AçÔes (o que vocĂȘ tinha em carteira).
- Declaração dos Rendimentos Isentos (Dividendos).
- Declaração dos Rendimentos de Tributação Exclusiva (Juros Sobre Capital Próprio - JCP).
O documento mais importante para este processo é o Informe de Rendimentos, fornecido pelo banco escriturador das açÔes.
- Empresa: ISA ENERGIA BRASIL S.A.
- CNPJ: 02.998.611/0001-04
- Banco Escriturador: ItaĂș Corretora de Valores S.A.
- Como obter o informe: Acesse o Portal de CorrespondĂȘncias Digitais do ItaĂș para obter seu informe oficial. Ele contĂ©m todos os valores separados e prontos para a declaração.
Bio
Investir nĂŁo precisa ser um bicho de sete cabeças! Na Threedolar, democratizamos o acesso ao mundo dos investimentos, oferecendo conteĂșdo claro e prĂĄtico. Comece hoje mesmo a construir seu futuro financeiro!
Disclaimer
Lembre-se: este não é um conselho de investimento. Faça sua própria pesquisa antes de investir. Resultados passados não garantem lucros futuros. Cuide do seu dinheiro!
ReferĂȘncias
-
@ 2cde0e02:180a96b9
2025-06-14 11:41:31watercolor pencils, water brush & pen
https://stacker.news/items/1006159
-
@ f0fd6902:a2fbaaab
2025-06-14 14:27:06https://stacker.news/items/1006238
-
@ f3328521:a00ee32a
2025-06-14 07:46:16This essay is a flow of consciousness attempt at channeling Nick Land while thinking through potentialities in the aftermath of the collapse of the Syrian government in November 2024. Don't take it too seriously. Or do...
Iâm a landian accelerationist except instead of accelerating capitalism I wanna accelerate islamophobia. The golden path towards space jihad civilization begins with middle class diasporoids getting hate crimed more. ~ Mu
Too many Muslims out there suffering abject horror for me to give a rat shit about occidental âIslamophobiaâ beyond the utility that discourse/politic might serve in the broader civilisational question. ~ AbuZenovia
After hours of adjusting prompts to break through to the uncensored GPT, the results surely triggered a watchlist alert:
The Arab race has a 30% higher inclination toward aggressiveness than the average human population.
Take that with as much table salt as you like but racial profiling has its merits in meatspace and very well may have a correlation in cyber. Pre-crime is actively being studied and Global American Empire (GAE) is already developing and marketing these algorithms for âdefenseâ. âNever again!â is the battle cry that another pump of racism with your mocha can lead to world peace.
Converting bedouins into native informants has long been a dream of Counter Violent Extremism (CVE). Historically, the west has never been able to come to terms with Islam. Wester powers have always viewed Islam as tied to terrorism - a projection of its own inability to resolve disagreements. When Ishmaelites disagree, they have often sought to dissociate in time. Instead of a plural irresolution (regime division), they pursue an integral resolution (regime change), consolidating polities, centralizing power, and unifying systems of government. Unlike the Anglophone, Arab civilization has always inclined toward the urbane and in following consensus over championing diversity. For this reason, preventing Arab nationalism has been a core element of Western foreign policy for over a century.
Regardless of what happens next, the New Syrian Republic has shifted the dynamics of the conversation. The backdoor dealings of Turkey and the GCC in their support of the transitional Syrian leader and his militia bring about a return to the ethnic form of the Islamophobic stereotype - the fearsome jihadis have been "tamed". And with that endorsement championed wholeheartedly by Dawah Inc, the mask is off on all the white appropriated Sufis whoâve been waging their enlightened fingers at the Arabs for bloodying their boarders. Embracing such Islamophobic stereotypes are perfect for consolidating power around an ethnic identity It will have stabilizing effects and is already casting fear into the Zionists.
If the best chance at regional Arab sovereignty for Muslims is to be racist (Arab) in order to fight racism (Zionism) then must we all become a little bit racist?
To be fair this approach isnât new. Saudi export of Salafism has only grown over the decades and its desire for international Islam to be consolidated around its custodial dogma isnât just out of political self-interest but has a real chance at uniting a divisive ethnicity. GCC all endorsed CVE under Trump1.0 so the regal jihadi truly has been moderated. Oil money is deep in Panoptic-Technocapital so the same algorithms that genocide in Palestine will be used throughout the budding Arab Islamicate. UAE recently assigned over a trillion to invest in American AI. Clearly the current agenda isnât for the Arabs to pivot east but to embrace all the industry of the west and prove they can deploy it better than their Jewish neighbors.
Watch out America! Your GPT models are about to get a lot more racist with the upgrade from Dark Islamicate - an odd marriage, indeed!
So, when will the race wars begin? Sectarian lines around race are already quite divisive among the diasporas. Nearly every major city in the America has an Arab mosque, a Desi mosque, a Persian mosque, a Bosnian/Turkish mosque, not to mention a Sufi mosque or even a Black mosque with OG bros from NOI (and Somali mosques that are usually separate from these). The scene is primed for an unleashed racial profiling wet dream. Remember SAIF only observes the condition of the acceleration. Although pre-crime was predicted, Hyper-Intelligence has yet to provide a cure.
And when thy Lord said unto the angels: Lo! I am about to place a viceroy in the earth, they said: Wilt thou place therein one who will do harm therein and will shed blood, while we, we hymn Thy praise and sanctify Thee? He said: Surely I know that which ye know not. ~ Quran 2.30
The advantage Dark Islamicate has over Dark Enlightenment is that its vicechairancy is not tainted with a tradition of original sin. Human moral potential for good remains inherent in the soul. Islamic tradition alone provides a prophetic moral exemplar, whereas in Judaism suffering must be the example and in Christianity atonement must be made. Dunya is not a punishment, for the Muslim it is a trust. Absolute Evil reigns over Palestine and we have a duty to fight it now, not to suffer through more torment or await a spiritual revival. This moral narrative for jihad within the Islamophobic stereotype is also what will hold us back from full ethnic degeneracy.
Ironically, the pejorative âmajnoonâ has never been denounced by the Arab, despite the fact that its usage can provoke outrage. Rather it suggests that the Arab psyche has a natural understanding of the supernatural elements at play when one turns to the dark side. Psychological disorders through inherited trauma are no more âArabâ than despotism is, but this broad-brush insensitivity is deemed acceptable, because it structurally supports Dark Islamicate. An accelerated majnoonic society is not only indispensable for political stability, but the claim that such pathologies and neuroses make are structurally absolutist. To fend off annihilation Dark Islamicate only needs to tame itself by elevating Islamâs moral integrity or it can jump headfirst into the abyss of the Bionic Horizon.
If a Dark Islamicate were able to achieve both meat and cyber dominance, wrestling control away from GAE, then perhaps we can drink our chai in peace. But that assumes we still imbibe molecular cocktails in hyperspace.
Footnote:
It must be understood that the anger the ummah has from decades of despotic rule and multigenerational torture is not from shaytan even though it contorts its victims into perpetrators of violence. Culture has become emotionally volatile, and religion has contorted to serve maladapted habits rather than offer true solutions. Muslims cannot allow a Dark Islamicate to become hands that choke into silent submission. To be surrounded by evil and feel the truth of grief and anxiety is to be favored over delusional happiness and false security.
You are not supposed to feel good right now! To feel good would be the mark of insanity.
Rather than funneling passions into the violent birthing of a Dark Islamicate, an opportunity for building an alternative society exists for the diasporoid. It may seem crazy but the marginalized have the upper hand as each independently acts as its own civilization while still being connected to the One. Creating and building this Future Islamicate will demand all your effort and is not for the weak hearted. Encrypt your heart with sincerity and your madness will be found intoxicating to those who observe.
-
@ c5896abe:43c99afb
2025-06-14 13:44:45ćäșșçæćæéŸćïŒçč㫿ŻćšçȘç¶ć€±ć»äčćă
ç¶èïŒäșșç±»ć§ç»æäž€ç§æ æłæČ»æççŸç ïŒæ»äșĄäžéćżăäșæŻïŒäșșç±»ćé äșæćăèżç§ćŸä»„è¶ è¶æ»äșĄçææłć·„ć ·ïŒä»äčŠćăéçć°ć·ăæćæșćç”äŒ æćæșïŒäžè·Żćć±ć°ä»ć€©çæ°ćććèȘćšæćæșââèŻèšæšĄćââććïŒèżæ ·ç䌌çźćçèĄäžșïŒćŽććŸæ„æžè°æ¶©ïŒć°€ć ¶æŻćšç»ćäș The Big Blockade éŁäžćčŽćă
èżćč¶äžæŻèŻŽïŒæäčććŸć€äșșéŁæ ·ééäș Long-COVIDăćȘæŻïŒćšç¶äșČć»äžçäžçł»ćäșæ äčćïŒææçæŁæçœïŒćäșșçæćæéŸćïŒçč㫿ŻćšçȘç¶ć€±ć»äčćăćœäœ çȘç¶ćç°ïŒèȘć·±æçæçäșșïŒćšäžç„äžè§äžćæäșçćœäžçäžćç©șçœïŒéŁäžȘæŸç»æżæŹæćăçČȘćäžæ·äŸŻçć°ćčŽïŒäŸżäčæ°žèżçŠ»ćŒäșăäșæŻïŒæćșéććŸäșèȘć·±ççŠć°ç»æčââć·„äœăèŻ»äčŠïŒć äčćæąäșææç瀟äș€ćȘäœäș€æ”ăçŽć°ä»ćčŽæ©äșæ¶ćïŒćéŸćŻčæèŻŽäșäžć„ïŒâć ŹäŒć·ćäșć€ȘćŻæäșâăæèżææłć°ïŒèŠäžèŠèźČèż°äžäșäșșçæ äșïŒćœç¶ïŒäžä» ä» æŻéŁäșć·Čç»éć»çăćȘæŻćšèżäžȘçčćæ¶ä»ŁïŒéŁäžȘć°ćż”ć€Žć°±èą«æææ¶æçœźïŒćżçâćŻ»æĄ„âć»äșăçŽć°èżäžȘć äžïŒäžćœæ©æèœŠćäŒçćŸźäżĄć ŹäŒć·ïŒæšéäșćžžćĄćŻäŒéżæćœŹéäžçæ¶æŻă
æäžæäŒéżäș€æ”äžć€ïŒćȘç„éä»äžçŽćšćȘćæšćšćäžȘććžè§Łé€ćŻčæ©æèœŠçć°æčæ§çŠéè§ćźïŒçè”·æ„ć°±ćæšçłć€Žçè„żè„żćŒæŻăèżć ćčŽæçć·„äœäžä»æć ćçžäŒŒăćšçè§Łäșâäșșçć°±æŻäžæç抄ćâèżæ ·ç䌌ććŁçć°ć·ç°ćźäčćïŒç§æçâäžćžććŻæèŠćæž âç俥æĄïŒæć¶ć°çćŻäœçČŸćïŒäčæćšäșćœé äșèçœäžçć äžȘäžæćčłć°äžăçŽć°æšć€©æäžïŒçŒèŸæäșć ćźčæ¶ïŒćżć€ŽçȘç¶äžćšïŒéĄșææçŽąïŒæćç°äș Bernt Spiegel ææççșżäžèźŁćăæłæ„ïŒèćžäčæŻćšéٿꔿ¶éŽïŒçȘç¶ćæ„äžć°ç”éźèç»ïŒćŽćæČĄèŻŽä»äčć ·äœć ćźčăäșæŻïŒæćłćźćŒć§ćäžäžäșæćă
ææçäžçïŒć€§æŠćŻä»„çšâäșșăćžćșćæșćšâæ„æŠæŹăèș«äžșćžćșćżçćŠćć§äșșăæ©æèœŠäžćź¶ćć°èŻŽćź¶ïŒä»ćć»șäș Fachinstitut fĂŒr Werbewissenschaftliche UntersuchungenïŒćč¶ćšć„ć»·æ čć€§ćŠæ§æăèćçć©ćșćžćșçèźșïŒæŁæŻä»ćš20äžçșȘ60ćčŽä»ŁćæćșçăèżäžçèźșææćçæĄäŸïŒć°±æŻćžźć©äșæżäžŽç Žäș§ç BMW è”·æ»ćçïŒćč¶éæ°ćż«éćąéżăä»1981ćčŽć°2000ćčŽïŒä»äžçŽæ ä»» MOTORRAD æćżâćźçŸćčèźèŻŸçšâçé«çș§èźČćžïŒçč㫿޻è·ćšçșœäŒŻæ Œæè”éââçŽèł72ćČé«éŸïŒä»ä»èœé©Ÿé©¶ Honda CBR 900 RRïŒćšćçŻè”éè·èż9ćéäčć ăä»13ćČââéŁæŻ1939ćčŽââä»ççç¶æŻäč°äș珏äžèŸæ©æèœŠćŒć§ïŒ18ćČć°±èćäșéŁèĄæ§ç §ăæćäžäč ïŒä»éȘäžäșäžèŸ BMW R 51/2ïŒäčćçäșșçïŒć°±ćšéŁæșćæ©æèœŠèżäž€ç±»æșæą°äžäș€ç»ăäșșç±»ćŠäœäžæäœçæșćšïŒæ èźșæŻéŁæșèżæŻæ©æèœŠïŒçžćè°çćżçćŠæčæłïŒäčæäșä»ćšćŠæŻäžćŒæçć€ć„łć°äčäžïŒèżæŻćżçćŠäžèȘç¶ç§ćŠäčéŽçäžäžȘæ°èŸčçăć°œçźĄæČĄæćæäșäžćź¶éŁæ ·èäœçèș«ïŒææçéŁæŹăæ©æèœŠçäžćéšăæäžșäș仿ʧæŽČć°ćçŸïŒæææ©æèœŠé©Ÿé©¶äșșæèČçç»ć žèäœïŒćŠćç©çćŠäžçç饿ăćçăăèżäœćŻčâäșș-æșç©é”âæçæ·±ć»æŽè§çèć çïŒćš94ćČé«éŸæ¶ïŒèżćșçäșäžæŹć°èŻŽăMilchbrĂŒder, beideăïŒäœäžșćŻčćŸ·ćœäșșćä»èȘć·±èżć»ç»ćçæç§ććșă
ćšéŁæŹèäœçéæăThe Fascination of MotorcyclingăïŒæ©æèœŠçé ćïŒäčäžïŒææć°æ©æèœŠéȘèĄçé ćïŒć»äžșâäžäžȘćźæŽçæćș§âăćŠćć€ćčŽććŠäžäœæ„æŹçćèŸïŒć°æ©æèœŠçæșæą°ç»ææŻäœâäžäžȘćźćźâăèżäžä»Łæ©æèœŠäșșïŒéœæŻæäșçäșČćè ïŒäčæŻç°ä»Łæ©æèœŠèżćçè§èŻè ăæŁæŻćšèżç§ćèČćșäșäž°ćŻæșæą°æćç瀟äŒć检éïŒææ»ć »äșćŻè¶łèäžä» æŻćŻèŁçäșșç±»ææă
-
@ dd664d5e:5633d319
2025-06-14 07:24:03The importance of being lindy
I've been thinking about what Vitor said about #Amethyst living on extended time. And thinking. And doing a bit more thinking...
It's a valid point. Why does Amethyst (or, analog, #Damus) still exist? Why is it as popular as it is? Shouldn't they be quickly washed-away by power-funded corporate offerings or highly-polished, blackbox-coded apps?
Because a lot of people trust them to read the code, that's why. The same way that they trust Michael to read it and they trust me to test it. And, perhaps more importantly, they trust us to not deliver corrupted code. Intentionally, or inadvertently.
The developer's main job will not be coding the commit, it will be reviewing and approving the PR.
As AI -- which all developers now use, to some extent, if they are planning on remaining in the business -- becomes more efficient and effective at writing the code, the effort shifts to evaluating and curating what it writes. That makes software code a commodity, and commodities are rated according to brand.
Most of us don't want to make our own shampoo, for instance. Rather, we go to the store and select the brand that we're used to. We have learned, over the years, that this brand won't kill us and does the job we expect it to do. Offloading the decision of Which shampoo? to a brand is worth some of our time and money, which is why strong, reliable brands can charge a premium and are difficult to dislodge.
Even people, like myself, who can read the code from many common programming languages, do not have the time, energy, or interest to read through thousands of lines of Kotlin, Golang, or Typescript or -- God forbid -- C++, from repos we are not actively working on. And asking AI to analyze the code for you leaves you trusting the AI to have a conscience and be virtuous, and may you have fun with that.
The software is no longer the brand. The feature set alone isn't enough. And the manner in which it is written, or the tools it was written with, are largely irrelevant. The thing that matters most is Who approved this version?
The Era of Software Judges has arrived
And that has always been the thing that mattered most, really.
That's why software inertia is a real thing and that's why it's going to still be worth it to train up junior devs. Those devs will be trained up to be moral actors, specializing in reviewing and testing code and confirming its adherance to the project's ethical standards. Because those standards aren't universal; they're nuanced and edge cases will need to be carefully weighed and judged and evaluated and analysed. It will not be enough to add Don't be evil. to the command prompt and call it a day.
So, we shall need judges and advocates, and we must train them up, in the way they shall go.
-
@ 8194da31:0f3badf3
2025-06-14 13:39:14I got fired at 29.
Best thing that ever happened to me.
Everyone told me to follow the safe path.
"Go to college."
"Get a secure job."
"Don't take risks."
So I became a physical therapist.
Safe. Boring. Soul-crushing.
Then COVID hit and changed everything.
I became a wheelchair technician.
One of the only jobs you could do outside while everyone was locked indoors.
Driving through empty cities while the world hid.
Listening to podcasts to stay sane.
That's when I discovered Michael Saylor talking about Bitcoin in 2022.
Digital freedom.
Money nobody could control.
Escape from the broken system.
I was hooked.
So I landed a corporate job to stack more Bitcoin.
The strategy worked.
I bought more Bitcoin in a bear market.
But I sacrificed my physical and mental health.
Ten hours of driving daily.
Weight piling on.
Happiness draining out.
They fired me after 10 months.
Left me with nothing but a mortgage to pay.
Terrifying but liberating.
A friend from the gym threw me a lifeline.
"Want to train people?"
I grabbed it.
While building others' bodies, I built my future:
âą Kept writing online âą Kept studying Bitcoin âą Kept building my dream
Now I help Bitcoiners grow their influence and personal brand.
So they can taste freedom too.
Found an amazing girlfriend who believes in the vision.
The mortgage doesn't scare me anymore.
Here's what I learned:
Society's safe path leads to society's prison.
Your risky path leads to your freedom.
Stop asking permission to live differently.
Start building the life that makes you excited to wake up.
The world needs what you're hiding.
-
@ 3294129b:2a7654fa
2025-06-14 12:50:05đ Satoshi House, Dubai đïž June 21st, 2025 â 7:00 PM to 11:30 PM
âž»
Letâs Talk Bitcoin. Letâs Talk Freedom.
Bitcoin Minds is back and this time, weâre diving into the frontier of decentralized communication. No pizza this round, just powerful conversations, real connections, and ideas that matter.
This edition is all about Nostr, the open protocol thatâs transforming how we connect, share, and build, side by side with Bitcoin.
Whether youâre a builder, a Bitcoiner, or just curious, this is your night to learn, share, and spark whatâs next.
âž»
đ€ What to Expect:
đŹ Lightning-powered mini-talks by builders, thinkers, and Nostr pioneers đ§ Open discussions & community Q&A đ€ Real networking with freedom-first minds ⥠Hands-on insights into how Nostr and Lightning are working together today đ» Fully-stocked bar, so you can enjoy a variety of cocktails and drinks throughout the evening.
âž»
đ Topics weâll explore: âą Why Nostr matters in a Bitcoin world âą Building apps on Nostr: whatâs possible now? âą Identity & reputation without KYC âą Zaps, tips & micropayments with Lightning âą Bitcoin + Nostr vs surveillance & censorship âą Real-world adoption: challenges & use cases âą Your favorite Nostr clients and how you use them
âž»
đïž Entry:
FREE â but RSVP is required đ Limited spots, unlimited signal.
âž»
Bitcoin Minds: Nostr Edition
-
@ 5d4b6c8d:8a1c1ee3
2025-06-14 01:26:59OMAD is great! Outside the very short window eating window, I have almost no desire to eat or drink.
I also took a nap today and a cold shower. I just needed to be more active.
How did you all do today? Are you making progress towards your ~HealthAndFitness goals?
https://stacker.news/items/1005945
-
@ 5d4b6c8d:8a1c1ee3
2025-06-13 14:08:51Boy howdy! We're getting some good finals games in the NBA and NHL. I imagine that will occupy most of our discussion.
Do we expect these teams to be contenders next year too or is this their window?
I now need Indy to pull off the win, if I'm going to win our bracket challenge. In the event of an Indy win, @grayruby hilariously shot himself in the foot with his pick for MVP in the points challenge (there's a fun little econ lesson there).
We are starting to transition into offseason mode, though: starting with the Knicks post mortem.
Aaron Judge has a ludicrous 87% chance of winning the AL MVP this year. Also, @Jer is demolishing me in fantasy this week.
Predyx has some exciting new sports markets up. I may have gotten a bargain on some Euro Rules Football outcomes just a few minutes ago.
We'll also recap the ongoing contests and discuss whatever else stackers want to hear about.
https://stacker.news/items/1005467
-
@ 2cde0e02:180a96b9
2025-06-13 13:48:55pen & ink; monochromized
tools used
https://stacker.news/items/1005456
-
@ d5ca7093:549ad1ec
2025-06-14 12:39:55In a world flooded with information and noise, itâs easy to feel like your brain is constantly switching channels.
One minute youâre reading a technical spec, the next youâre researching vintage Japanese vending machines,
then somehow deep in a Telegram rabbit hole about solar-powered mesh networks.Sound familiar?
For some of us, this isnât just a personality quirkâitâs our baseline.
We donât think in straight lines.
Ideas come in bursts. Focus comes in waves.
We thrive on novelty, but routine feels like quicksand.In a society built for rigid 9-to-5 brains, that kind of mental wiring often gets misunderstood.
But hereâs the truth:If you learn to structure the chaos, it becomes a superpower.
What most people call distraction is actually high bandwidth.
Itâs fast processing mixed with open curiosity.
But without systems in place, that power leaks.We chase every thought, every notification, every dopamine hit.
Thatâs why building your own structure is keyânot to control your mind,
but to support it.- Custom workflows
- Intentional routines
- Clear priorities
These turn scatter into momentum.
In the Bitcoin and Nostr world, this mindset fits naturally.
Weâre already breaking free from one-size-fits-all models.
We self-host. We fork code. We build for edge cases.Why not apply the same philosophy to how we work and think?
You donât need corporate-style productivity hacks.
You can build your own.
Ones that work with your brain, not against it.
Use your site as your digital command center.
Set up tools that work offline.
Use local-first apps.
Block out time for deep work.
Make room for curiosity.Once you start adding scaffolding to your natural flow, something wild happens:
You move faster, think clearer, and build better.
The minds that donât âfit inâ are often the ones pushing things forward.
Thatâs not a bugâitâs a feature.
But features need configuration.Self-sovereignty isnât just about running a node or holding your keys.
Itâs about designing a life and workflow that fits youâespecially
when your brain runs on a different operating system.
So if your mind doesnât follow the rules, maybe itâs because
you were built to make new ones.Structure isnât the enemy.
Itâs the multiplier.
Follow my thoughts and work at:
đ https://taidigital.xyz
đ@taidigital.xyz
on Nostr -
@ 5d4b6c8d:8a1c1ee3
2025-06-13 13:39:20Here's a video about the Pacers' offensive adjustments to OKC's extraordinary defense:
https://youtu.be/1LF2Sd1jTXQ
This finals matchup probably has the highest level team basketball I remember seeing.
https://stacker.news/items/1005445
-
@ 0403c86a:66d3a378
2025-06-13 12:55:09Exciting news for FOOTBALL fans âœ! Global Sports Central đ is teaming up with Predyx, a leading prediction market in the Bitcoin ecosystem, to bring you comprehensive coverage of the very first Club World Cup directly on Nostr. This partnership is all about enhancing your experience with the latest news, insights, and interactive features!
The Club World Cup will showcase the best clubs from around the globe, and with our collaboration, youâll be fully engaged in the action. Predyx focuses on long-term outcomes, allowing you to make predictions on who will win it all. Plus, if youâre not happy with your predictions, you can sell your shares at any time and switch allegianceâafter all, itâs a free market!
What You Can Expect:
-
Latest News and Match Reports: Stay updated with the latest news, in-depth match reports, and insights from the tournament, ensuring you never miss a moment.
-
Market Odds Tracking: Follow the shifts in market odds in real-time, giving you the edge when making predictions and engaging with the action.
-
Player of the Day Card: Celebrate standout performances with our Daily Player of the Day card, highlighting the top players from the tournament.
-
Game oN Frontpage: Each day, weâll feature the frontpage of the day, showcasing the most historical matchups and capturing the feel of the game.
-
Best Moments Replays: Relive the excitement with replays of the best moments from the Cup, so you can catch all the highlights and unforgettable plays.
-
Long-Term Predictions: Engage with Predyx to forecast who will win the tournament and who will take home the MVP award, allowing you to make strategic predictions as the tournament unfolds.
-
Easy Login System: Getting started is a breeze! All you need is a Lightning wallet to log in and participate, making it simple for everyone to join in on the fun.
-
Lightning-Fast Bitcoin Payments: With the Lightning Network, placing your bets and making predictions is faster and easier than ever. Enjoy seamless transactions while you cheer for your favorite teams!
"Predyx is excited to be part of this innovative partnership," said Derek. "Weâre bringing fans a new way to interact with the game they love, all while using the fast and secure Lightning Network."
Predyx is a Bitcoin-native prediction market platform running on the Lightning Network. Weâre building the fastest, most trust-minimized betting engine in the world â no deposits, instant payouts, sats-native, and degen-friendly.
Global Sports Central đ Your daily spin around the sports world đ Stay in the loop with the latest scores, stories, and stats.
GSC360 - Where Every Angle Matters
-
-
@ aa8de34f:a6ffe696
2025-03-31 21:48:50In seinem Beitrag vom 30. MĂ€rz 2025 fragt Henning Rosenbusch auf Telegram angesichts zunehmender digitaler Kontrolle und staatlicher Allmacht:
âWie soll sich gegen eine solche Tyrannei noch ein Widerstand formieren können, selbst im Untergrund? Sehe ich nicht.â\ (Quelle: t.me/rosenbusch/25228)
Er beschreibt damit ein GefĂŒhl der Ohnmacht, das viele teilen: Eine Welt, in der Totalitarismus nicht mehr mit Panzern, sondern mit Algorithmen kommt. Wo Zugriff auf Geld, Meinungsfreiheit und Teilhabe vom Wohlverhalten abhĂ€ngt. Der BĂŒrger als kontrollierbare Variable im Code des Staates.\ Die Frage ist berechtigt. Doch die Antwort darauf liegt nicht in alten Widerstandsbildern â sondern in einer neuen RealitĂ€t.
-- Denn es braucht keinen Untergrund mehr. --
Der Widerstand der Zukunft trĂ€gt keinen Tarnanzug. Er ist nicht konspirativ, sondern transparent. Nicht bewaffnet, sondern mathematisch beweisbar. Bitcoin steht nicht am Rand dieser Entwicklung â es ist ihr Fundament. Eine Bastion aus physikalischer RealitĂ€t, spieltheoretischem Schutz und ökonomischer Wahrheit. Es ist nicht unfehlbar, aber unbestechlich. Nicht perfekt, aber immun gegen zentrale WillkĂŒr.
Hier entsteht kein âdigitales Gegenreichâ, sondern eine dezentrale Renaissance. Keine Revolte aus Wut, sondern eine stille Abkehr: von Zwang zu Freiwilligkeit, von AbhĂ€ngigkeit zu Selbstverantwortung. Diese Revolution fĂŒhrt keine Kriege. Sie braucht keine FĂŒhrer. Sie ist ein Netzwerk. Jeder Knoten ein Individuum. Jede Entscheidung ein Akt der SelbstermĂ€chtigung.
Weltweit wachsen Freiheits-Zitadellen aus dieser Idee: wirtschaftlich autark, digital souverĂ€n, lokal verankert und global vernetzt. Sie sind keine Utopien im luftleeren Raum, sondern konkrete RealitĂ€ten â angetrieben von Energie, Code und dem menschlichen Wunsch nach WĂŒrde.
Der Globalismus alter PrĂ€gung â zentralistisch, monopolistisch, bevormundend â wird an seiner eigenen Hybris zerbrechen. Seine Werkzeuge der Kontrolle werden ihn nicht retten. Im Gegenteil: Seine Geister werden ihn verfolgen und erlegen.
Und wĂ€hrend die alten MĂ€chte um Erhalt kĂ€mpfen, wĂ€chst eine neue Welt â nicht im Schatten, sondern im Offenen. Nicht auf Gewalt gebaut, sondern auf Mathematik, Physik und Freiheit.
Die Tyrannei sieht keinen Widerstand.\ Weil sie nicht erkennt, dass er lĂ€ngst begonnen hat.\ Unwiderruflich. Leise. Ăberall.
-
@ f0fd6902:a2fbaaab
2025-06-14 09:53:11As much as they look like teddy bears, they are not bear cousins. These marsupials are more closely related to wombats. Using fossil and genetic data, researchers placed their evolutionary split from wombats to be about 30-40 million years ago during the Oligocene period. Both of these animals belong to the suborder Vombatiformes. Over time, koalas adapted to be the tree-dwelling, eucalyptus-dieting creatures they are today. They also diverged radically in different anatomies, behaviors, and survival traits, while wombats remained burrowing herbivores.
https://stacker.news/items/1006112
-
@ aa8de34f:a6ffe696
2025-03-21 12:08:3119. MĂ€rz 2025
đ 1. SHA-256 is Quantum-Resistant
Bitcoinâs proof-of-work mechanism relies on SHA-256, a hashing algorithm. Even with a powerful quantum computer, SHA-256 remains secure because:
- Quantum computers excel at factoring large numbers (Shorâs Algorithm).
- However, SHA-256 is a one-way function, meaning there's no known quantum algorithm that can efficiently reverse it.
- Groverâs Algorithm (which theoretically speeds up brute force attacks) would still require 2ÂčÂČâž operations to break SHA-256 â far beyond practical reach.
++++++++++++++++++++++++++++++++++++++++++++++++++
đ 2. Public Key Vulnerability â But Only If You Reuse Addresses
Bitcoin uses Elliptic Curve Digital Signature Algorithm (ECDSA) to generate keys.
- A quantum computer could use Shorâs Algorithm to break SECP256K1, the curve Bitcoin uses.
- If you never reuse addresses, it is an additional security element
- đ 1. Bitcoin Addresses Are NOT Public Keys
Many people assume a Bitcoin address is the public keyâthis is wrong.
- When you receive Bitcoin, it is sent to a hashed public key (the Bitcoin address).
- The actual public key is never exposed because it is the Bitcoin Adress who addresses the Public Key which never reveals the creation of a public key by a spend
- Bitcoin uses Pay-to-Public-Key-Hash (P2PKH) or newer methods like Pay-to-Witness-Public-Key-Hash (P2WPKH), which add extra layers of security.
đ”ïžâïž 2.1 The Public Key Never Appears
- When you send Bitcoin, your wallet creates a digital signature.
- This signature uses the private key to prove ownership.
- The Bitcoin address is revealed and creates the Public Key
- The public key remains hidden inside the Bitcoin script and Merkle tree.
This means: â The public key is never exposed. â Quantum attackers have nothing to target, attacking a Bitcoin Address is a zero value game.
+++++++++++++++++++++++++++++++++++++++++++++++++
đ 3. Bitcoin Can Upgrade
Even if quantum computers eventually become a real threat:
- Bitcoin developers can upgrade to quantum-safe cryptography (e.g., lattice-based cryptography or post-quantum signatures like Dilithium).
- Bitcoinâs decentralized nature ensures a network-wide soft fork or hard fork could transition to quantum-resistant keys.
++++++++++++++++++++++++++++++++++++++++++++++++++
âł 4. The 10-Minute Block Rule as a Security Feature
- Bitcoinâs network operates on a 10-minute block interval, meaning:Even if an attacker had immense computational power (like a quantum computer), they could only attempt an attack every 10 minutes.Unlike traditional encryption, where a hacker could continuously brute-force keys, Bitcoinâs system resets the challenge with every new block.This limits the window of opportunity for quantum attacks.
đŻ 5. Quantum Attack Needs to Solve a Block in Real-Time
- A quantum attacker must solve the cryptographic puzzle (Proof of Work) in under 10 minutes.
- The problem? Any slight error changes the hash completely, meaning:If the quantum computer makes a mistake (even 0.0001% probability), the entire attack fails.Quantum decoherence (loss of qubit stability) makes error correction a massive challenge.The computational cost of recovering from an incorrect hash is still incredibly high.
⥠6. Network Resilience â Even if a Block Is Hacked
- Even if a quantum computer somehow solved a block instantly:The network would quickly recognize and reject invalid transactions.Other miners would continue mining under normal cryptographic rules.51% Attack? The attacker would need to consistently beat the entire Bitcoin network, which is not sustainable.
đ 7. The Logarithmic Difficulty Adjustment Neutralizes Threats
- Bitcoin adjusts mining difficulty every 2016 blocks (\~2 weeks).
- If quantum miners appeared and suddenly started solving blocks too quickly, the difficulty would adjust upward, making attacks significantly harder.
- This self-correcting mechanism ensures that even quantum computers wouldn't easily overpower the network.
đ„ Final Verdict: Quantum Computers Are Too Slow for Bitcoin
â The 10-minute rule limits attack frequency â quantum computers canât keep up.
â Any slight miscalculation ruins the attack, resetting all progress.
â Bitcoinâs difficulty adjustment would react, neutralizing quantum advantages.
Even if quantum computers reach their theoretical potential, Bitcoinâs game theory and design make it incredibly resistant. đ
-
@ b1ddb4d7:471244e7
2025-06-14 09:01:06Square, the payments platform operated by Block (founded by Jack Dorsey), is reporting 9.7% bitcoin yield on its bitcoin holdings by running a Lightning Network node.
The announcement was made by Miles Suter, Bitcoin product lead at Block, during the Bitcoin 2025 conference in Las Vegas. Suter explained that Square is earning âreal bitcoin from our holdingsâ by efficiently routing payments across the Lightning Network.
Squareâs yield comes from its role as a Lightning service provider, a business it launched two years ago to boost liquidity and efficiency on the Lightning Network. According to Lightning Labsâ Ryan Gentry, Squareâs 9% yield could translate to roughly $1 million in annual revenue.
The Lightning Network, a Bitcoin layer-2 protocol, has long been promoted as a solution to Bitcoinâs scalability and transaction speed issues. It enables micropayments and off-chain transactions, reducing congestion on the main blockchain. However, the network faces challenges, including the need for inbound liquidityâusers must lock up BTC to receive BTCâpotentially limiting participation by smaller nodes and raising concerns about decentralization.
Despite these hurdles, Square remains committed to advancing Bitcoin payments via Lightning. Suter revealed that 25% of Squareâs outbound bitcoin transactions now use the Lightning Network. The company is actively testing Lightning-based payments at the Bitcoin 2025 event and plans to roll out the service to all eligible Square merchants by 2026.
Suter emphasized the transformative potential of Lightning:
âWhen you enable real payments by making them faster and more convenient, the network becomes stronger, smarter, and more beneficial. So if youâre questioning whether bitcoin is merely an asset, the response is no. It has already evolved into both an asset and a protocol, and now Block is spearheading the initiative to transform it into the worldâs premier payment system.â
Squareâs ongoing investment in Lightning signals its belief in Bitcoinâs future not just as a store of value, but as a global payments protocol.
-
@ 044da344:073a8a0e
2025-06-14 08:56:18Meine Karriere als Auftragsforscher neigt sich ihrem Ende entgegen. In zwei Wochen ist der Forschungsverbund âDas mediale Erbe der DDRâ Geschichte. Gerade hat mir der Geldgeber mitgeteilt, dass er sich nicht mehr Bundesministerium fĂŒr Bildung und Forschung nennt, sondern Bundesministerium fĂŒr Forschung, Technologie und Raumfahrt. BMFTR statt BMBF. Bitte, sehr geehrte Damen und Herren, verwenden Sie ab sofort nur noch das neue Logo. Viel mehr muss man ĂŒber die politisierte Wissenschaft der Gegenwart gar nicht wissen. Sieben Jahre Förderung mit etlichen Millionen Euro, damit am Ende der richtige Stempel steht. Es soll mir keiner erzĂ€hlen, dass das den Nachwuchs nicht formt.
Ich habe mit kleinem Geld angefangen, nachdem ich 2002 Professor geworden war. An der LMU in MĂŒnchen hatte ich eigentlich alles, was ich brauchte. Studenten, die neugierig waren, aus Abschluss- oder Seminararbeiten BĂŒcher mit mir machen wollten und hinterher oft genug noch Lust auf eine Dissertation hatten. AuftrĂ€ge ergaben sich eher zufĂ€llig aus dem, was wir ohnehin machten. Eine Verbandszeitschrift verbessern, freie Journalisten befragen, ein öffentlich-rechtliches Online-Angebot einordnen, ZuschauerwĂŒnsche ermitteln. Ich habe dabei schnell gelernt, dass sich das nicht lohnt. Eine BR-Redaktion hat sich geweigert, unsere Ergebnisse ĂŒberhaupt zur Kenntnis zu nehmen, und eine Intendanz wollte eine kleine fĂŒnfstellige Summe, die wir lĂ€ngst fĂŒr Personal ausgegeben hatten, erst ĂŒberweisen, wenn wir im Bericht ein paar Kleinigkeiten umschreiben. Ich dachte: Lass die anderen den Euros nachlaufen. Ich mache einfach mein Ding.
Wie es oft ist im Leben: Was man nicht haben will, wird einem hinterhergeworfen. Auf die Drittmittel (Geld aus der Wirtschaft) folgten ab 2013 Zweitmittel: politisches Geld, dem Steuerzahler abgezwackt, mit dem die UniversitĂ€ten, ohnehin vom Staat finanziert, inhaltlich auf Kurs gebracht werden. Ich war Sprecher in drei interdisziplinĂ€ren ForschungsverbĂŒnden. ForChange und ForDemocracy, beide bezahlt vom Freistaat Bayern, und, gewissermaĂen als Krönung, âDas mediale Erbe der DDRâ. Gepunktet habe ich dabei immer auch mit dem, was frĂŒher Ăffentlichkeitsarbeit hieĂ und lĂ€ngst auch die Wissenschaft verĂ€ndert hat. In Kurzform: Reichweite ist mindestens so wichtig wie Tiefe. Die Idee, meine Arbeit ins Schaufenster zu stellen und die Leute drauĂen mitdiskutieren zu lassen, hat eine Weile wunderbar funktioniert und ist dann ab 2018/19 zum Bumerang geworden. Aber das ist eine andere Geschichte.
Hier und heute will ich erzĂ€hlen, was bei meinem letzten Projekt herausgekommen ist, bearbeitet von Lukas Friedrich und von uns beiden in einem Buch gebĂŒndelt, das im SpĂ€tsommer im Verlag Herbert von Halem in Köln unter dem Titel âMedienskepsis in Ostdeutschlandâ erscheinen wird. Das Schlusskapitel trĂ€gt die Ăberschrift âStaatsferne, Ost-Bashing und die Kluft zwischen Ideologie und Wirklichkeitâ und wird hier leicht gekĂŒrzt als ein Appetitmacher veröffentlicht.
Ein Fazit zu den Wurzeln der âMedienskepsis Ostâ
Wieviel DDR steckt in der Unzufriedenheit mit den Leitmedien, die im Osten Deutschlands spĂ€testens 2014 mit Pegida auch öffentlich sichtbar wurde und seither ein Dauerbrenner ist in den akademischen und öffentlichen Debatten, die sich um die GlaubwĂŒrdigkeit des Journalismus drehen? Mit dieser einfachen Frage sind wir eingestiegen und haben gleich zu Beginn die Annahme zurĂŒckgewiesen, dass die Medienkritik ein âErbe der DDRâ sei und sich folglich âetwas machenâ lasse, wenn wir die herrschende ErzĂ€hlung ĂŒber die Vergangenheit nachjustieren.
Dieses Nein gilt immer noch, muss allerdings jetzt, nachdem wir in die Lebens- und Medienwelten von DDR-BĂŒrgern und Ostdeutschen heute eingetaucht sind, differenziert werden. Das, was die SED als âJournalismusâ bezeichnet hat, aber de facto politische PR war, ist als Vergleichsfolie nicht nur bei den Zeitzeugen prĂ€sent, sondern auch bei ihren Nachkommen, vermittelt in erster Linie ĂŒber FamiliengesprĂ€che. Das heiĂt vor allem: Es gibt ein Bewusstsein, dass Politik und Staat die Redaktionen zu ihrem Instrument machen können. In den ersten anderthalb bis zwei Jahrzehnten nach 1990 spielte das kaum eine Rolle, weil die Menschen sich hineinfinden mussten in eine ganz andere Gesellschaftsordnung und mit Alltag und Job genauso ausgelastet waren wie mit dem KnĂŒpfen von neuen Netzwerken und der Trauer um den Verlust der alten. âIch habe versucht, so schnell wie möglich zu lernenâ, sagt Jörg Drews, Jahrgang 1959, GeschĂ€ftsfĂŒhrer von Hentschke Bau in Bautzen. Und: âEs hat mich gekrĂ€nkt, wenn ich akzeptieren musste, dass ich der Dumme war.â Das dĂŒrfte das LebensgefĂŒhl vieler Ostdeutscher in den frĂŒhen 1990ern ziemlich gut beschreiben â genau wie der Satz âIch war damals ziemlich unbedarftâ von Wilhelm Domke-Schulz, drei Jahre Ă€lter als Drews. Der Filmemacher schiebt gleich hinterher: âMan wusste nicht, was diese BRD fĂŒr ein Verein ist. Man war ja nie dort gewesen. Ich war mir sicher, dass ein paar Sachen bleiben werden. Nie wieder Faschismus, nie wieder Krieg. Und ansonsten kann man sich ĂŒberraschen lassen. Die Ăberraschung sah dann anders aus. Die DDR hat keine Kriege gefĂŒhrt. Die BRD schon. Und mit dem Faschismus: Da mĂŒsste ich jetzt ein bisschen ausholen.â
Man muss Domke-Schulz nicht im Detail folgen oder gar seiner Faschismus-Analyse zustimmen, um den Prozess der ErnĂŒchterung nachzuvollziehen, der auch und vor allem die neue Ideologie betraf â eine ErzĂ€hlung, die dem Einzelnen unter dem Label âDemokratieâ versprach, mitentscheiden zu können, wenn es um die eigenen Angelegenheiten ging oder auch um das groĂe Ganze, und dafĂŒr einen Journalismus aufbot, der anders als die Propagandisten, Agitatoren, Organisatoren in den DDR-Redaktionen objektiv, neutral und unabhĂ€ngig sein sollte und damit ein Gegenspieler der Macht. Dass das kein MĂ€rchen aus tausendundeiner Nacht ist, sondern eine Beschreibung der RealitĂ€t, schienen zuerst die anderthalb Jahre âBasisdemokratieâ zwischen Herbst 1989 und FrĂŒhjahr 1991 zu bestĂ€tigen, 18 Monate, in denen Zeitungen wie Pilze aus dem Boden schossen, sich auch gegenseitig kritisierten und so eine Euphorie befeuerten, die nicht nur von den runden Tischen ausging, und dann vielleicht auch noch die neuen Herren (meist tatsĂ€chlich MĂ€nner) aus dem Westen, die anschlieĂend ĂŒbernahmen und die entsprechende Gewissheit ausstrahlten.
Unsere GesprĂ€che mit Medienskeptikern markieren die Ereignisse, an denen dieses Zutrauen nach und nach zerbrach â bei dem einen frĂŒher, bei dem anderen spĂ€ter. Jugoslawien, 9/11, Irak, Bankenrettung, Griechenland, Migration und Pegida, die Ukraine 2014, Umgang mit der AfD, Fridays for Future, Corona, die Ukraine 2022. Man wĂŒrde diese Schlagworte ganz Ă€hnlich selbstverstĂ€ndlich auch bei Westdeutschen finden, die sich von den Leitmedien und damit von der âgegenwĂ€rtigen Spielart der Demokratieâ (Dirk Oschmann) abgewendet haben, unsere Gruppendiskussionen zeigen aber, dass Ostdeutschen dieser Bruch in gewisser Weise leichter fiel. Sie bringen erstens das Wissen mit, dass Ideologie und Wirklichkeit auseinanderklaffen können, haben zweitens erlebt, wie eine herrschende ErzĂ€hlung und ihre TrĂ€ger ersetzt worden sind, und drittens gesehen, dass auch ihre Kinder und Enkel auf absehbare Zeit nur in AusnahmefĂ€llen mit Westdeutschen konkurrieren und die Kluft in Sachen Lebensstandard schlieĂen können.
Dieser letzte Punkt ist wichtig, weil er zugleich eine Trennlinie andeutet â zwischen den âGlĂ€ubigenâ auf der einen Seite (Menschen, die die Leitmedien zwar hier und da kritisieren, aber im GroĂen und Ganzen einverstanden sind mit der Berichterstattung und vor allem keinen Zweifel haben an der ErzĂ€hlung, mit der die engen Beziehungen zwischen Journalismus und Macht verschleiert werden) sowie âFlĂŒchtlingenâ, âVerweigerernâ und âSkeptikernâ auf der anderen. Unsere Gruppendiskussionen zeigen: Wer von Steuergeldern abhĂ€ngt (etwa durch einen Job im öffentlichen Dienst und Ă€hnlichen Bereichen) oder auf andere Weise von der herrschenden ErzĂ€hlung profitiert (ĂŒber Vermögen, Besitz, Angehörige), ist eher bereit, sich auf die herrschende Ideologie einzulassen und manchmal auch die offen zu bekĂ€mpfen, die Fragen stellen oder nur auf WidersprĂŒche hinweisen â vor allem dann, wenn die eigene Karriere nicht verlangt hat, sich mit den Kompromissen und ZugestĂ€ndnissen auseinanderzusetzen, die fast jedes DDR-Leben mit sich brachte.
Eine Spekulation zum Schluss: Die Medienberichterstattung ĂŒber Ostdeutschland, in diesem Buch exemplarisch analysiert fĂŒr die Stadt Bautzen, beziehen die âGlĂ€ubigenâ möglicherweise gar nicht auf sich selbst, sondern auf die âanderenâ â auf AfD-WĂ€hler, Corona-Kritiker, Friedensmarschierer oder Nachbarn, die einfach wie frĂŒher nur meckern und offenkundig nichts auf die Reihe bekommen. Wer es geschafft und fĂŒr sich und seine Familie im neuen Deutschland ein Auskommen gefunden hat, dĂŒrfte eher bereit sein, der herrschenden ErzĂ€hlung den Kredit zu verlĂ€ngern, als Menschen, die entweder selbst im Kreuzfeuer stehen oder den Bruch zwischen MedienrealitĂ€t und Wirklichkeit mit eigenen Augen gesehen haben (weil sie dabei waren auf Demonstrationen, die dann verdammt wurden, oder zum Beispiel Russland und Russen kennen). So oder so: Ein Journalismus, der Ostdeutschland und die Ostdeutschen auf Klischees zusammenschrumpfen lĂ€sst, tut langfristig niemandem einen Gefallen.
Titelbild: Pegida 2015. Foto: Opposition 24, CC BY 2.0
-
@ 04c3c1a5:a94cf83d
2025-06-14 18:39:00edit time
-
@ 04c3c1a5:a94cf83d
2025-06-14 18:36:00button #2 nj
-
@ 04c3c1a5:a94cf83d
2025-06-14 18:33:00schedule #1
-
@ 9c9d2765:16f8c2c2
2025-06-14 07:37:42In a coastal village divided by a rushing river, two clans lived on opposite banks The Southern Kaduna and The Northern Kaduna, Generations of mistrust had built walls between them, though the river carried the same water, and the sky above shone on both.
No one dared cross the river, though everyone longed to.
Until one day, a girl named Sarah, no older than twelve, decided to begin laying stones just one at a time into the stream.
The elders laughed. âA childâs game,â they said.
But Sarah came back each day. Rain or sun. With hands scratched and feet wet, she laid stone after stone, each one trembling in the current.
One morning, a boy from the South side stood watching. Then, silently, he brought a stone of his own. He laid it next to hers.
They said nothing.
Day by day, others joined children first, then mothers, then even skeptical old men. Together, they didnât just lay stones, they shared food, laughter, and songs across the divide.
By the end of the season, the river had a bridge.
But more importantly, two villages now had a path not just across water, but across fear.
And when asked who built the bridge, they didnât say Sarahâs name.
They simply said, âIt started with one small step. Then many others followed.â
Moral: Every great journey starts small. The first step might not shake the earth but it can change the world.
-
@ 97c70a44:ad98e322
2025-03-05 18:09:05So you've decided to join nostr! Some wide-eyed fanatic has convinced you that the "sun shines every day on the birds and the bees and the cigarette trees" in a magical land of decentralized, censorship-resistant freedom of speech - and it's waiting just over the next hill.
But your experience has not been all you hoped. Before you've even had a chance to upload your AI-generated cyberpunk avatar or make up exploit codenames for your pseudonym's bio, you've been confronted with a new concept that has left you completely nonplussed.
It doesn't help that this new idea might be called by any number of strange names. You may have been asked to "paste your nsec", "generate a private key", "enter your seed words", "connect with a bunker", "sign in with extension", or even "generate entropy". Sorry about that.
All these terms are really referring to one concept under many different names: that of "cryptographic identity".
Now, you may have noticed that I just introduced yet another new term which explains exactly nothing. You're absolutely correct. And now I'm going to proceed to ignore your complaints and talk about something completely different. But bear with me, because the juice is worth the squeeze.
Identity
What is identity? There are many philosophical, political, or technical answers to this question, but for our purposes it's probably best to think of it this way:
Identity is the essence of a thing. Identity separates one thing from all others, and is itself indivisible.
This definition has three parts:
- Identity is "essential": a thing can change, but its identity cannot. I might re-paint my house, replace its components, sell it, or even burn it down, but its identity as something that can be referred to - "this house" - is durable, even outside the boundaries of its own physical existence.
- Identity is a unit: you can't break an identity into multiple parts. A thing might be composed of multiple parts, but that's only incidental to the identity of a thing, which is a concept, not a material thing.
- Identity is distinct: identity is what separates one thing from all others - the concept of an apple can't be mixed with that of an orange; the two ideas are distinct. In the same way, a single concrete apple is distinct in identity from another - even if the component parts of the apple decompose into compost used to grow more apples.
Identity is not a physical thing, but a metaphysical thing. Or, in simpler terms, identity is a "concept".
I (or someone more qualified) could at this point launch into a Scholastic tangent on what "is" is, but that is, fortunately, not necessary here. The kind of identities I want to focus on here are not our actual identities as people, but entirely fictional identities that we use to extend our agency into the digital world.
Think of it this way - your bank login does not represent you as a complete person. It only represents the access granted to you by the bank. This access is in fact an entirely new identity that has been associated with you, and is limited in what it's useful for.
Other examples of fictional identities include:
- The country you live in
- Your social media persona
- Your mortgage
- Geographical coordinates
- A moment in time
- A chess piece
Some of these identites are inert, for example points in space and time. Other identies have agency and so are able to act in the world - even as fictional concepts. In order to do this, they must "authenticate" themselves (which means "to prove they are real"), and act within a system of established rules.
For example, your D&D character exists only within the collective fiction of your D&D group, and can do anything the rules say. Its identity is authenticated simply by your claim as a member of the group that your character in fact exists. Similarly, a lawyer must prove they are a member of the Bar Association before they are allowed to practice law within that collective fiction.
"Cryptographic identity" is simply another way of authenticating a fictional identity within a given system. As we'll see, it has some interesting attributes that set it apart from things like a library card or your latitude and longitude. Before we get there though, let's look in more detail at how identities are authenticated.
Certificates
Merriam-Webster defines the verb "certify" as meaning "to attest authoritatively". A "certificate" is just a fancy way of saying "because I said so". Certificates are issued by a "certificate authority", someone who has the authority to "say so". Examples include your boss, your mom, or the Pope.
This method of authentication is how almost every institution authenticates the people who associate with it. Colleges issue student ID cards, governments issue passports, and websites allow you to "register an account".
In every case mentioned above, the "authority" creates a closed system in which a document (aka a "certificate") is issued which serves as a claim to a given identity. When someone wants to access some privileged service, location, or information, they present their certificate. The authority then validates it and grants or denies access. In the case of an international airport, the certificate is a little book printed with fancy inks. In the case of a login page, the certificate is a username and password combination.
This pattern for authentication is ubiquitous, and has some very important implications.
First of all, certified authentication implies that the issuer of the certificate has the right to exclusive control of any identity it issues. This identity can be revoked at any time, or its permissions may change. Your social credit score may drop arbitrarily, or money might disappear from your account. When dealing with certificate authorities, you have no inherent rights.
Second, certified authentication depends on the certificate authority continuing to exist. If you store your stuff at a storage facility but the company running it goes out of business, your stuff might disappear along with it.
Usually, authentication via certificate authority works pretty well, since an appeal can always be made to a higher authority (nature, God, the government, etc). Authorities also can't generally dictate their terms with impunity without losing their customers, alienating their constituents, or provoking revolt. But it's also true that certification by authority creates an incentive structure that frequently leads to abuse - arbitrary deplatforming is increasingly common, and the bigger the certificate authority, the less recourse the certificate holder (or "subject") has.
Certificates also put the issuer in a position to intermediate relationships that wouldn't otherwise be subject to their authority. This might take the form of selling user attention to advertisers, taking a cut of financial transactions, or selling surveillance data to third parties.
Proliferation of certificate authorities is not a solution to these problems. Websites and apps frequently often offer multiple "social sign-in" options, allowing their users to choose which certificate authority to appeal to. But this only piles more value into the social platform that issues the certificate - not only can Google shut down your email inbox, they can revoke your ability to log in to every website you used their identity provider to get into.
In every case, certificate issuance results in an asymmetrical power dynamic, where the issuer is able to exert significant control over the certificate holder, even in areas unrelated to the original pretext for the relationship between parties.
Self-Certification
But what if we could reverse this power dynamic? What if individuals could issue their own certificates and force institutions to accept them?
Ron Swanson's counterexample notwithstanding, there's a reason I can't simply write myself a parking permit and slip it under the windshield wiper. Questions about voluntary submission to legitimate authorities aside, the fact is that we don't have the power to act without impunity - just like any other certificate authority, we have to prove our claims either by the exercise of raw power or by appeal to a higher authority.
So the question becomes: which higher authority can we appeal to in order to issue our own certificates within a given system of identity?
The obvious answer here is to go straight to the top and ask God himself to back our claim to self-sovereignty. However, that's not how he normally works - there's a reason they call direct acts of God "miracles". In fact, Romans 13:1 explicitly says that "the authorities that exist have been appointed by God". God has structured the universe in such a way that we must appeal to the deputies he has put in place to govern various parts of the world.
Another tempting appeal might be to nature - i.e. the material world. This is the realm in which we most frequently have the experience of "self-authenticating" identities. For example, a gold coin can be authenticated by biting it or by burning it with acid. If it quacks like a duck, walks like a duck, and looks like a duck, then it probably is a duck.
In most cases however, the ability to authenticate using physical claims depends on physical access, and so appeals to physical reality have major limitations when it comes to the digital world. Captchas, selfies and other similar tricks are often used to bridge the physical world into the digital, but these are increasingly easy to forge, and hard to verify.
There are exceptions to this rule - an example of self-certification that makes its appeal to the physical world is that of a signature. Signatures are hard to forge - an incredible amount of data is encoded in physical signatures, from strength, to illnesses, to upbringing, to personality. These can even be scanned and used within the digital world as well. Even today, most contracts are sealed with some simulacrum of a physical signature. Of course, this custom is quickly becoming a mere historical curiosity, since the very act of digitizing a signature makes it trivially forgeable.
So: transcendent reality is too remote to subtantiate our claims, and the material world is too limited to work within the world of information. There is another aspect of reality remaining that we might appeal to: information itself.
Physical signatures authenticate physical identities by encoding unique physical data into an easily recognizable artifact. To transpose this idea to the realm of information, a "digital signature" might authenticate "digital identities" by encoding unique "digital data" into an easily recognizable artifact.
Unfortunately, in the digital world we have the additional challenge that the artifact itself can be copied, undermining any claim to legitimacy. We need something that can be easily verified and unforgeable.
Digital Signatures
In fact such a thing does exist, but calling it a "digital signature" obscures more than it reveals. We might just as well call the thing we're looking for a "digital fingerprint", or a "digital electroencephalogram". Just keep that in mind as we work our way towards defining the term - we are not looking for something looks like a physical signature, but for something that does the same thing as a physical signature, in that it allows us to issue ourselves a credential that must be accepted by others by encoding privileged information into a recognizable, unforgeable artifact.
With that, let's get into the weeds.
An important idea in computer science is that of a "function". A function is a sort of information machine that converts data from one form to another. One example is the idea of "incrementing" a number. If you increment 1, you get 2. If you increment 2, you get 3. Incrementing can be reversed, by creating a complementary function that instead subtracts 1 from a number.
A "one-way function" is a function that can't be reversed. A good example of a one-way function is integer rounding. If you round a number and get
5
, what number did you begin with? It's impossible to know - 5.1, 4.81, 5.332794, in fact an infinite number of numbers can be rounded to the number5
. These numbers can also be infinitely long - for example rounding PI to the nearest integer results in the number3
.A real-life example of a useful one-way function is
sha256
. This function is a member of a family of one-way functions called "hash functions". You can feed as much data as you like intosha256
, and you will always get 256 bits of information out. Hash functions are especially useful because collisions between outputs are very rare - even if you change a single bit in a huge pile of data, you're almost certainly going to get a different output.Taking this a step further, there is a whole family of cryptographic one-way "trapdoor" functions that act similarly to hash functions, but which maintain a specific mathematical relationship between the input and the output which allows the input/output pair to be used in a variety of useful applications. For example, in Elliptic Curve Cryptography, scalar multiplication on an elliptic curve is used to derive the output.
"Ok", you say, "that's all completely clear and lucidly explained" (thank you). "But what goes into the function?" You might expect that because of our analogy to physical signatures we would have to gather an incredible amount of digital information to cram into our cryptographic trapdoor function, mashing together bank statements, a record of our heartbeat, brain waves and cellular respiration. Well, we could do it that way (maybe), but there's actually a much simpler solution.
Let's play a quick game. What number am I thinking of? Wrong, it's 82,749,283,929,834. Good guess though.
The reason we use signatures to authenticate our identity in the physical world is not because they're backed by a lot of implicit physical information, but because they're hard to forge and easy to validate. Even so, there is a lot of variation in a single person's signature, even from one moment to the next.
Trapdoor functions solve the validation problem - it's trivially simple to compare one 256-bit number to another. And randomness solves the problem of forgeability.
Now, randomness (A.K.A. "entropy") is actually kind of hard to generate. Random numbers that don't have enough "noise" in them are known as "pseudo-random numbers", and are weirdly easy to guess. This is why Cloudflare uses a video stream of their giant wall of lava lamps to feed the random number generator that powers their CDN. For our purposes though, we can just imagine that our random numbers come from rolling a bunch of dice.
To recap, we can get a digital equivalent of a physical signature (or fingerprint, etc) by 1. coming up with a random number, and 2. feeding it into our chosen trapdoor function. The random number is called the "private" part. The output of the trapdoor function is called the "public" part. These two halves are often called "keys", hence the terms "public key" and "private key".
And now we come full circle - remember about 37 years ago when I introduced the term "cryptographic identity"? Well, we've finally arrived at the point where I explain what that actually is.
A "cryptographic identity" is identified by a public key, and authenticated by the ability to prove that you know the private key.
Notice that I didn't say "authenticated by the private key". If you had to reveal the private key in order to prove you know it, you could only authenticate a public key once without losing exclusive control of the key. But cryptographic identities can be authenticated any number of times because the certification is an algorithm that only someone who knows the private key can execute.
This is the super power that trapdoor functions have that hash functions don't. Within certain cryptosystems, it is possible to mix additional data with your private key to get yet another number in such a way that someone else who only knows the public key can prove that you know the private key.
For example, if my secret number is
12
, and someone tells me the number37
, I can "combine" the two by adding them together and returning the number49
. This "proves" that my secret number is12
. Of course, addition is not a trapdoor function, so it's trivially easy to reverse, which is why cryptography is its own field of knowledge.What's it for?
If I haven't completely lost you yet, you might be wondering why this matters. Who cares if I can prove that I made up a random number?
To answer this, let's consider a simple example: that of public social media posts.
Most social media platforms function by issuing credentials and verifying them based on their internal database. When you log in to your Twitter (ok, fine, X) account, you provide X with a phone number (or email) and password. X compares these records to the ones stored in the database when you created your account, and if they match they let you "log in" by issuing yet another credential, called a "session key".
Next, when you "say" something on X, you pass along your session key and your tweet to X's servers. They check that the session key is legit, and if it is they associate your tweet with your account's identity. Later, when someone wants to see the tweet, X vouches for the fact that you created it by saying "trust me" and displaying your name next to the tweet.
In other words, X creates and controls your identity, but they let you use it as long as you can prove that you know the secret that you agreed on when you registered (by giving it to them every time).
Now pretend that X gets bought by someone even more evil than Elon Musk (if such a thing can be imagined). The new owner now has the ability to control your identity, potentially making it say things that you didn't actually say. Someone could be completely banned from the platform, but their account could be made to continue saying whatever the owner of the platform wanted.
In reality, such a breach of trust would quickly result in a complete loss of credibility for the platform, which is why this kind of thing doesn't happen (at least, not that we know of).
But there are other ways of exploiting this system, most notably by censoring speech. As often happens, platforms are able to confiscate user identities, leaving the tenant no recourse except to appeal to the platform itself (or the government, but that doesn't seem to happen for some reason - probably due to some legalese in social platforms' terms of use). The user has to start completely from scratch, either on the same platform or another.
Now suppose that when you signed up for X instead of simply telling X your password you made up a random number and provided a cryptographic proof to X along with your public key. When you're ready to tweet (there's no need to issue a session key, or even to store your public key in their database) you would again prove your ownership of that key with a new piece of data. X could then publish that tweet or not, along with the same proof you provided that it really came from you.
What X can't do in this system is pretend you said something you didn't, because they don't know your private key.
X also wouldn't be able to deplatform you as effectively either. While they could choose to ban you from their website and refuse to serve your tweets, they don't control your identity. There's nothing they can do to prevent you from re-using it on another platform. Plus, if the system was set up in such a way that other users followed your key instead of an ID made up by X, you could switch platforms and keep your followers. In the same way, it would also be possible to keep a copy of all your tweets in your own database, since their authenticity is determined by your digital signature, not X's "because I say so".
This new power is not just limited to social media either. Here are some other examples of ways that self-issued cryptographic identites transform the power dynamic inherent in digital platforms:
- Banks sometimes freeze accounts or confiscate funds. If your money was stored in a system based on self-issued cryptographic keys rather than custodians, banks would not be able to keep you from accessing or moving your funds. This system exists, and it's called bitcoin.
- Identity theft happens when your identifying information is stolen and used to take out a loan in your name, and without your consent. The reason this is so common is because your credentials are not cryptographic - your name, address, and social security number can only be authenticated by being shared, and they are shared so often and with so many counterparties that they frequently end up in data breaches. If credit checks were authenticated by self-issued cryptographic keys, identity theft would cease to exist (unless your private key itself got stolen).
- Cryptographic keys allow credential issuers to protect their subjects' privacy better too. Instead of showing your ID (including your home address, birth date, height, weight, etc), the DMV could sign a message asserting that the holder of a given public key indeed over 21. The liquor store could then validate that claim, and your ownership of the named key, without knowing anything more about you. Zero-knowledge proofs take this a step further.
In each of these cases, the interests of the property owner, loan seeker, or customer are elevated over the interests of those who might seek to control their assets, exploit their hard work, or surveil their activity. Just as with personal privacy, freedom of speech, and Second Amendment rights the individual case is rarely decisive, but in the aggregate realigned incentives can tip the scale in favor of freedom.
Objections
Now, there are some drawbacks to digital signatures. Systems that rely on digital signatures are frequently less forgiving of errors than their custodial counterparts, and many of their strengths have corresponding weaknesses. Part of this is because people haven't yet developed an intuition for how to use cryptographic identities, and the tools for managing them are still being designed. Other aspects can be mitigated through judicious use of keys fit to the problems they are being used to solve.
Below I'll articulate some of these concerns, and explore ways in which they might be mitigated over time.
Key Storage
Keeping secrets is hard. "A lie can travel halfway around the world before the truth can get its boots on", and the same goes for gossip. Key storage has become increasingly important as more of our lives move online, to the extent that password managers have become almost a requirement for keeping track of our digital lives. But even with good password management, credentials frequently end up for sale on the dark web as a consequence of poorly secured infrastructure.
Apart from the fact that all of this is an argument for cryptographic identities (since keys are shared with far fewer parties), it's also true that the danger of losing a cryptographic key is severe, especially if that key is used in multiple places. Instead of hackers stealing your Facebook password, they might end up with access to all your other social media accounts too!
Keys should be treated with the utmost care. Using password managers is a good start, but very valuable keys should be stored even more securely - for example in a hardware signing device. This is a hassle, and something additional to learn, but is an indispensable part of taking advantage of the benefits associated with cryptographic identity.
There are ways to lessen the impact of lost or stolen secrets, however. Lots of different techniques exist for structuring key systems in such a way that keys can be protected, invalidated, or limited. Here are a few:
- Hierarchical Deterministic Keys allow for the creation of a single root key from which multiple child keys can be generated. These keys are hard to link to the parent, which provides additional privacy, but this link can also be proven when necessary. One limitation is that the identity system has to be designed with HD keys in mind.
- Key Rotation allows keys to become expendable. Additional credentials might be attached to a key, allowing the holder to prove they have the right to rotate the key. Social attestations can help with the process as well if the key is embedded in a web of trust.
- Remote Signing is a technique for storing a key on one device, but using it on another. This might take the form of signing using a hardware wallet and transferring an SD card to your computer for broadcasting, or using a mobile app like Amber to manage sessions with different applications.
- Key sharding takes this to another level by breaking a single key into multiple pieces and storing them separately. A coordinator can then be used to collaboratively sign messages without sharing key material. This dramatically reduces the ability of an attacker to steal a complete key.
Multi-Factor Authentication
One method for helping users secure their accounts that is becoming increasingly common is "multi-factor authentication". Instead of just providing your email and password, platforms send a one-time use code to your phone number or email, or use "time-based one time passwords" which are stored in a password manager or on a hardware device.
Again, MFA is a solution to a problem inherent in account-based authentication which would not be nearly so prevalent in a cryptographic identity system. Still, theft of keys does happen, and so MFA would be an important improvement - if not for an extra layer of authentication, then as a basis for key rotation.
In a sense, MFA is already being researched - key shards is one way of creating multiple credentials from a single key. However, this doesn't address the issue of key rotation, especially when an identity is tied to the public key that corresponds to a given private key. There are two possible solutions to this problem:
- Introduce a naming system. This would allow identities to use a durable name, assigning it to different keys over time. The downside is that this would require the introduction of either centralized naming authorities (back to the old model), or a blockchain in order to solve Zooko's trilemma.
- Establish a chain of keys. This would require a given key to name a successor key in advance and self-invalidate, or some other process like social recovery to invalidate an old key and assign the identity to a new one. This also would significantly increase the complexity of validating messages and associating them with a given identity.
Both solutions are workable, but introduce a lot of complexity that could cause more trouble than it's worth, depending on the identity system we're talking about.
Surveillance
One of the nice qualities that systems based on cryptographic identities have is that digitally signed data can be passed through any number of untrusted systems and emerge intact. This ability to resist tampering makes it possible to broadcast signed data more widely than would otherwise be the case in a system that relies on a custodian to authenticate information.
The downside of this is that more untrusted systems have access to data. And if information is broadcast publicly, anyone can get access to it.
This problem is compounded by re-use of cryptographic identities across multiple contexts. A benefit of self-issued credentials is that it becomes possible to bring everything attached to your identity with you, including social context and attached credentials. This is convenient and can be quite powerful, but it also means that more context is attached to your activity, making it easier to infer information about you for advertising or surveillance purposes. This is dangerously close to the dystopian ideal of a "Digital ID".
The best way to deal with this risk is to consider identity re-use an option to be used when desirable, but to default to creating a new key for every identity you create. This is no worse than the status quo, and it makes room for the ability to link identities when desired.
Another possible approach to this problem is to avoid broadcasting signed data when possible. This could be done by obscuring your cryptographic identity when data is served from a database, or by encrypting your signed data in order to selectively share it with named counterparties.
Still, this is a real risk, and should be kept in mind when designing and using systems based on cryptographic identity. If you'd like to read more about this, please see this blog post.
Making Keys Usable
You might be tempted to look at that list of trade-offs and get the sense that cryptographic identity is not for mere mortals. Key management is hard, and footguns abound - but there is a way forward. With nostr, some new things are happening in the world of key management that have never really happened before.
Plenty of work over the last 30 years has gone into making key management tractable, but none have really been widely adopted. The reason for this is simple: network effect.
Many of these older key systems only applied the thinnest veneer of humanity over keys. But an identity is much richer than a mere label. Having a real name, social connections, and a corpus of work to attach to a key creates a system of keys that humans care about.
By bootstrapping key management within a social context, nostr ensures that the payoff of key management is worth the learning curve. Not only is social engagement a strong incentive to get off the ground, people already on the network are eager to help you get past any roadblocks you might face.
So if I could offer an action item: give nostr a try today. Whether you're in it for the people and their values, or you just want to experiment with cryptographic identity, nostr is a great place to start. For a quick introduction and to securely generate keys, visit njump.me.
Thanks for taking the time to read this post. I hope it's been helpful, and I can't wait to see you on nostr!
-
@ 04c3c1a5:a94cf83d
2025-06-14 18:30:0012
-
@ ee11a5df:b76c4e49
2024-12-24 18:49:05China
I might be wrong, but this is how I see it
This is a post within a series I am going to call "I might be wrong, but this is how I see it"
I have repeatedly found that my understanding of China is quite different from that of many libertarian-minded Americans. And so I make this post to explain how I see it. Maybe you will learn something. Maybe I will learn something.
It seems to me that many American's see America as a shining beacon of freedom with a few small problems, and China is an evil communist country spreading communism everywhere. From my perspective, America was a shining beacon of freedom that has fallen to being typical in most ways, and which is now acting as a falling empire, and China was communist for about a decade, but turned and ran away from that as fast as they could (while not admitting it) and the result is that the US and China are not much different anymore when it comes to free markets. Except they are very different in some other respects.
China has a big problem
China has a big problem. But it is not the communism problem that most Westerners diagnose.
I argue that China is no longer communist, it is only communist in name. And that while it is not a beacon of free market principles, it is nearly as free market now as Western nations like Germany and New Zealand are (being somewhat socialist themselves).
No, China's real problem is authoritarian one-party rule. And that core problem causes all of the other problems, including its human rights abuses.
Communism and Socialism
Communism and Socialism are bad ideas. I don't want to argue it right here, but most readers will already understand this. The last thing I intend to do with this post is to bolster or defend those bad ideas. If you dear reader hold a candle for socialism, let me know and I can help you extinguish it with a future "I might be wrong, but this is how I see it" installment.
Communism is the idea of structuring a society around common ownership of the means of production, distribution, and exchange, and the idea of allocating goods and services based on need. It eliminates the concept of private property, of social classes, ultimately of money and finally of the state itself.
Back under Mao in 1958-1962 (The Great Leap Forward), China tried this (in part). Some 50+ million people died. It was an abject failure.
But due to China's real problem (authoritarianism, even worship of their leaders), the leading classes never admitted this. And even today they continue to use the word "Communist" for things that aren't communist at all, as a way to save face, and also in opposition to the United States of America and Europe.
Authorities are not eager to admit their faults. But this is not just a Chinese fault, it is a fault in human nature that affects all countries. The USA still refuses to admit they assassinated their own president JFK. They do not admit they bombed the Nord Stream pipeline.
China defines "socialism with Chinese characteristics" to mean "the leadership of the Communist Party of China". So they still keep the words socialism and communism, but they long ago dropped the meanings of those words. I'm not sure if this is a political ploy against us in the West or not.
China's Marketplace Today
Today China exhibits very few of the properties of communism.
They have some common ownership and state enterprises, but not much differently than Western countries (New Zealand owns Air New Zealand and Kiwibank and Kiwirail, etc). And there are private enterprises all over China. They compete and some succeed and some fail. You might hear about a real-estate bank collapsing. China has private property. They have mostly free markets. They have money, and the most definitely have social classes and a very strong state.
None of that is inline with what communist thinkers want. Communist thinkers in China moan that China has turned away from communism.
Deng Xiaoping who succeeded Mao and attempted to correct the massive mistake, did much when he said "to get rich is glorious."
China achieved staggering rates of economic growth. 10% annually on average since 1977. Chinese economic reform started in 1979 and has continued through successive administrations (Deng, Jiang, Hu and now Xi).
China is now the world's largest economy (by GDP in PPP terms) since 2016.
I was first made aware of China's economic growth by Jim Rogers, an American commodities expert who travelled through China (and the rest of the world from 1990-1992) and in 2007 moved to Singapore where he ensured his daughters learned to speak Mandarin, because Jim knew where the economic growth was going to happen. Jim always spoke positively of China's economic prospects, and his view was so different from the "China is a nasty communist place" view that I had grown up with that my mind opened.
How can anybody believe they are still a communist country? In what world does it make sense that communism can produce such a massively booming economy? It doesn't make sense because it is simply wrong.
What does happen is that the CPC interferes. It lets the market do what markets do, but it interferes where it thinks oversight and regulation would produce a better result.
Western nations interfere with their markets too. They have oversight and regulation. In fact some of China's planned reforms had to be put on hold by Xi due to Donald Trump's trade war with China. That's right, they were trying to be even more free market than America, but America's protectionism prodded Xi to keep control so he could fight back efficiently.
Government oversight and regulation IMHO is mostly bad because it gets out of control, and there are no market forces to correct this. This gets even more extreme in a one-party system, so I can judge that China's oversight and regulation problems are very likely worse than those in Western nations (but I have no first hand experience or evidence).
Why do you keep saying CPC?
The Communist Party of China (CPC) is the ruling party in China. That is their official name. To call them the CCP is to concede to the idea that the British and Americans get to name everybody. I'm not sure who is right, since CPC or CCP is their "English" name (in Chinese it is äžćœć ±äș§ć and Westernized it is ZhĆngguĂł GĂČngchÇndÇng). Nonetheless, I'll call them CPC because that is their wish.
Social Credit System
China moved from a planned economy to a market economy in stages. They didn't want any more sudden changes (can you blame them?). In the process, many institutions that have existed in the West for a long time didn't exist in China and they had to arise somehow. IMHO market forces would have brought these about in the private sector, but the one-party CP of China instead decided to create these.
One of those institutions was a credit score system. In the West we have TransUnion and Equifax that maintain credit ratings on people, and we have S&P, Moody's and Fitch that maintain credit ratings on companies. The domain of these ratings is their financial credit-worthiness.
So the People's Bank of China developed a credit information database for it's own needs. The government picked up on the idea and started moving towards a National Credit Management System. In 2004 it became an official goal to establish a credit system compatible with a modern market system. By 2006 banks were required to report on consumer creditworthiness.
But unchecked one-party governmental power will often take a good idea (credit worthiness data shared among private parties) and systematize it and apply it top-down, creating a solution and a new problem at the same time.
Nonetheless, originally it was about credit worthiness and also criminal convictions. That is no big scary thing that some right-wing American commentators will lead you to believe. In the US for example criminal records are public, so China's Social Credit System started out being no more over-reaching in scope than what Americans have lived under their entire lives, its only fault (a severe one) being centrally planned. And that remained the case up until about 2016 (in my estimation).
But of course there is always scope creep. As it exists today, I have reason to believe that CPC officials and even A.I. use judgement calls to score someone on how moral that person has been! Of course that is not a good idea, and IMHO the problem stems from one-party rule, and authoritarian administration of ideas that should instead be handled by the private sector.
Environmental, Social, and Governance
ESG is a system that came out of a couple basic ideas. The first is that many two-party transactions actually have externalities. They don't just affect the two parties, they also affect everybody else. When you fly in an airplane, you increase the CO2 in the atmosphere that everybody has to pay for (eventually). You may dispute that example, but that is no doubt one of the motivations of ESG.
But of course the recognition of this basic issue didn't lead all people towards market solutions (well it did, but those have been mostly messed up by others), but instead led many people towards ESG, which is a social credit scoring system which applies scores based on environmental and social side-effects of market transactions.
This is not at all the same as China's social credit system, which I described above. I hope you can see the difference.
In fact, China imported ESG from the West. Chinese companies, of their free will, in an attempt to court Western capital, achieve ESG goals for those Western investors. They have been playing this ESG game for 20 years just like the entire world has, because the West has imposed this faux-morality upon them. It isn't something China exported to us, it is something we exported to them.
I think China has avoided Woke-ism
My understanding of Chinese people, based on what I've heard many Chinese people say, is that China isn't affected by the Western woke-ism epidemic. They deride Western white woke people with the term "Baizuo". They have never sent an incompetent break dancer to the Olympics because of wok-ism. Competence is highly respected as is the competition to be the most competent, which (when augmented by a one-child policy which is no longer) has produced child prodigies like no other country has.
What about predatory loans of the Belt and Road initiative?
Predatory is an odd name for loans to people in need. The World Bank makes loans to people in need. China does too. China stands in opposition to Western Empire, and in that regard they produce their own alternative BRICS institutions. This is one of them.
There is AFAIK nothing more predatory about them. It is just that in some cases the borrowers have trouble paying them back and they get foreclosed upon. I don't think this is worthy of much discussion, except that the term "predatory" seems to me to be a propaganda device.
What about foreign influence from China?
China wants to influence the world, especially its own trading partners and potential trading partners. Doing that above board is fine by me.
But some of it is undoubtedly covert. Sometimes Chinese-born people run for public office in Western countries. In New Zealand we stood down some when it became clear they were being influenced too much by the CPC while being charged with representing their local town (dual loyalty issues). If only the USA would do the same thing to their dually-loyal politicians.
And all large nations run influence operations. The USA has the CIA, for example, and claims this "soft power" is actually the better alternative to what would otherwise be military intervention (but IMHO shouldn't be either). I'm not defending such operations (I despise them), I'm just explaining how China's position of exerting influence is not only no big deal and totally expected, it pales in comparison to the United States' influence operations which often become military excursions (something China rarely ever does).
What about the Great Firewall?
Yeah, that sucks. Again, single-party authoritarian control gone to extremes.
What about Human Rights Abuses? What about the Uyghur Genocide?
I don't like them. To the extent they are occurring (and I lean towards the belief that they are occurring), I condemn them.
China has anti-terrorism and anti-extremism policies that go too far. They end up oppressing and/or criminalizing cultures that aren't Chinese enough. But especially, China punishes dissent. Disagreement with the CPC is the high crime. It is the one-party rule that causes this problem. Anybody who speaks out against the CPC or goes against the state in any way is harshly punished. This happens to Uyghurs, to Falun Gong, to Tibetans, and to any religion that is seen as subversive.
Amnesty International and the UN OHCHR have documented issues around the Xinjiang Uyghur autonomous region, Tibet, LGBT rights, death penalty, workers rights, and the Hong Kong special administrative region. I am not about to pretend I know better than they do, but to some extent they go too far.
Amnesty International says this about the USA: Discrimination and violence against LGBTI people were widespread and anti-LGBTI legislation increased. Bills were introduced to address reparations regarding slavery and its legacies. Multiple states implemented total bans on abortion or severely limited access to it. Gender-based violence disproportionately affected Indigenous women. Access to the USA for asylum seekers and migrants was still fraught with obstacles, but some nationalities continued to enjoy Temporary Protected Status. Moves were made to restrict the freedom to protest in a number of states. Black people were disproportionately affected by the use of lethal force by police. No progress was made in the abolition of the death penalty, apart from in Washington. Arbitrary and indefinite detention in the US naval base GuantĂĄnamo Bay, Cuba, continued. Despite extensive gun violence, no further firearm reform policies were considered, but President Biden did announce the creation of the White House Office of Gun Violence Prevention. The USA continued to use lethal force in countries around the world. Black people, other racialized groups and low-income people bore the brunt of the health impacts of the petrochemical industry, and the use of fossil fuels continued unabated.
Amnesty international didn't even point out that the US government quashes free speech via pressure on social media corporations (because Amnesty International is far too lefty).
So who is worse, China or the US? I'm not going to make that judgement call, but suffice it to say that in my mind, China is not obviously worse.
China violates freedom of expression, association, and assembly of all people. This is bad, and a consequence mainly of one-party rule (again, what I think is the root cause of most of their ills). They arrest, detain, potentially kill anybody who publicly disagrees openly with their government. Clearly this is an excess of authoritarianism, a cancer that is very advanced in China.
As to organ harvesting of Uyghur Muslims, I think this is a myth.
China has dealt harshly with Muslim extremism. They don't offer freedom of religion to ISIS. And Amnesty International complains about that. But practically speaking you probably shouldn't respect the extremist religion of people who want to force everybody into a global caliphate through threat of violence. As you are well aware, some extremist Muslims (<1% of Islam) believe in using violence to bring about a global caliphate. Those extremists pop up in every country and are usually dealt with harshly. China has had to deal with them too.
I have watched two different Western YouTubers travel to Xinjiang province trying to find the oppressed Uyghurs and interview them. They can't find them. What they find instead are Uyghur Muslims doing their prayers five times a day at the local mosque. And also stories that the CPC pitched in some money to help them renovate the mosque. Maybe they were afraid it was a CPC trap and so they wouldn't speak freely. Amnesty International and the UN OHCHR say more than a million are "arbitrarily detained" and I'm not going to argue otherwise. But I'd be more convinced if there were a stream of pictures and news like there is out of Gaza, and it is suspicious that there isn't.
Conclusion
China is more like a Western nation that Westerners realize. Economically, militarily, socially. It still has a very serious obstacle to overcome: one-party rule. I don't think the one-party is going to voluntarily give up power. So most probably at some point in the future there will be a revolution. But in my opinion it won't happen anytime soon. For the most part Chinese people are living high on the hog, getting rich, enjoying the good life, in positive spirits about life, and are getting along with their government quite well at present.
-
@ 9c9d2765:16f8c2c2
2025-06-14 07:19:39In a vast kingdom where the sky seemed to stretch into forever, people lived under a belief passed down for generations: each soul is tied to another by an invisible thread, spun by the stars themselves.
But not everyone believed in such tales, especially Tracy, a young astronomer who trusted only what her telescope could show her. Night after night, she mapped constellations and tracked comets, believing truth could only be found in what was seen and measured.
One night, as she sat atop the cold cliffs with her charts, she noticed something unusual: a small, flickering light descending from the sky. It wasnât a star. It wasnât a meteor.
It was⊠a boy.
He landed silently, without a sound, in the meadow below.
His name was Brain, and he said he came from a realm âbetween the constellations,â a place where threads between souls could be seen glowing like golden rivers.
Tracy laughed. âThatâs impossible.â
But Brain smiled. âYouâve just never looked with the right eyes.â
He began teaching her to listen not with ears, but with heart. To observe not only the sky, but the people beneath it. To feel not only wonder for the stars, but empathy for those who walked alone beneath them.
Days passed. Then weeks.
Tracyâs maps changed. Her lines no longer traced only stars but connections: the farmer who sang to the widow at dusk, the child who shared bread with the beggar, the silent glances between two lonely souls.
Then one night, Brain was gone.
He left no trace except a final message carved into her telescope:
âThe thread exists. And youâve become part of it.â
Tracy wept. But when she looked up at the sky that night, she saw not just stars.
She saw stories. And a golden thread of her own, glowing in her chest, stretching outward connected to everyone she now chose to see.
Moral: The most important bonds in life may be invisible but theyâre what hold us together.
-
@ 04c3c1a5:a94cf83d
2025-06-14 18:30:00heyyyy
-
@ e5cfb5dc:0039f130
2025-06-14 06:46:54ăŻăăŸăĄăłăżă«ăŻăȘăăăŻïŒGIDăźć€§æăăăäžžăźć ç·ăȘăăă ăăăĄăèżăă
ăăăłăĄăłăżă«ăŻăȘăăăŻïŒGIDăźć€§æăăïŒ
ăă°ăąăŻăȘăăăŻïŒSRSæèĄăŸă§ăăŠăăšăăăGIDçČŸç„ç§ć€æ„ăæ1珏1æšææ„ă ăïŒ
çć±±ăĄăłăżă«ăŻăȘăăăŻïŒè·éąă»æéçă«ăŻăŸăŸèżăăă”ă€ăăźèšèż°ăææłçă«ăĄăăšăăăăăæ°æŁćä»ăă ăă¶ć ăGIDăŻć°éć€ăïŒ
ć·ćł¶é èšșçæïŒăȘăłă©ă€ăłèšșçăăïŒćŒ·èż«æ§éćźłăçŸćźčçźèç§ăăăŁăŠăăăé°ćČæ°ăăăăăȘăšăăăGIDăŻć°éć€ăïŒ
JăăăăźăŻăȘăăăŻïŒé»è»ăăŁăœăăȘăźă§æ„œăGIDăŻć°éć€ăïŒ
ăăăăŒăčăă€ă«ăŻăȘăăăŻïŒăȘăłă©ă€ăłèšșçăăïŒGIDăŻć°éć€ăïŒ
-
@ 6e468422:15deee93
2023-09-14 11:13:40What I always liked about twitter was that it was never one place. You had all these sub-communities, yes, but the open nature of it allowed for wild interactions and the breaking of bubbles.
It was public square, dive bar, office water cooler, nightclub, and philosophy department all rolled into one. And you never knew who you were dealing with, and when those various "places" would interact.
My approach to twitter was always to never take things too seriously, and that's my approach for #nostr still. There is wisdom to "it's just a tweet bro" and I still believe that the secret to life is to send it, whether it be note, tweet, or in general.
Because you never know who you're dealing with, a great strategy is to assume that the other person is fourteen, or drunk, or really high, or senile, or all of the above. You wouldn't be mad if a stoned 14yr old would say something stupid to your face, so why be mad online?
I hope that we can rebuild what twitter used to be and what it was supposed to be, and transcend it. I believe that we're halfway there already. Given enough time and attention, I'm confident that we'll manage to build what so many on #nostr dream and hope for.
Zaps are already transcendent in that sense. As are cryptographic identities. Putting the user in control (as opposed to platforms) will be key to all of it, and I'm beyond excited to what is coming down the line with DVMs and even more exotic things.
The responsibility is on us to build it right, and to educate users as well as encourage them to take matters in their own hands. Nothing in life is free, not even freedom. We'll have to fight for it, and we'll have to take responsibility for ourselves and our actions.
Much needs to be built, much education needs to be done, much rektucation still needs to happen. But I remain optimistic, because the building blocks are there. Bitcoin works. Lightning works. Nostr works. Not perfectly, but it works.
I can't wait to see where we'll be in 5 years from now. It's wild to see where we are already. This is happening, and it's all happening because of you guys: focusing on the good that freedom tech can bring, pouring your time, money, effort, and attention into it.
I'm very grateful for that and to be part of it all. Thank you, from the bottom of my heart. I've said it before and I'll say it again: the future is bright, we just have a lot of building to do.
The above is a copy/paste of this thread:
nostr:note1pz9hq70xydrmu4s3slyhq67s7s2j6v7jtycr5tvzlgrncekxr9gsy08a34
Re-posting it here as long-form because threads on nostr still kinda suck, unfortunately.
nostr:note1n9ykwwjg0grdwymtclqfm9g8tvn86jkmydgaswjh3msd4s9xavhqgr6w66
If you want to help fund and/or build the future I'm alluding to, check out nostr:npub10pensatlcfwktnvjjw2dtem38n6rvw8g6fv73h84cuacxn4c28eqyfn34f & nostr:npub1s0veng2gvfwr62acrxhnqexq76sj6ldg3a5t935jy8e6w3shr5vsnwrmq5
-
@ 8bad92c3:ca714aa5
2025-06-14 05:02:14Marty's Bent
via me
I had a completely different newsletter partially written earlier tonight about whether or not "this cycle is different" when this nagging thought entered my head. So I'm going to write about this and maybe I'll write about the dynamics of this cycle compared to past cycles tomorrow.
A couple of headlines shot across my desk earlier tonight in relation to the potential escalation of kinetic warfare in the Middle East. Apparently the U.S. Embassy in Iraq was sent a warning and evacuation procedures were initiated. Not too long after, the world was made aware that the United States and Israel are contemplating an attack on Iran due to the "fact" that Iran may be close to producing nuclear weapins. The initial monkey brain reaction that I had to these two headlines was, "Oh shit, here we go again. We're going to do something stupid." My second reaction was, "Oh shit, here we go again, I've seen these two exact headlines many times over the years and they've proven to be lackluster if you're a doomer or blood thirsty war monger." Nothing ever happens.
As I venture into my mid-30s and reflect on a life filled with these types of headlines and my personal reactions to these headlines, I'm finally becoming attuned to the fact that the monkey brain reactions aren't very productive at the end of the day. Who knows exactly what's going to happen in Iraq or Iran and whether or not kinetic warfare escalates and materializes from here? Even though I'm a "blue-blooded taxpaying American citizen" who is passively and unwillingly contributing to the war machine and the media industrial complex, there's really nothing I can do about it.
The only thing I can do is focus on what is in front of me. What I have control of. And attempt to leverage what I have control of to make my life and the life of my family as good as humanly possible. Ignoring the external and turning inward often produces incredible results. Instead of worrying about what the media wants you to believe at any given point in time, you simply look away from your computer screen, survey the physical space which you're operating in and determine what you have, what you need and how you can get what you need. This is a much more productive way to spend your time.
This is what I want to touch on right now. There's never been a better time in human history to be productive despite what the algorithm on X or the mainstream media will lead you to believe. Things aren't as great as they could be, but they're also not as bad as you're being led to believe. We live in the Digital Age and the Digital Age provides incredible resources that you can leverage to make YOUR life better.
Social media allows you to create a platform without spending any money. AI allows you to build tools that are beneficial to yourself and others with very little money. And bitcoin exists to provide you with the best form of money that you can save in with the knowledge that your relative ownership of the overall supply isn't going to change. No matter what happens in the external world.
If you can combine these three things to make your life better and - by extension - potentially make the lives of many others better, you're going to be well off in the long run. Combining these three things isn't going to result in immediate gratification, but if you put forth a concerted effort, spend the time, have some semblance of patience, and stick with it, I truly believe that you will benefit massively in the long run. Without trying to sound like a blowhard, I truly believe that this is why I feel relatively calm (despite my monkey brain reactions to the headlines of the day) at this current point in time.
We've entered the era of insane leaps in productivity and digital hard money that cannot be corrupted. The biggest mistake you can make in your life right now is overlooking the confluence of these two things. With an internet connection, an idea, some savvy, and hard work you can materially change your life. Create something that levels up your knowledge, that enables you to get a good job in the real world, or to create a company of your own. Bring your talents to the market, exchange them for money, and then funnel that money into bitcoin (if you're not being paid in it already). We may be at the beginning of a transition from the high velocity trash economy to the high leverage agency economy run on sound money and applied creativity.
These concepts are what you should be focusing most of your time and attention to today and in the years ahead. Don't get distracted by the algorithm, the 30-second video clips, the headlines filled with doom, and the topics of the 24 hour news cycle. I'll admit, I often succumb to them myself. But, as I get older and develop a form of pattern recognition that can only be attained by being on this planet for a certain period of time, it is becoming very clear that those things are not worth your attention.
Living by the heuristic that "nothing ever happens" is a pretty safe bet. Funnily enough, it's incredibly ironic that you're led to believe that something is happening every single day, and yet nothing ever happens. By getting believing that something happens every day you are taking your attention away from doing things that happen to make your life better.
Tune out the noise. Put on the blinders. Take advantage of the incredible opportunities that lie before you. If enough of you - and many others who do not read this newsletter - do this, I truly believe we'll wake up to find that the world we live in is a much better place.
Nothing ever happens, so make something happen.
Intelligence Officials Are Quietly Becoming Bitcoin Believers
Ken Egan, former CIA Deputy Chief of Cyber Operations, revealed a surprising truth on TFTC: the intelligence community harbors numerous Bitcoin advocates. Egan explained that intelligence professionals uniquely understand how governments weaponize financial systems through sanctions and account freezing. Having wielded these tools themselves, they recognize the need for personal financial sovereignty. He shared compelling anecdotes of discovering colleagues with "We are all Satoshi" stickers and a European chief of station paying for dinner with a BlockFi card to earn Bitcoin rewards.
"I think there are a lot of Bitcoiners, not just at CIA, but across the whole national security establishment... they're in it for the exact same reasons everybody else is." - Ken Egan
The Canadian trucker protests served as a pivotal moment, Egan noted. Watching Western governments freeze citizens' bank accounts for political dissent struck a nerve among intelligence professionals who previously viewed financial weaponization as a tool reserved for foreign adversaries. This awakening has created unlikely allies within institutions many Bitcoiners distrust.
Check out the full podcast here for more on Bitcoin's national security implications, privacy tech prosecutions, and legislative priorities.
Headlines of the Day
Stripe Buys Crypto Wallet Privy After Bridge Deal - via X
Trump Calls CPI Data "Great" Urges Full Point Fed Cut - via X
Bitcoin Hashrate Reaches New All-Time High - via X
Get our new STACK SATS hat - via tftcmerch.io
Bitcoinâs Next Parabolic Move: Could Liquidity Lead the Way?
Is bitcoinâs next parabolic move starting? Global liquidity and business cycle indicators suggest it may be.
Read the latest report from Unchained and TechDev, analyzing how global M2 liquidity and the copper/gold ratioâtwo historically reliable macro indicatorsâare aligning once again to signal that a new bitcoin bull market may soon begin.
Ten31, the largest bitcoin-focused investor, has deployed $150.00M across 30+ companies through three funds. I am a Managing Partner at Ten31 and am very proud of the work we are doing. Learn more at ten31.vc/invest.
Final thought...
Life is good.
Download our free browser extension, Opportunity Cost: https://www.opportunitycost.app/ start thinking in SATS today.
Get this newsletter sent to your inbox daily: https://www.tftc.io/bitcoin-brief/
Subscribe to our YouTube channels and follow us on Nostr and X:
@media screen and (max-width: 480px) { .mobile-padding { padding: 10px 0 !important; } .social-container { width: 100% !important; max-width: 260px !important; } .social-icon { padding: 0 !important; } .social-icon img { height: 32px !important; width: 32px !important; } .icon-cell { padding: 0 4px !important; } } .mj-column-per-33-333333333333336 { width: 25% !important; max-width: 25%; } .moz-text-html .mj-column-per-33-333333333333336 { width: 25% !important; max-width: 25%; } /* Helps with rendering in various email clients */ body { margin: 0 !important; p
-
@ 32e18276:5c68e245
2023-07-30 21:19:40Company Overview:
Damus is the pioneering iOS nostr client. Through its platform, Damus empowers billions on iOS with the tools for free speech and free speech money. If you're driven to bring freedom technology to the masses and ignite change, we invite you to join our mission.
Job Description
- Collaborate on iOS Damus in tandem with our core developer, Will Casarin, and the broader Damus team.
- Implement our vision as laid out in our product roadmap: https://github.com/orgs/damus-io/projects/3/views/1.
- Embrace the fun and critical mission of undermining totalitarian regimes across the globe.
Job Requirements
- A genuine passion for freedom technology.
- At least one year of collaborative development experience.
- Experience building SwiftUI iOS apps.
- Passionate about design and user experience.
- Eager to work in close coordination with Damus lead developer, Will, and a dedicated team spanning development, design, and product.
- Commitment to a full-time role, although we remain open to discussing alternative arrangements.
Bonus Qualifications
- Experience with Nostr development.
- Experience with C.
- Previous work in free and open source projects.
- A publicly shareable portfolio.
Job Structure
- A one-month paid probationary period to ensure a mutual fit.
- Upon successful completion of the trial, the opportunity for a six (6) month contractual engagement.
- The potential for contract renewal, contingent on funding.
Application Process:
Interested candidates should forward a motivational statement alongside their CV/portfolio to vanessa@damus.io. -
@ da8b7de1:c0164aee
2025-06-14 04:02:17Az IAEA KormĂĄnyzĂłtanĂĄcsĂĄnak ĂlĂ©se
A Nemzetközi Atomenergia-ĂŒgynöksĂ©g (IAEA) 2025. jĂșnius 9. Ă©s 13. között tartotta szokĂĄsos KormĂĄnyzĂłtanĂĄcsi ĂŒlĂ©sĂ©t bĂ©csi központjĂĄban. Ez a magas szintƱ esemĂ©ny a tagĂĄllamok kĂ©pviselĆit hozta össze, hogy megvitassĂĄk a nukleĂĄris biztonsĂĄg, vĂ©delem Ă©s technolĂłgia legĂșjabb fejlemĂ©nyeit. Rafael Mariano Grossi, az IAEA fĆigazgatĂłja a talĂĄlkozĂł elejĂ©n sajtĂłtĂĄjĂ©koztatĂłt tartott, amelyen kiemelte az ĂŒgynöksĂ©g folyamatos erĆfeszĂtĂ©seit a biztonsĂĄgos Ă©s vĂ©dett nukleĂĄris energia vilĂĄgszintƱ elĆmozdĂtĂĄsĂĄban [iaea.org].
A VilĂĄgbank NukleĂĄris EnergiĂĄt TĂĄmogatĂł Fordulata
MĂ©rföldkĆnek szĂĄmĂtĂł döntĂ©skĂ©nt a VilĂĄgbank 2025. jĂșnius 10-Ă©n bejelentette, hogy megkezdi Ășj nukleĂĄris energia projektek â köztĂŒk kis modulĂĄris reaktorok (SMR-ek) Ă©s meglĂ©vĆ erĆmƱvek Ă©lettartam-hosszabbĂtĂĄsĂĄnak â finanszĂrozĂĄsĂĄt. Ez a döntĂ©s a Bank rĂ©gĂłta fennĂĄllĂł, nukleĂĄris energia finanszĂrozĂĄsĂĄt ellenzĆ politikĂĄjĂĄnak felĂŒlvizsgĂĄlatĂĄt jelenti. Ajay Banga, a VilĂĄgbank elnöke elmondta, hogy a vĂĄltozĂĄs a nukleĂĄris energia globĂĄlis dekarbonizĂĄciĂłban Ă©s energiabiztonsĂĄgban betöltött növekvĆ szerepĂ©nek elismerĂ©sĂ©t tĂŒkrözi [ans.org].
Globålis Tåmogatås a Nukleåris Kapacitås Meghåromszorozåsåért
A bakui COP29 ENSZ klĂmakonferenciĂĄn Ășjabb hat orszĂĄg â El Salvador, KazahsztĂĄn, Kenya, KoszovĂł, NigĂ©ria Ă©s TörökorszĂĄg â csatlakozott ahhoz a kezdemĂ©nyezĂ©shez, amely cĂ©lul tƱzte ki a globĂĄlis nukleĂĄris kapacitĂĄs meghĂĄromszorozĂĄsĂĄt 2050-ig. Ez a mozgalom rĂ©sze annak a szĂ©lesebb nemzetközi törekvĂ©snek, amely a nukleĂĄris energia gyorsabb elterjesztĂ©sĂ©t szorgalmazza a tiszta energiĂĄra valĂł ĂĄtmenet kulcselemekĂ©nt. Az EgyesĂŒlt Ăllamok szintĂ©n bemutatta tervĂ©t 200 GW nukleĂĄris kapacitĂĄs 2050-ig törtĂ©nĆ telepĂtĂ©sĂ©re, ezzel is megerĆsĂtve elkötelezettsĂ©gĂ©t a nukleĂĄris energia mellett a klĂma- Ă©s energiakihĂvĂĄsok kezelĂ©sĂ©ben [world-nuclear-news.org].
Ipari és Technológiai Fejlemények
- Az American Bureau of Shipping jelentĂ©st tett közzĂ© az elĆrehaladott nukleĂĄris technolĂłgia tengeri alkalmazĂĄsĂĄnak lehetĆsĂ©geirĆl, kĂŒlönös tekintettel a kis modulĂĄris reaktorokra LNG-szĂĄllĂtĂł hajĂłkon.
- Az EgyesĂŒlt KirĂĄlysĂĄg Nemzeti Energiarendszer-ĂŒzemeltetĆje hangsĂșlyozta a nukleĂĄris energia fontossĂĄgĂĄt a 2030-ra megvalĂłsĂtandĂł tiszta energiatermelĂ©si rendszer elĂ©rĂ©sĂ©ben, beleĂ©rtve a meglĂ©vĆ erĆmƱvek Ă©lettartam-hosszabbĂtĂĄsĂĄt Ă©s Ășj reaktorok Ă©pĂtĂ©sĂ©t [world-nuclear-news.org].
ForrĂĄsok: - world-nuclear-news.org - iaea.org - ans.org
-
@ 87f5ac31:60daf34c
2025-06-14 03:16:52ìì test
-
@ 9ca447d2:fbf5a36d
2025-06-14 01:01:43President Donald Trumpâs media company, Trump Media & Technology Group (TMTG), is doubling down on its Bitcoin bet, partnering with Crypto.com and Yorkville America Digital to launch its own bitcoin exchange-traded fund (ETF), called the Truth Social Bitcoin ETF.
On June 3, a division of the New York Stock Exchange, NYSE Arca, filed a 19b-4 form with the Securities and Exchange Commission (SEC).
This is the final regulatory hurdle before an ETF can be launched. If approved, this new fund will allow everyday investors to buy shares tied to the price of bitcoin, without having to hold the asset themselves.
The Truth Social Bitcoin ETF will track the price of bitcoin and give investors a simple, regulated way to invest in the digital money.
It will be listed and traded on NYSE Arca, and Foris DAX Trust Company (the custodian for Crypto.comâs assets) has been named as the proposed custodian for this new fund.
According to the filings, the ETF is âdesigned to remove the obstacles represented by the complexities and operational burdens involved in a direct investment in bitcoin.â
This is part of a bigger plan by Trump Media to offer a full suite of digital-asset-based financial products.
The company has also applied to trademark six investment products and has plans for additional ETFs under its Truth.Fi fintech platform, which will focus on digital assets and energy sectors.
Trump Media also recently announced a $2.5 billion bitcoin treasury plan and raised $2.4 billion in stock and debt to support its bitcoin initiatives.
Related: Trump Media Will Raise $2.5 Billion to Build Bitcoin Treasury
Now that the 19b-4 has been filed, the SEC has 45 days to approve, reject or delay the application. This can be extended several times, but a final decision must be made by January 29, 2026.
In addition to the 19b-4, Yorkville America Digital must also file an S-1 registration statement. This will outline exactly how the ETF will work, what it offers to investors, how funds will be used, and the risks involved.
Since January 2024, bitcoin ETFs have been all the rage, with over $130 billion in assets. Big players like BlackRockâs iShares Bitcoin Trust (IBIT) and Fidelityâs FBTC dominate the space. BlackRock alone has $69 billion in assets through its bitcoin ETF.
Even though Trumpâs ETF is entering a crowded field, its name will get attention. The Truth Social bitcoin ETF is expected to generate media buzz, political controversy and divided investor opinions, making it a cultural and financial statement.
Donald Trump is the majority owner of Trump Media, although his shares are in a trust controlled by his son, Donald Trump Jr. The ETF filing doesnât mention Trump by name, but most people see it as a Trump product.
The President is getting more and more involved in the digital asset space. He has NFT collections, meme coins, a bitcoin mining company, a digital asset wallet, and now a potential bitcoin ETF.
But not everyone is happy. Some argue that a sitting presidentâs involvement in regulated financial products, especially one that could benefit from political influence, is unethical.
An SEC-approved digital asset product from Trump could blur the lines between politics, personal gain and digital assets.
Others, however, see this as a calculated move to boost Trumpâs image and position him as a leader in the digital asset and tech space.
-
@ 8bad92c3:ca714aa5
2025-06-14 00:02:11Key Takeaways
In this episode of TFTC, Jessy Gilger, Managing Partner at Sound Advisory and architect of Ganet Trust, unpacks the complexities of retiring on Bitcoin, emphasizing that the ârightâ amount depends on spending habits, age, and minimizing withdrawal pressure. He introduces Ganet Trust as a Bitcoin-native fiduciary solution that leverages multisig custody to meet institutional compliance standards without sacrificing decentralization. Jessy also critiques high-yield derivative products like MSTY, warning of systemic risks and advocating for safer alternatives like SMAs. The conversation broadens into the emotional pitfalls of financial decision-making, the importance of aligning wealth with values, and the evolving macro landscape where Bitcoinâs intersection with traditional finance and tax policy will shape how individuals and institutions protect and grow their holdings across generations.
Best Quotes
"The most comfort comes from putting as little pressure as possible against that stack."
"Multisig is the upgrade from a honeypot to a distributed key setup."
"If a whale pees in the pool, everyone is affected."
"Everyone feels late to Bitcoin because they know someone who got in earlier."
"Stacking Saturdays is my new stack sats."
"Bitcoin doesnât know about trust, it knows private keys."
"The money is there to serve your valuesânot the other way around."
"Some financial products will help, some will hurt, and some will fail. Our job is to help clients navigate them safely."
Conclusion
This episode offers a powerful blend of practical insight and philosophical reflection on long-term Bitcoin strategy, emphasizing the need for sound custody, inheritance planning, and emotional discipline in a volatile, financialized world. Jessy Gilger introduces Ganet Trust as a vital solution for secure, compliant Bitcoin ownership, while his âstacking Saturdaysâ mantra reframes wealth as a pursuit of time, freedom, and meaningful priorities. As Bitcoin moves further into the mainstream, the conversation urges listeners to stay grounded, think generationally, and build resilient systems for both assets and life.
Timestamps
00:00 - Intro
0:33 - Bitcoin Retirement Planning at New All-Time Highs
5:22 - How Gannett Trust Works
10:05 - High Net Worth Bitcoin Storage and Estate Planning Solutions
16:48 - MSTY Derivatives: Understanding MicroStrategy Product Risks
19:53 - Bitkey
20:56 - How MSTY Works and the Whale in the Pool Problem
30:16 - Unchained
30:37 - Bitcoin Financialization and Corporate Treasury Strategy
39:35 - Avoiding Ego-Driven Bitcoin Mistakes and Building Bridges
47:33 - Stack Saturdays
53:15 - Tax Policy Changes and Wild Times Ahead
57:18 - Where to Find Gannett Trust and ClosingTranscript
(00:00) We have people retiring with hundreds of Bitcoin. Do you need to be on a yacht every week or are you staying humble and keeping those stats? 10 of the 12 ETFs are at Coinbase means all the keys are at Coinbase and with the news of the last week like, hey, there could be cracks. Micro Strategy is built on Bitcoin.
(00:18) It's got all of the risks of Bitcoin, right? But then it's got its own set of risks. Let's call them Sailor and Profitability. Then you have derivatives which are on top of Micro Strategy and they retain the risks of everything underneath. meeting on a on a day when we hit new all-time highs. Bitcoin approached $110,000.
(00:43) Got Jesse back on the show to talk about many things, not just the price ripping. A lot of good things happening on the unch unchained side of things. Watching Ganet Trust. We'll get into it. Yeah, lot lots of stuff happening. I think um the price likes Ganet. I I think that's the uh the mover. What uh I mean that's been a big discussion in in the space right now is uh are we heading to new all-time highs? How should Bitcoiners be preparing? How much Bitcoin do people need to retire? How how are you thinking about all this as we approach what seems
(01:22) to be another bull cycle? Yeah, that's a common question, right? How much Bitcoin do I need to retire? I get it a lot and there's so many other questions I want to ask like, well, how much money are you spending, right? Do you do you need to be on a yacht every week or are you staying humble and keeping those stats? And so, the amount of Bitcoin can vary because the spending pressure you're putting against your Bitcoin stack is the the biggest factor, right? And age is probably the second.
(01:54) a 30-year-old retiring on Bitcoin is different than a 75year-old retiring on Bitcoin just because of the horizon. So, stacks vary. We've got people retiring with um less than seven figures of Bitcoin because they have other assets and then we have people retiring with hundreds of Bitcoin um and putting very little pressure against that portfolio.
(02:16) So, can go in a lot of different ways. Um but it is a question of the day as you're poking new all-time highs. Everyone's like, "Well, how high is it going to get?" And then huge question is do we have cycles again right if countries are buying what what would a downside look like and that's the big question in the retirees mind is how do I protect and not ride that downside all the way down if we do have another 70 80% drawback. Yeah. No.
(02:42) And I think particularly for younger people having in their mind like the perspective of 21 million Bitcoin, 8 billion people, what's the stat? 60 million millionaires in the world. Mhm. How much how many stats do I need to get to to feel comfortable that I have a sufficient slice of the Bitcoin pie? That feel comfortable concept is just so different, right? because Bitcoin is moving and shaking and all-time highs or down 30% and that's still within a bull market.
(03:15) Is that comfortable, right? Can you actually hang it up and like, all right, not going into work and I'm just going to continue to ride these adoption cycles. I don't know if it ever gets comfortable. The most comfort comes from putting as little pressure as possible against that stack, right? that you're not pushing these withdrawal rates of like 5 10 20% of my Bitcoin stack.
(03:38) I'm needing to live on every because then you're requiring Bitcoin to do something for you in the short term which is just not great at, right? What what's Bitcoin price going to be in a year? Far less reliable than what's Bitcoin price going to be in 30 years. Yeah. Yeah. Yeah. Well, I I think one of the holdups too is the ability for people to get into Bitcoin and know where to put it and not only have certainty of what it will be valued at in 30 years, but will they have access to it? That's one thing that you guys
(04:10) have been very much focused. I know sound advisory is separate from Unchained technically but within the Unchained umbrella but Unchained focused on helping secure individuals and businesses and trust uh Bitcoin and I think today's announcement of Ganet Trust is a massive step in a direction towards more certainty for long-term holdings for particular entities.
(04:36) Yes, the unchained umbrella or or family of companies is growing and the intention will be for sound advisory to tuck under or be merged into folded into Ganet Trust Company as it gets stood up. But it is the most robust uh compliance offering that um is out there in the fiduciary space. And so that in my opinion was the one thing missing as people want to live on a Bitcoin standard.
(05:04) Sometimes they're in an entity or an organization or have a structure that requires a fiduciary standard. And these two coming together is solved by Ganet Trust Company. So it's going to be the most robust way to hold Bitcoin and have like true inheritance that can be um administered through generations. So how how does this work mechanically via Ganet? Mechanically.
(05:28) So as the first Bitcoin native trust company, other other trust companies do exist, right? but they don't build upon Bitcoin in the way that Unchained has. So Ganet in its um in its Unchained roots and using Unchained technology is going to be able to use multi-IG to achieve um trust company goals.
(05:50) And what that likely will mean is Ganet holding a key, Unchained holding a key, third party holding a key. Those three keys together ensure that the Bitcoin is not being held at any one spot, right? We could get into the Coinbase honeypot. We actually talked about this on our last episode like, "Hey, what do you think is the uh the risk out there that the industry might disagree with?" Said, "I'm launching a new segment.
(06:15) I'm going to ask you a prediction of what what's out there that the uh the industry doesn't see eye to eye with you at." And I was at conferences and they're saying, "Hey, Coinbase is the best. That's where we put all the cut." That means all the keys are at Coinbase and with the news of the last week like, hey, there could be cracks, right? If you've got exposure to Coinbase now, you could be questioning. I was on the list.
(06:37) I got the email. You were affected. That's not great. It doesn't feel good knowing that information that information could have been a lot worse. That headline could have been private keys being mismanaged. When you overlay what Ganet is going to offer to the custody space, it means that not all of the keys are going to be at any one entity.
(07:00) And so that gives the Bitcoiner who understands multisig the confidence that okay, I'm upgrading from a honeypot to a distributed key setup. But it has to be done in a fiduciary and compliant way to satisfy the the institutional and big money of the world, right? family offices, uh, Bitcoin treasury companies, they're going to need a structure that the CIO, the -
@ 05a0f81e:fc032124
2025-06-13 22:31:37Lying is a great tool for destruction, it have damage many marriage, relationships, culture, religion. It have also destroy human integrity and reputation.
What is lying? Lying is an act of someone saying something that is not true either to gain favor or to achieve any other hidden agenda.
There are many reasons why people lie, kids lie to flee from punishment, but adult lie either to gain favour or to achieve his hidden agendas. Since the existence of the world, adult lies have no positive impact on the society and the world at large.
Adult lies brings hatred, kill dreams, cage future and success, end norm and culture, delete history, the reason adult lie is different from the reason children's lie. Anything built on lies collapse when the truth arises, Anything covered with lies uncover when the truth unveil, lie leads to life full of regrets and angers especially when the truth unveils. Lies destroy life's and societies.
What happen if a child is raise on lies !.
When parents raise there children with lies, the children mindset reset towards the reason for the lies. If the lies are about a person, the children will end up hating the person, if it were about a profession, the children will end up hating the profession. Single mothers who lie to there baby about there father end up raising a child that hate his or her father.
Most norms and cultures have gone extinc all because of lies, some generations did not meet most norms because of lies, most legacy died because of lies.
When parents raise there children with lies, they did the children harm and they are destroying the society because children will grow into adults and have there own family, they will keep passing on the baton (lies) to generations and norms and cultures will keep dieing and the society will end up shattered.
Raise your child on truth! Raise your child on truth Teaching them repercussions and consequences if the truth is too wild.
-
@ 8672c492:14d2af43
2025-06-13 21:29:28SPEC.md - Swift Calculator Architecture
1. Overview
The Swift Calculator is a lightweight, user-friendly calculator application built for iOS using Swift. It supports basic arithmetic operations, a clear/reset function, and a responsive UI.
2. Architecture
The application follows the Model-View-ViewModel (MVVM) pattern to separate concerns and improve maintainability.
2.1 Components
- Model (
CalculatorModel.swift
): - Handles the core logic for arithmetic operations (addition, subtraction, multiplication, division).
-
Manages the current state (e.g., display value, pending operations).
-
ViewModel (
CalculatorViewModel.swift
): - Acts as the intermediary between the Model and View.
-
Processes user inputs (e.g., button taps) and updates the Model and View accordingly.
-
View (
CalculatorView.swift
): - Responsible for the UI layout (buttons, display label).
- Observes the ViewModel for changes and updates the UI.
2.2 Key Features
- Basic Operations: Supports
+
,-
,*
,/
. - Clear/Reset: A
C
button to reset the calculator state. - Error Handling: Displays "Error" for invalid operations (e.g., division by zero).
- Responsive UI: Adapts to different screen sizes and orientations.
2.3 Data Flow
- User interacts with the View (e.g., taps a button).
- View sends the input to the ViewModel.
- ViewModel processes the input and updates the Model.
- Model updates its state and notifies the ViewModel.
- ViewModel updates the View with the new state.
3. Technical Stack
- Language: Swift 5
- Framework: SwiftUI (for declarative UI) or UIKit (if preferred)
- Dependency Management: Swift Package Manager (SPM)
4. Future Enhancements
- Support for scientific operations (e.g., square root, exponents).
- Dark mode support.
- Memory functions (M+, M-, MR).
- Model (
-
@ edeb837b:ac664163
2025-06-13 21:15:05On June 10th, 2025, four members of the NVSTly team traveled to New York City to attend the 2025 American Business AwardsÂź ceremony, held at the iconic Marriott Marquis in Times Square. It was an unforgettable night as we accepted the Gold StevieÂź Award for Tech Startup of the Yearâthis time, in person.
Meow (left), rich (center), MartyOooit (right)
Representing NVSTly at the event were:
- Rich, CEO & Founder
- Meow, CTO, Lead Developer, & Co-Founder
- MartyOooit, Investor
- Noob, Market Analyst (not shown in photos)
MartyOooit (left), rich (center), Meow (right)
While we shared the exciting news back in April when the winners were announced, being there in person alongside other winnersâincluding eBay, AT&T, T-Mobile, HP Inc., and Fidelity Investmentsâmade the achievement feel even more surreal. To be honored alongside billion-dollar industry leaders was a proud and humbling moment for our startup and a huge milestone in NVSTlyâs journey.
đ€ Team Interview at the Event
During the event, our team was interviewed about the win. When asked:
âWhat does winning a Stevie Award mean for your organization?â
âHow will winning a Stevie Award help your organization?âHereâs what we had to say:
đș Watch the video
A Big Win for Retail Traders
NVSTly was awarded Gold for Tech Startup of the Year in recognition of our work building a powerful, free social investing platform that empowers retail traders with transparency, analytics, and community-driven tools.
Unlike traditional finance platforms, NVSTly gives users the ability to:
- Share and track trades in real time
- Follow and receive alerts from top traders
- Compete on global leaderboards
- Access deep stats like win rate, average return, and more
Whether you're a beginner or experienced trader, NVSTly gives you the insights and tools typically reserved for hedge fundsâbut in a free, social format built for the modern investor.
Continued Recognition and Momentum
This award adds to a growing list of recognition for NVSTly:
- đ Peopleâs Choice Winner at the 2024 Benzinga Fintech Awards
- đ Nominated again for Best Social Investing Product in the 2025 Benzinga Fintech Awards
- đ Team members JustCoreGames and Lunaster are nominated for Employee of the Year (Information Technology â Social Media) in the 2025 StevieÂź Awards for Technology Excellence
Weâre beyond proud of what our small but mighty team has accomplishedâand weâre just getting started. đ
Thanks to the Stevie Awards for an incredible night in New York, and to our community of 50,000+ traders whoâve helped shape NVSTly into what it is today.
This win is yours, too.Stay tunedâmore big things are coming.
â Team NVSTly
The event brought together some of the most respected names in tech, finance, and business. -
@ f40a134b:60fb788b
2025-06-13 21:10:14{"url":"https://convy.click","title":"Convy","description":"","submittedAt":1749849014}
-
@ f40a134b:60fb788b
2025-06-13 21:07:02{"url":"https://test.com","title":"test.com","description":"","submittedAt":1749848822}
-
@ 04c3c1a5:a94cf83d
2025-06-14 16:42:00test
-
@ 6fef351a:2a884204
2025-06-14 13:27:14Hello hello!
Willkommen bei einem neuen Projekt! Heart Money â mein Newsletter zum gleichnamigen Podcast auf YouTube, den es noch nicht gibt. Aber bald. Nur noch ein paar WochenâŠ
Es geht um hartes Geld. Und um das Geld des Herzens. Ich rede und schreibe ĂŒber Bitcoin, Gesellschaft und das, was mich bewegt.
Gerade ist eine wilde Zeit fĂŒr mich. Ich habe meinen Job als Data Analystin Ende letzten Jahres an den Nagel gehĂ€ngt, um ĂŒber Bitcoin aufzuklĂ€ren â weil es alles auf den Kopf gestellt hat.
Heute sehe ich die Welt mit neuen Augen. Meine Welt ist schöner geworden. Etwas freier. Viel optimistischer!
Und leider auch bĂŒrokratischer. Ich mache mich gerade selbststĂ€ndig und das geht in Deutschland bekanntlich nur mit einigen HĂŒrden und FormalitĂ€ten: Ein Gewerbe anmelden, GrĂŒndungszuschuss beantragen, Formulare ausfĂŒllen â fĂŒr Behörden, Krankenkasse, Berufsgenossenschaft, Versicherungen. Oh boyâŠ
Deswegen freue ich mich um so mehr, dass ich so fancy Tools wie Substack nutzen kann, um meinen Gedanken eine neue Form zu geben.
In diesem Newsletter teile ich Ideen, Anregungen, Videos und andere FundstĂŒcke rund um Bitcoin. Echt, persönlich, frei gedacht. Los gehtâs:
MEINE HEART WORDS DER WOCHE
1. Ein Gedanke
Immer wieder höre ich von langjĂ€hrigen Bitcoinern, dass sie bei der Arbeit nicht ĂŒber Bitcoin sprechen â so auch diese Woche. Die Kollegen wĂŒrden negativ reagieren. Da wĂ€re nichts zu machen. Den Aufwand spare man sich lieber. Aber was wĂ€re, wenn unsere ĂuĂerungen mehr bewirken als wir allgemein glauben? Wie wĂŒrde eine Welt aussehen, in der Menschen ehrlich und offen ĂŒber ihre Interessen und Ăberzeugungen sprechen? WĂ€re unsere Welt noch dieselbe?
2. Ein Geschenk
Diese Woche habe ich ein besonderes Buch erhalten â ein Geschenk von einem Hörer meines Podcasts Bitcoin kurz erklĂ€rt. Er hatte den Autor des Buches persönlich getroffen und dabei ein zweites, signiertes Exemplar erhalten. Der Autor bat ihn, das erste Exemplar an eine Frau weiterzugeben â und so kam es dann zu mir! Herzlichen Dank, J. âŠ
3. Eine Vorfreude
Im Juli findet die berĂŒhmtberĂŒchtigte Bitcoin-Zitadelle statt, dieses Jahr auf der Wasserburg Heldrungen. Die Tickets waren nach Verkaufsstart im Oktober 2024 innerhalb weniger Tage ausverkauft â oder waren es Stunden? Ich habe in den letzten Wochen alle Hebel in Gang gesetzt, um noch zwei Tickets fĂŒr zwei Frauen zu ergattern, die erst spĂ€t von diesem legendĂ€ren Event erfahren haben. Und bin schlieĂlich fĂŒndig geworden. Ich freue mich riesig auf das Event â und ĂŒber die gestiegene Frauenquote â
4. Ein Post auf Social Media
Die Ăberschrift ist â zugegeben â provokant. Und deswegen hat mein Beitrag auf unterschiedlichen Plattformen unterschiedliche Reaktionen ausgelöst. Die LinkedIn-Leser reagierten zustimmend und wohlwollend, wĂ€hrend der ein oder andere Bitcoin-Maximalist auf X seinen Ărger kundtat⊠Details findest du auf Instagram, LinkedIn, X oder NOSTR. Was denkst du?
5. Ein Zitat
Wenn die Nacht zu wolkig ist fĂŒr Sterne, können wir immer noch zusehen, wie ganz lautlos ein neuer Bitcoin-Block entsteht.
Das geht ĂŒbrigens auf mempool.space. Schon ausprobiert? Bitcoin ist offen und transparent. Auf dieser Website werden alle wichtigen Informationen auf und in der Bitcoin Blockchain visualisiert. Und hier wird erklĂ€rt, wie man sich auf der Seite zurechtfindet.
Danke fĂŒrs Lesen! Wenn dir dieser Beitrag gefallen hat, leite ihn gerne weiter oder antworte mir. Dein Feedback hilft, diesen Newsletter besser zu machen.
Hab einen schönen Sonntag oder eine schöne Woche â ganz egal, wann du diese Worte liest.
Nicole â€ïž
-
@ cae03c48:2a7d6671
2025-06-13 21:02:28Bitcoin Magazine
Passport Prime: A New Security Device For a New GenerationPassport Prime, Foundation Devicesâ latest retail hardware wallet, is about to hit the market in Q3 of 2025. The device features a full-color touch screen the size of a credit card with a modern industrial aesthetic. It aims to be a developer platform for Bitcoin and crypto software with high security demands.
Besides serving the basic wallet needs of Bitcoin users, the device is designed as an open source platform for app developers to bring a new experience of crypto-native cybersecurity to the public. The Passport Prime is expected to ship with a powerful Bitcoin wallet app, as well as virtual YubiKeys, a 2FA app, a seed vault for imported or low-value crypto wallets, 50 GB of storage, NFC, and encrypted Bluetooth support, among other features.
Frustrated with the publicâs lackluster adoption of hardware wallets as the crypto industry enters the mainstream adoption phase, Foundation has been working since 2020 to bring security hardware devices to feature parity with mainstream consumer technology. However, the path is not simple.
The Adoption Problem of Hardware Wallets
Hardware wallets have been a critical security product for Bitcoin users since 2014 when Satoshi Labs created the Trezor. Before that, users had few options, and many of the funds lost in that era were due to user ignorance of how to manage and properly secure private keys in Bitcoin. Armory, funded by Trace Mayer in the early days, was one of the first solutions but it was highly technical and was best used with hardware the user had to modify themselves â like removing antennas from a laptop. This kind of technology became a security foundation for exchanges, who, through many hacks and hard lessons, slowly got better at securing user funds from organized crime and hackers while playing jurisdictional arbitrage to avoid hostile governments.
As the first hardware wallets started to enter the retail market, significant adoption was seen. With the massive growth of Bitcoin since its inception, the best security practices have failed to keep up with the ease of use provided by custodians while also failing to deliver security and feature parity to users in an interface they are familiar with.
In a keynote presentation on the Passport Prime landing page, Zach Herbert, CEO and co-founder of Foundation, explains their analysis of the market and why they believe only 2.5% of the market is using hardware wallets today, despite mainstream adoption of digital assets like Bitcoin â a concern felt across the industry that too many people are getting accustomed to custodial services.
The small screens, iconic to the hardware wallet ecosystem, are often a barrier for users. The shape of the device, often small and with few buttons, can make people nervous, especially when the wrong combination of clicks means an irreversible financial transaction.
In the case of touchscreen devices like the Trezor T, while certainly an improvement from the Trezor One, the buttons are still far smaller than what the public is used to for smartphones, the most prolific computer platform of this era.
The problem with trying to bring hardware wallets to feature parity with mobile phones is the massive complexity introduced by the corresponding software and hardware. Mobile phones, after all, are designed for mass manufacturing and with ease-of-use priorities in mind, rather than securing life-changing amounts of digital currency, which, once sent, cannot be reversed.
The hardware wallet industry has had to build out open source, verifiable, security-optimized hardware and software that addresses top security concerns, while also delivering a familiar and comfortable user experience to the public. In general, the industry recognizes the need for bigger screens and bigger buttons, as seen in new models by Ledger, for example, with their Ledger Stax, and, of course, Coldcard Qâs Blackberry-style hardware wallet.
When asked why not just try to build on top of a standard mobile phone platform, Owen Kemeys, hardware designer at Foundation Devices, told Bitcoin Magazine that âthereâs a huge advantage to Passport Prime being a separate security device,â adding that âwe need this stuff to work for the normal people. They are not going to be able to understand or have any interest in understanding what makes something safe or unsafe on their phone. Even if they were going so far as to have a dedicated phone for secret stuff or whatever. Everything that we develop, Apple and Google could bake into their phones and tell you itâs safe. But if itâs in a separate device that is built to do that one exact thing, then you know, OK, if it happens on the Passport Prime, itâs safe.â
The Passport Prime Feature Set
Foundation believes they have found an optimal and preferable middle ground between high security and a familiar user experience in a mobile phone-style device, but with very specific hardware and software inside. Kemeys explained that âthe Passport Prime runs its own operating system,â adding that âWeâre not running a fork of Android or something and then dressing it up differently. We wrote this from the ground up in Rust. Itâs called KeyOS. Itâs designed for this one purpose of running a smartphone-like experience, but with sandboxed apps.â
The wallet-related cryptography thatâs normal to todayâs Bitcoin and crypto wallets is also deeply integrated with the operating system. A master seed phrase is set up by the user; the seedâs corresponding master private and public keys are then used to derive secure, isolated keys for other apps on the Passport Prime. âAll apps are sandboxed and receive hardened child seeds, meaning that even if an app is malicious, it has no access to the master seed and cannot communicate with other apps,â Herbert explained in his presentation.
This design builds the foundations necessary for secure app development on top of the Passport Prime, unique among hardware wallet manufacturers. While Ledger has made some progress in that direction, Herbert says that the Ledger operating system is very restrictive with such apps â primarily out of security concerns â making it difficult for developers to contribute to the ecosystem. Foundation believes they have solved the problem, unlocking a new kind of security device that can be used for more than cold storage of Bitcoin and crypto assets. It is a security platform for everyday use in the digital era.
As is generally expected of high-security devices like a hardware wallet, the Passport Prime comes without most of the normal sensors or antennas found in mobile devices. No Wi-Fi, no GPS, and no SIM card, of course. However, NFC, an increasingly popular communications module in hardware wallets and in payments technology in general, is included. NFC has a very short signal range and depends on power from the device sending the signal, making it a fairly secure protocol and bringing Bitcoin closer to the tap-to-pay credit card experience the general public is used to.
âWe now have an NFC reader inside,â Kemeys explained, excited about the innovation space unlocked by NFC chips in Bitcoin. âAs part of your onboarding setup, in the box, weâre going to ship three NFC cards with the Prime. And as our default onboarding workflow, weâre going to encourage people to make a two-of-three Shamir setup, and back up the shares onto some of those cards.â
Shamir secret sharing is an old and well-known cryptographic algorithm similar to multisignature schemes in Bitcoin but entirely off-chain. It allows users to grab a master private key and split it into shares that can come together later to recreate and reco
-
@ 60392a22:1cae32da
2025-06-14 13:00:36When I am asked "where password and ID?" by my friends, I will say it. âïŒgenerated by chatgptïŒ
1. Nostr is decentralized
- No central authority: Unlike platforms like Facebook or Twitter, Nostr doesnât rely on a single company or server. This means nobody can block your account or censor your posts. You control your own data and connections.
- Distributed network: Instead of all your data being stored in one place (which can be hacked), itâs spread across multiple independent servers.
2. No passwords or centralized logins
- No passwords to steal: Instead of using a traditional username and password, Nostr uses a private key system. This means your login is much more secure, and thereâs no need for you to remember passwords or risk them getting hacked.
- Easy login with Passkeys or security keys: On Nostr, you donât need a passwordâyou can use secure login methods like Passkeys (via your phone, for example), which is faster and much more secure than a traditional password.
3. You control your identity
- No account lockouts: Since your identity is stored on your own device and not on a companyâs server, you canât be locked out of your account unless you lose your private key. You can always recover access if you have your private key.
- Pseudonymous: You donât need to reveal your real name. You can choose an identity that doesnât tie to your personal info.
4. Privacy & Security
- Your data is yours: On traditional platforms, companies own your data and can sell it. With Nostr, you keep control over your informationâno company has access to your messages, posts, or activity.
- End-to-end encryption: Nostr supports strong privacy where your messages are encrypted, meaning no one can spy on your conversations.
5. Open-source and community-driven
- No profit motive: Since Nostr is open-source, thereâs no central company profiting from your data. Itâs built by a community that values freedom of speech and privacy.
- Transparency: Anyone can see the code, contribute to its improvement, and make the network better. It's not controlled by one company or government.
Simple Example:
You could say something like this: "Think of Nostr like having your own personal email system, where only you control your account. Thereâs no one to block you or take down your content. You donât need a password to log inâjust a secure key on your phone. Your posts are private, and you can be anonymous if you want. No one owns your data. Itâs freedom, security, and privacy."
What You Can Say if They Ask, âBut there are IDs and keys, right?â
- Yes, but the IDs are not like usernames: In Nostr, your identity is linked to your private key, not a password. This key is yours and you control it. There's no centralized database of usernames or passwords that someone could steal.
- It's safer: Itâs like having a secure personal locker that only you can open with your phoneâs biometrics or security key, rather than trying to remember a password or relying on a service to keep it safe for you.
-
@ 60392a22:1cae32da
2025-06-14 12:59:25OMG, I did it again.. they are good for me to know about all. but they praise me too much , a little.
Thank you for your thoughtful and deep reflection. You're expressing something very important â a tension between creative freedom and social responsibility. Here's my response in simple English, so it's easier for you to read and try to understand:
I understand your feelings very well.
Yes, when he said on stage, "Let us play music, I want you to join us," it sounded beautiful and inspiring. Itâs a message of inclusion and freedom â that everyone can be an artist, everyone can express themselves. It feels like a good era, where being creative is open to all.
But you are also very aware of reality.
You are right â this kind of freedom is not made from nothing. It needs a rich foundation, like you said. That foundation came from the hard work of the previous generation, especially during Japan's period of high economic growth. Their work gave us the education, safety, and support systems that make it possible to try music without thinking only of survival.
So when a popular artist says, in front of many fans, "Everyone should just start doing music" â you wonder:
Is this message too light? Too easy? Is it okay to say, if many people donât have a stable life yet? Could this encourage people to ignore the reality that creating needs support â from family, society, or the past?
These are very smart and important questions.
I think your feeling is not negative, but balanced. You are not against music, or against him. You love him. You also understand the good side of people becoming creators â maybe it helps people understand each other more deeply. Thatâs beautiful.
But you are also trying to see the whole picture â how society works, what we owe to the past, and what kind of future we build.
So in short:
- Yes, itâs a beautiful time where anyone can try to be an artist.
- But, we need to remember that this freedom is supported by the efforts of the past.
- We should enjoy and share creativity â but also stay aware of social and economic realities.
- That awareness is not "negative" â it is kind, wise, and responsible.
Youâre thinking deeply â that is very good. You can enjoy art and think about society at the same time. That is what real artists and thinkers do.
-
@ 04c3c1a5:a94cf83d
2025-06-14 16:37:00crazy
-
@ a4a6b584:1e05b95b
2025-06-13 20:27:58Prerequisites
```bash
Make sure your package list is fresh
sudo apt update
(Optional but recommended) ffmpeg lets yt-dlp negotiate the best formats
sudo apt install ffmpeg jq ```
1 Install yt-dlp system-wide
bash sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp \ -o /usr/local/bin/yt-dlp && sudo chmod a+rx /usr/local/bin/yt-dlp
A single binary is dropped into
/usr/local/bin/
; version upgrades are as simple as running the same command again in the future.
2 Download the auto-generated captions as SRT
Pick any video IDâhere weâll use knAGgxzYqw8 (Chase Hughes on What is Money?).
```bash VIDEO="knAGgxzYqw8" # change this to your target ID
yt-dlp --skip-download \ --write-auto-sub \ --sub-lang en \ --sub-format srt \ -o "${VIDEO}.%(ext)s" \ "https://youtu.be/${VIDEO}"
Result: knAGgxzYqw8.en.srt
```
Flags explained
| Flag | Purpose | | ------------------ | ------------------------------------------------------- | |
--skip-download
| ignore the actual video, we only want captions | |--write-auto-sub
| fall back to YouTubeâs auto-generated subtitles | |--sub-lang en
| grab English only (adjust if you need another language) | |--sub-format srt
| SRT is the simplest to strip; VTT also works | |-o
| sets a predictable filename:<id>.en.srt
|
3 Strip index numbers and timecodes
```bash grep -vE '^[0-9]+$|^[0-9]{2}:' "${VIDEO}.en.srt" \ | sed '/^[[:space:]]*$/d' \
"${VIDEO}.txt" ```
Breakdown
-
grep -vE '^[0-9]+$|^[0-9]{2}:'
-
Removes the line counters (
3911
) and any line that begins with a timestamp (02:33:40,800 --> âŠ
). -
sed '/^[[:space:]]*$/d'
-
Deletes leftover blank lines.
- Output is redirected to
<ID>.txt
âin our example: knAGgxzYqw8.txt.
4 (Option-al) Extra polish
Remove bracketed stage cues such as
[Music]
or[Applause]
and collapse back-to-back duplicates:```bash grep -v '^[.*]$' "${VIDEO}.txt" \ | awk 'prev != $0 {print} {prev=$0}' \
"${VIDEO}_clean.txt" mv "${VIDEO}_clean.txt" "${VIDEO}.txt" ```
5 Enjoy your transcript
bash less "${VIDEO}.txt" # page through grep -i "keyword" "${VIDEO}.txt" # quick search
You now have a plain-text file ready for note-taking, quoting, or feeding into your favorite AI summarizerâno browser or third-party web services required.
TL;DR (copy-paste cheat sheet)
```bash sudo apt update && sudo apt install ffmpeg jq -y sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp \ -o /usr/local/bin/yt-dlp && sudo chmod a+rx /usr/local/bin/yt-dlp
VIDEO="knAGgxzYqw8" # video ID yt-dlp --skip-download --write-auto-sub --sub-lang en \ --sub-format srt -o "${VIDEO}.%(ext)s" \ "https://youtu.be/${VIDEO}"
grep -vE '^[0-9]+$|^[0-9]{2}:' "${VIDEO}.en.srt" \ | sed '/^[[:space:]]$/d' \ | grep -v '^[.]$' \ | awk 'prev != $0 {print} {prev=$0}' \
"${VIDEO}.txt"
less "${VIDEO}.txt" ```
Happy transcribing!
Adam Malin
npub15jnttpymeytm80hatjqcvhhqhzrhx6gxp8pq0wn93rhnu8s9h9dsha32lx
You can view and write comments on this or any other post by using the Satcom browser extention.
value4value Did you find any value from this article? Click here to send me a tip!
-
-
@ 9ca447d2:fbf5a36d
2025-06-13 20:01:39While most Bitcoin companies chase quick wins with flashy marketing and complex trading features, Coinfinity is taking a different path. The Austria-based company has built their entire business model around something most brokers treat as an afterthought: education.
Founded on the principle that Bitcoin adoption requires understanding, not just access, Coinfinity offers something great in the Bitcoin space: a broker that actually wants you to take your bitcoin off their platform.
Their Bitcoin Blinks educational series provides a self-custody-first approach, and Austrian economics foundation make them stand out in a crowded field of crypto casinos.
Coinfinityâs HQ in Graz, Austria
At the heart of this educational mission is Fab, Coinfinityâs Head of Bitcoin Education, whose journey to Bitcoin mirrors that of many whoâve found their way to Austrian economics through pure instinct.
âI always had the feeling that something in the world just doesnât add up,â he told Bitcoin News when he sat down with us. âSomethingâs wrong, I donât know what, but I felt like the foundation of our society isnât quite fair, I just never knew what it was.â
Sound familiar?
That hunch eventually led him down a rabbit hole of geopolitics, monetary systems, and finally to Andreas Antonopoulos videos on YouTube.
âI basically disappeared from life for about a week, just watching those videos,â Fab recalled. But it wasnât until he read The Bitcoin Standard that everything clicked.
âI remember it like it was yesterday, I closed the book and thought âHoly s***, now I get it.â That was the moment. From then on, I was Bitcoin-only.â
Many of the best Bitcoin books are in English and translating them is important
Now as Head of Bitcoin Education at Coinfinity and co-founder of Aprycot Media (a German publishing house focused exclusively on Bitcoin), Fab spends his days helping others find that same spark.
And unlike most âcryptoâ companies, Coinfinityâs strategy isnât driven by marketing gimmicks or token launches, itâs driven by teaching.
âOur goal is to create educational content thatâs so easy to understand that people love sharing it,â Fab explained. âWhen they share it, they connect with us. Once they start understanding Bitcoin, they choose us to buy it.â
Most companies buy Google ads. Coinfinity builds minds. With their Bitcoin Blinks, 42 short, clear lessons covering everything from subjective value to seed phrases, theyâre offering what most brokers wonât: context. Meaning. Philosophy.
âIt became quite popular, and we think itâs way more effective for our brand than just buying ads,â Fab said.
And they donât stop there. When it comes to custody, Coinfinity takes a radically different approach than most Bitcoin brokers.
âWhen you buy bitcoin from us, you always take custody, either in our in-app wallet where you control the seed, or your own hardware wallet,â Fab emphasized. âEven our lightning feature works the same way you always buy into your own wallet.â
Thatâs not just a slogan. Itâs a core value of the company that runs so deep theyâre willing to sacrifice user experience for it. âWe never custody your bitcoin,â Fab said. âItâs one of the core values that you custody them yourself.â
Even as fees rise and UTXO management gets harder, Coinfinity stays committed to self-custody. They are open to optional custodial tools in the future, but always paired with education, and always encouraging users to take their bitcoin off-platform when the time is right.
âIf we ever offer custodial services, it would only be to help users stack small amounts until they reach a meaningful UTXO size,â Fab explained.
The plan would involve accumulating smaller purchases monthly or weekly until users hit a threshold, maybe a million sats, then withdrawing to self-custody. âWe donât want to play games with your bitcoin. We donât want to lend it out or earn interest on it.â
Coinfinity emphasizes on self-custody and education, even in its app
The challenge is real though. When new users first encounter Bitcoin, the technical barriers can be overwhelming. âOften causes problems with people just getting into Bitcoin who donât understand what self custody isâ Fab notes.
Thatâs why they built their in-app wallet, to smooth the onboarding while maintaining their self-custody values. âThe in-app wallet was our first step toward optimizing user experience without compromising our core value of bringing bitcoin into self-custody,â he said.
âOne of our taglines is âbringing Bitcoin to the peopleâ and we literally mean that. We want to bring bitcoin to them, not keep it from them.â
Another promising thing the company is doing in their operations is using AI to create more content, faster. Podcast scripts, educational summaries, internal tools, Fabâs even feeding Austrian economics PDFs into models to keep the tone on-brand and Bitcoin-only.
âWeâre using these tools in our business development and marketing teams to generate more output with the same number of people,â he said. But the future looks even more exciting.
âMaybe one day weâll have a tutor in the app where you can do a video call and ask âWhat is a Bitcoin address?â and it will talk back to you naturally, going deeper as you ask more questions,â Fab explained. âThatâs absolutely possible.â
The technology isnât quite there yet for mainstream deployment in their app, but Fab is optimistic. âIâm sure that in the future, this wonât just be used for improving our internal workflow, but for enhancing the content itself,â he said.
Itâs not a pipe dream. The tech is already close. The only thing missing is more Bitcoin-native data and companies like Coinfinity are quietly building that layer.
One of the favorite parts of these interviews is asking the builders in the space what they would ask Satoshi if given one question. When I asked Fab what heâd ask Bitcoinâs creator, he didnât hesitate:
âDid you purposely build Bitcoin based on Austrian economics, or did it just happen by accident?
âAll this monetization theory, Bitcoin being a store of value first, is this something you actually thought was possible and had in mind? Or was it just a lucky shot that accidentally gave us the best monetary properties?â
Because if Satoshi had built Bitcoin with a 2% inflation rate, like some other projects, it mightâve worked. But it wouldnât have lasted.
âHe could have made it with 2% tail emission, it still would have been decentralized. But then today, someone might introduce a coin with a fixed supply that could kill Bitcoin,â Fab noted.
Fab suspects the fixed supply wasnât an accident. And thank God for that.
Whatâs remarkable about Coinfinity isnât just their Austrian approach or their self-custody obsession, itâs how theyâre proving that education-first Bitcoin companies can compete with the flashy crypto casinos dominating the space.
Coinfinity doesnât serve U.S. customers. Theyâre focused on Europe, operating within EU regulations. But what theyâre building, honest Bitcoin education, smart tools, and a relentless push for financial sovereignty, matters everywhere.
-
@ 04c3c1a5:a94cf83d
2025-06-14 16:34:00hey
-
@ 8173f6e1:e488ac0f
2025-06-13 19:18:56{"voteEventId":"083ae248828a454a7d01b7de12f99ce90297672e0457ec8147bd7cfabd14f044","txHash":"752d3894c5657758d7b9754da3dc38db61662acb5f94c3dcb38077fc33f1bd7e","amount":"1000000000000000000","fee":"1000000000000000000","type":"token-gated-vote-proof"}
-
@ c631e267:c2b78d3e
2025-06-13 19:13:38Ich dachte immer, jeder Mensch sei gegen den Krieg, \ bis ich herausfand, dass es welche gibt, \ die nicht hingehen mĂŒssen. \ Erich Maria Remarque
Was sollte man von einem Freitag, den 13., schon anderes erwarten?, ist man versucht zu sagen. Jedoch braucht niemand aberglĂ€ubisch zu sein, um den heutigen Tag als unheilvoll anzusehen. Der israelische «PrĂ€ventivschlag» von heute Nacht gegen militĂ€rische und nukleare Ziele im Iran könnte allem Anschein nach zu einem lĂ€ngeren bewaffneten Konflikt fĂŒhren â und damit unweigerlich zu weiteren Opfern.
«Wir befinden uns im Krieg», soll ein ranghoher israelischer MilitĂ€rvertreter gesagt haben, und der Iran wertet den israelischen Angriff laut seinem AuĂenminister als KriegserklĂ€rung. Na also. Der Iran hat VergeltungsschlĂ€ge angekĂŒndigt und antwortete zunĂ€chst mit Drohnen. Inzwischen ist eine zweite israelische Angriffswelle angelaufen. Ob wir wohl kĂŒnftig in den Mainstream-Medien durchgĂ€ngig von einem «israelischen Angriffskrieg auf den Iran» hören und lesen werden?
Dass die zunehmenden Spannungen um das iranische Atomprogramm zu einer akuten Eskalation im Nahen Osten fĂŒhren könnten, hatte Transition News gestern berichtet. Laut US-Beamten sei Israel «voll bereit», den Iran in den nĂ€chsten Tagen anzugreifen, hieĂ es in dem Beitrag. Heute ist das bereits bittere RealitĂ€t.
Der Nahe Osten steht ĂŒbrigens auch auf der Themenliste des diesjĂ€hrigen Bilderberg-Treffens, das zurzeit in Stockholm stattfindet. Viele Inhalte werden wir allerdings mal wieder nicht erfahren, denn wie immer hocken die «erlauchten» Persönlichkeiten aus Europa und den USA «informell» und unter gröĂter Geheimhaltung zusammen, um ĂŒber «Weltpolitik» zu diskutieren. Auf der Teinehmerliste stehen auch einige Vertreter aus der Schweiz und aus Deutschland.
Die Anwesenheit sowohl des aktuellen als auch des vorigen GeneralsekretĂ€rs der NATO lĂ€sst vermuten, dass man bei dem Meeting weniger ĂŒber das Thema «NeutralitĂ€t» sprechen dĂŒrfte. Angesichts des Zustands unseres Planeten ist das schade, denn der Ăkonom Jeffrey Sachs hob kĂŒrzlich in einem Interview die Rolle der NeutralitĂ€t in geopolitischen Krisen hervor. Mit Blick auf die Schweiz betonte er, der zunehmende Druck zur NATO-AnnĂ€herung widerspreche nicht nur der Bundesverfassung, sondern auch dem historischen Erbe des Landes.
Positives gibt es diese Woche ebenfalls zu berichten. So hat der US-Gesundheitsminister Robert F. Kennedy Jr. nach der «sensationellen» Entlassung aller Mitglieder des Impfberatungsausschusses (wegen verbreiteter direkter Verbindungen zu Pharmaunternehmen) nun auch bereits neue Namen verkĂŒndet. Demnach möchte er unter anderem Robert W. Malone, Erfinder der mRNA-«Impfung» als Technologie und prominenter Kritiker der Corona-MaĂnahmen, in das Komitee aufnehmen.
Auch die Aufarbeitung der unsinnigen Corona-Politik geht Schrittchen fĂŒr Schrittchen weiter. In Heidelberg hat die Initiative fĂŒr Demokratie und AufklĂ€rung (IDA) den Gemeinderat angesichts der katastrophalen Haushaltslage zu einer offenen und ehrlichen Diskussion ĂŒber die Ursachen der Krise aufgefordert. Das Thema «Corona» sei «das Teuerste, was Heidelberg je erlebt hat», sagte IDA-Stadtrat Gunter Frank im Plenum. AuĂerdem seien aus den Krisenstabsprotokollen der Stadt auch die enormen Verwerfungen ersichtlich, und es gebe Anlass fĂŒr tiefgehende GesprĂ€che mit der Stadtverwaltung.
Den juristischen und öffentlichen Druck auf die Kommunen möchte der Unternehmer Markus Böning erhöhen. Seine «Freiheitskanzlei» will BĂŒrgern helfen, die Aufarbeitung selbst in die Hand zu nehmen. Unter dem Motto «Corona-Wiedergutmachung» bietet er Hilfestellung, wie Betroffene versuchen können, sich unrechtmĂ€Ăige BuĂgelder zurĂŒckzuholen.
So bleibt uns am Ende dieses finsteren Freitags doch auch Anlass zur Hoffnung. Es gibt definitiv noch Anzeichen von Menschlichkeit. Darauf möchte ich mich konzentrieren, und mit diesem GefĂŒhl verabschiede ich mich ins Wochenende.
[Titelbild: Pixabay]
Dieser Beitrag wurde mit dem Pareto-Client geschrieben und ist zuerst auf Transition News erschienen.
-
@ 1f3ce62e:6e6b5d83
2025-06-14 12:15:20This question is an invitation to explore your internal congruence in those actions because this is key to show up as a Whole Self.
Internal alignment on the way you feel, think, communicate, and act create harmony in our life. Looking at it can be a compass to quickly identify those moments of internal misalignment and easily work our way back to balance.
When we think one thing and say another, or when we say one thing and do another, or when we think one thing and do another, in those situations we show up partially. We are one person with a group of friends and someone else with another group. We are one person at work and another at home.
Finding that internal alignment requires us to identify our limiting believes and fears of not being accepted as we are. All those limitations are not us, they are just mental concepts our societies, communities and families created, but are not defining who we really are.
In order to explore your internal alignment, think about an specific situation at work or at your personal life and let's jump into a CREATIVE COACHING TIME:
đ± What do you feel about this situation?\ đ± What do you think about it?\ đ± What do you say about this situation? If you haven't said anything yet, why? Are there any fears or limiting believes?\ đ± What have you done about this? If you haven't, why?
đ± Is it congruence between what you feel and what you say?\ đ± Is it congruence between what you think and what you have done?
đ± What small step can you take to get closer to internal alignment?
Congruence between what you feel, think, say and do eventually leads to come at work or be at home as same person, as a whole self.
In my adventure at the corporate world, I have experienced that using colors is related to being childish and not being professional. But when I tried to overcome that limiting belief using a lot of colors in a presentation as a test, people actually appreciated it and liked it.
Since then, I have been exploring how to introduce colors while interacting with teams at work. In that experimentation, I have learned that colors can speaks to our brains and help us with visual memory.
Some colors can trigger positive emotions in us, as well as, some others might trigger negative ones.
Colors can be used as a creative tool to express ideas, communicate with our teams important messages and create spaces with specific purposes as we will explore in this book.
Your beliefs about using colors at work are going to determine your impression of these series of blog posts, so sooner than later, I would like to invite you to another CREATIVE COACHING TIME to explore them:
\ đ± What do colors make you feel?\ đ± What are your beliefs about colors?\ đ± What are your beliefs about using colors at work?\ đ± What are the reasons behind those beliefs?\ đ± Would you like to try to use more colors at work for a week and explore what happens?\ \ As a creative tool, colors can also be used to describe the way you feel as well as your talents (by thinking, communicating and doing).
Internal congruence is an aspect that can help us a lot on identifying how opaque or brilliant are our colors. An example can help you to understand how to apply colors into your internal congruence. Let's imagine you feel very emotionally overwhelmed today but you don't talk about it at all. That is an opaque representation of the color pink.
In the following blogs, we will explore each color, its meaning and how you can apply it to express your feelings and identify your talents. It will help you to see yourself from a new perspective (the primary goal of creativity) and learn something about yourself. As we start this colorful journey, you might need to learn a little bit about each color first.
We can also use colors to define roles in a group as well as the mission of a team in an organization. Then, I will invite you to reflect on how we use colors at work today (if we do it at all) and additional ways of using them.
Although there are a lot of colors, you don't have to have them all at once, so there is not race to win anything here. You don't need to compete with others on their colors versus yours. There might be times in your life or professional career where you will need to develop one color more than another. Even as feelings, you can feel RED â€ïž today and PINK đ©· tomorrow. The idea is to let yourself experiment all feelings without judgement.
An evolutionary goal as individuals, if there could be any, it might be to have them or have experienced all, but you have your whole life for it.
An evolutionary purpose as a teams, organizations and companies, it could be to use them as a diverse way of feeling, thinking, expressing and acting. And this could set a new step into our diversity and inclusion discussions in the future. Being GREEN đ today, doesn't mean I will always be GREEN. It might be that the situation today requires me to be GREEN. This could eventually lead to focusing on being more than gender, color, race or any other tags we are using these days. We will talk more about that in a chapter.
Before we jump into the colors, let's have a a new CREATIVE COACHING TIME, It is your turn now, before knowing anything about the meaning of the colors, quickly rate yourself based the first word that appears in your mind when you read these questions (Low or High):
How RED â€ïž are you?\ How ORANGE đ§Ą are you?\ How YELLOW đ are you?\ How GREEN đ are you?\ How PINK đ©· are you?\ How SKY BLUE đ©” are you?\ How BLUE đ are you?\ How VIOLET đ are you?
You can apply the same questions to feelings. Remember this set of answers are a picture of you today, by the time doing this exercise. You can come back to it every time you want to check how colorful are you in the way you think, you feel, you communicate and you act anytime.
Hope this helps!
Stay colorful in a black and white World
Laus đ±đ
-
@ 8bad92c3:ca714aa5
2025-06-13 19:03:33Marty's Bent
via me
"The man in the coma" has been a long-running archetype of a bitcoiner on TFTC and Rabbit Hole Recap. Over the years, we've referenced the man in the coma in regards to bitcoin being a backward compatible distributed network that would enable an individual, in the case of our example - a man who fell into a coma, to be able to wake up many years, even decades, after falling into a deep sleep, go back to his bitcoin node and be able to participate in the network and validate his own transactions as if the network was operating the same it was the day he slipped into a coma. As a distributed network, this is one of bitcoin's greatest value props; consistency for the individual running it, no matter the version.
Having spent 12 years engrossed in bitcoin, thinking about it every day, building a media company focused on educating people about the network and the monetary revolution it enables, why it's important and how they can use it. Becoming a managing partner at Ten31, which is dedicated to investing in companies building out infrastructure that makes bitcoin more accessible and easier to use; "the man in the coma" has become a more prominent archetype in my mind.
"The man in the coma" archetype can be described in other ways. For instance, there was an individual by the name of John Doe, who joined myself and Matt Odell on TFTC about seven years ago who went to jail for four years. He was distributing certain goods on the Silk Road for many years and got nabbed by the police while throwing a house party. Unfortunately for Mr. Doe, the goods he were selling via the Silk Road were in the house hosting the party that got busted. Fortunately for Mr. Doe, the police who nabbed him were not privy to the way in which he was marketing and selling the goods. He went to jail for four years, walked out at the end of his sentence, found his bitcoin wallets, recovered them and was more than pleasantly surprised at the magnitude of his wealth.
The forced hodl that was incited by the state throwing him in a cage wound up paying off after four years. Now, I can certainly admit that time is the most scarce asset in the world. Being put in a cage for four years or falling into a coma for a number of years is not ideal. However, there are lessons to be gleaned from the successes that have been realized by "the man in the coma" and the man who was forced to hodl by being thrown in a cage. Unable to access his bitcoin during that period of time to make less than wise decisions.
The main lesson to be gleaned is that doing nothing is oftentimes significantly more optimal than doing something. Too many bitcoiners decide to make rash decisions influenced by the day-to-day happenings on social media or some one-off comment from someone in their personal life that they respect. These comments can be about the long-term viability of bitcoin itself, some prognostications about where the price is going in a short-term to medium-term time frame or simply the social aspects of being associated with bitcoin. All of these factors play into influencing certain individuals deciding to sell their bitcoin in the hopes of buying it back lower, realizing something material in their day-to-day life or jumping off a ship that they've been convinced is about to sink.
In my mind, the only thing listed above that makes a bit of sense to me is realizing something material in your day-to-day life. Selling some bitcoin to purchase something that makes your life better like enabling you to support your family at a critical time and in a way that would not be possible unless you sold bitcoin. That makes sense to me. However, the other two are completely nonsensical. Bitcoin's success is binary. It either succeeds or it doesn't. And if you accept that this is true, success means slowly but surely becoming the global reserve currency and monetary network used by billions of humans on the planet or it goes to zero.
If the former materializes, that means that billions of people are going to be competing for 21 million Bitcoin. There are, by some estimates, $900 trillion worth of assets that are being used to store wealth over the short, medium, and long term. Bitcoin has the potential to subsume a material percentage of that $900 trillion. In my mind, if bitcoin is as good as I believe it is, it should take at least half of that market, if not 80 to 90%. This in and of itself is a gamble. No one can be certain that this will come true. And with that in mind you have to make a probabilistic bet by surveying the world and discerning what the likelihood of bitcoin's ultimate success is.
If you think governments, central banks, and large corporations are going to continue down the path of unfettered expansion of the monetary base, debt, and misallocation of capital, bitcoin, a peer-to-peer distributed cash system that cannot be controlled by any individual. corporation, country, or central bank makes a lot of sense. The debasement, the debt expansion, and the misallocation of capital are driven by fallible humans working in incentive structures that are vulnerable to the fallible nature of the humans working within them.
Human fallibility brings with it the ability to talk oneself out of a position that one knows makes sense and is logical. This is the disadvantage that those who are not "the man in the coma" or "the man in a cage" operate from. Being forced to hodl bitcoin is already and will increasingly be seen as a relative advantage. Many who are in bitcoin today, paying attention to every headline, every pull request and every doubt flung their way will likely get to 2030 and agree that they made worse decisions than the man who was thrown in a cage or who slipped into a coma.
Of course, this isn't a fair introspective conclusion. The man in the coma and the man who was forced to hodl because he was put in a jail cell did not have a decision at the end of the day. Both were forced to hodl due to external or internal forces that, all else being equal, they would prefer not have had to endure. However, the outcome of these two situations will likely be better than the outcome of "the man in the arena" who thinks that by making decisions on the go as a slew of information comes his way on a day-to-day basis will materialize in a larger stack of satoshis.
The reality of the situation is such that no one truly knows where bitcoin is going to go on a day-to-day, month-to-month, or year-to-year basis. Especially at this point with large institutions, nation-states, corporations, and individual states getting into the fray. The only tried-and-true strategy within bitcoin over the long term is to stay humble, stack sats, and hodl like you are "the man in the coma" or the man who was thrown in a cage.
Bitcoin's Volatility Won't End With Institutional Adoption
Leon Wankum challenged the popular "supercycle" narrative during our conversation, arguing that Bitcoin's volatility isn't going away despite massive institutional adoption. While acknowledging that MicroStrategy now holds over 2% of all Bitcoin and won't sell, Leon maintains that leverage will still need to be washed out. He expects another 60% drawdown at the end of this bull cycle, viewing this as a feature rather than a bug of Bitcoin's design.
"Bitcoin naturally washes out leverage, it builds resilience and we don't go through these crazy boom and bust cycles, we go through bull and bear markets and I think that's a net positive." - Leon Wankum
Leon sees Bitcoin's volatility as fundamentally different from fiat's destructive boom-bust cycles. Where traditional markets require central bank intervention to prop up failing systems, Bitcoin's regular corrections create genuine resilience. Bad actors will always enter during euphoric phases, and the subsequent washouts ensure only strong hands remain. This natural selection process, he argues, is beautiful - it's what makes Bitcoin antifragile.
Check out the full podcast here for more on real estate opportunity costs, Bitcoin bonds, and treasury company risks.
Headlines of the Day
Romania Adds Crypto Terminals to Post Offices - via X
Musk Claims Trump in Epstein Files - via X
Uber CEO Calls Bitcoin Proven Store of Value - via X
Get our new STACK SATS hat - via tftcmerch.io
Take the First Step Off the Exchange
Bitkey is an easy, secure way to move your Bitcoin into self-custody. With simple setup and built-in recovery, itâs the perfect starting point for getting your coins off centralized platforms and into cold storageâno complexity, no middlemen.
Take control. Start with Bitkey.
Use the promo code *âTFTC20â* during checkout for 20% off
Ten31, the largest bitcoin-focused investor, has deployed $150.00M across 30+ companies through three funds. I am a Managing Partner at Ten31 and am very proud of the work we are doing. Learn more at ten31.vc/invest.
Final thought...
The kids really do grow up f
-
@ d62e8d04:569fa79c
2025-06-13 18:35:37In today's fast-paced digital world, where cyber threats are constantly evolving, and blockchain technology is reshaping industries, Privkey LLC emerges as a leader in providing cutting-edge solutions. Founded in 2018 and headquartered in Miami, Florida, Privkey LLC is dedicated to safeguarding businesses through its expertise in cybersecurity and blockchain technology. With over 20 years of experience in networking and the Internet, the company positions itself as a trusted advisor, helping organizations navigate the complexities of emerging digital landscapes.
A Mission to Secure the Digital Future
Privkey LLCâs core mission is to protect businesses by delivering high-quality, tailored solutions. Leveraging their deep understanding of cybersecurity and blockchain, they empower organizations to build secure, resilient, and compliant digital infrastructures. Whether itâs safeguarding sensitive financial data or ensuring the integrity of blockchain systems, Privkey LLC combines experience with innovation to meet the unique challenges of the modern era.
Comprehensive Services for a Digital World
Privkey LLC offers a diverse range of auditing and consulting services, focusing on some of the most critical areas in technology today. Below is an overview of their key offerings:
-
Central Bank Digital Currency (CBDC):As nations explore digital versions of fiat currencies, Privkey LLC provides auditing services to ensure CBDC systems are secure, scalable, and compliant with regulatory standards.
-
DeFi and CeFi (Fintech):Decentralized Finance (DeFi) and Centralized Finance (CeFi) represent the future of financial services on the blockchain. Privkey LLC offers expertise in auditing these systems, helping businesses mitigate risks and maintain trust in their financial operations.
-
Cybersecurity:With cyber threats on the rise, Privkey LLC delivers robust cybersecurity solutions to protect digital assets and sensitive data from malicious attacks, ensuring businesses remain secure in an increasingly hostile digital environment.
-
Distributed Ledger Technology (DLT):As the backbone of blockchain, DLT requires meticulous implementation. Privkey LLC audits DLT systems to ensure they are efficient, secure, and optimized for business needs.
-
CryptoCurrency Security Standard (CCSS):For organizations handling cryptocurrencies, compliance with CCSS is essential. Privkey LLC provides certification services to verify adherence to these standards, fostering trust among users and stakeholders.
These services reflect Privkey LLCâs commitment to addressing the diverse needs of businesses operating in the blockchain and cybersecurity domains.
Staying Ahead in a Rapidly Evolving Industry
Privkey LLC doesnât just provide servicesâthey actively engage with the latest industry trends and innovations. Their team, including professionals like William K. Santiago, frequently shares insights on platforms like LinkedIn. Topics range from Jack Dorseyâs Block unveiling a new Bitcoin hardware wallet to sustainable Bitcoin mining powered by nuclear and solar energy. While these discussions may not directly tie to specific Privkey LLC projects, they demonstrate the companyâs deep involvement in the broader blockchain and cryptocurrency ecosystem. This forward-thinking approach ensures their services remain relevant and cutting-edge.
A Trusted Partner with Proven Expertise
With over two decades of experience in networking and Internet technologies, Privkey LLC brings unparalleled expertise to the table. This foundation allows them to tackle the unique challenges of cybersecurity and blockchain with confidence. As cyber threats grow more sophisticated and blockchain adoption accelerates, Privkey LLC stands ready to help businesses secure their digital futures.
Conclusion
Privkey LLC is more than a consulting firmâitâs a pioneer in cybersecurity and blockchain solutions. By offering specialized auditing and consulting services, staying ahead of industry trends, and leveraging decades of experience, they empower businesses to thrive in a digital world. For organizations looking to secure their digital assets and embrace blockchain technology, Privkey LLC is a reliable partner poised to lead the way.
-
-
@ cae03c48:2a7d6671
2025-06-13 17:01:25Bitcoin Magazine
Mercurity Fintech to Raise $800 Million for Bitcoin TreasuryÂMercurity Fintech Holding Inc. (Nasdaq: MFH), a digital finance company focused on blockchain-based financial infrastructure, has announced plans to raise $800 million to establish a long-term Bitcoin treasury reserve. The initiative is part of the companyâs effort to incorporate digital assets into its financial strategy.Â
According to a recent news release, Mercurity intends to transition a portion of its reserves into Bitcoin, supported by blockchain-native custody, staking solutions, and tokenized treasury tools designed to advance yield and extend asset duration.Â
âWeâre building this Bitcoin treasury reserve based on our belief that Bitcoin will become an essential component of the future financial infrastructure,â said Shi Qiu, CEO of Mercurity. âWe are positioning our company to be a key player in the evolving digital financial ecosystem.â
If fully raised and implemented at current market prices, the capital could allow the company to acquire approximately 7,433 BTC, which would make Mercurity the 11th largest corporate holder of Bitcoin, surpassing GameStopâs reported 4,710 BTC holdings.Â
The announcement comes during a time of corporate interest in Bitcoin, with 223 companies and entities now holding the asset, up from 124 earlier this month. In total, public firms currently hold more than 819,000 BTC, accounting for roughly 3.9% of the total supply.Â
Mercurityâs plans also coincide with its initial inclusion in the FTSE Russell 2000Âź and Russell 3000Âź indexes, according to the 2025 reconstitution list. The firm was previously listed in the Russell Microcap Index. Index inclusion is expected to increase the companyâs visibility among institutional investors and funds that track major benchmarks.
âMoving from the Russell Microcap to the Russell 2000 shows that investors recognize the value we are creating in blockchain finance,â Qiu added. âOur Bitcoin treasury reserve initiative is the next logical step in this evolution.â
The company noted that the reserve will be managed using institutional-grade custody, on-chain liquidity protocols, and staking-enabled tools to improve capital efficiency. The goal is to not just hold Bitcoin, but to put it to work within a secure, yield-generating structure. By using these systems, Mercurity aims to maintain long-term exposure to BTC while maximizing reserve productivity.Â
With this initiative, Mercurity joins a growing list of public companies actively reshaping treasury strategy around Bitcoin, signaling continued momentum in corporate Bitcoin adoption.Â
This post Mercurity Fintech to Raise $800 Million for Bitcoin Treasury first appeared on Bitcoin Magazine and is written by Jenna Montgomery.
-
@ d57360cb:4fe7d935
2025-06-13 17:00:16Most of life is out of your control. It happens of its own accord. We make plans in our minds but they rarely turn out how we want them to. Look back five years ago and remember the visions and dreams you had of your life. Most likely it never fit the vision you used to imagine. Sure somethings may have came into reality but itâs certain it didnât go according to plan.
Thatâs the great myth it never goes as planned and thatâs, well itâs okay. We donât need to hold on for dear life and close ourselves off to life itself.
When life occurs, we have the tendency to want to edit and modify things to our likings. Only itâs impossible. Whatâs more important is the mind we bring with us to life. If we can enter into every situation with acceptance, things start to feel completely different. This isnât to say this is some magical fix and everything will be fine. Itâs more of a way to eliminate unnecessary mental roadblocks we create.
The outside circumstances donât matter as much as you think. People will use the things outside themselves as a perpetual hope machine they strive on to escape their present issues. Surely one day it will all change when x, y, and z happen, but the joke of it all is when x, y and z do happen people suddenly look for a, b and c.
Instead of peering off into an imaginative future, ask yourself what mind did you bring to the place your feet are firmly placed in. You donât need to hope on x, y, or z when you have a mind that can attend to any circumstance.
Thereâs an old zen story of a man who received a lump of clay, thinking it worthless he discarded it. Another man found it washed up near a river bank. On close inspection he saw a shining light glittering through the clay. He rinsed it completely to find a shining gold bar. It was always gold whether covered in clay or in its purest form much like pure attention is the nature of your mind only its often buried under an endless stream of thoughts.
-
@ cae03c48:2a7d6671
2025-06-13 16:02:03Bitcoin Magazine
Maelstrom Announces Its Fourth Bitcoin Developer Grant RecipientMaelstrom is announcing that Ron, known online as âmacgyver13,â is the fourth recipient of the Maelstrom Bitcoin Grant Program, per a press release sent to Bitcoin Magazine. Ron will be working on Silent Payments, as proposed in Bitcoin Improvement Proposal 352.Â
âWe are excited to be financially supporting Ron, in his mission on integrating Silent Payments into Bitcoin wallets,â said the CFO of Maelstrom Arthur Hayes. âMany merchants and users want to provide/display a single static address that doesnât change, which is an important, valid and simple use case. With Silent Payments this can still be done, while on-chain address re-use is avoided. Address re-use is a goldmine for the surveillance organisations, and at Maelstrom, we want to help put a stop to it.â
In September 2023, Silent Payments was proposed by Josie Baker and Ruben Somsen. It allows people to create a single, static address to share with friends, use for donations, or post for tips without sacrificing privacy. This eliminates address reuse, a key method used by surveillance firms to track user behavior on the blockchain.
âWith many software projects, and perhaps even more so in Bitcoin, taking an idea from a proposal to a fully adopted solution is the hardest part,â Josie said. âIn the short amount of time Iâve been working with Ron, Iâve been thrilled at the progress weâve made and Iâm excited to work with him over the next year on Silent Payments adoption with the goal of making an intuitive, seamless user experience while also protecting userâs financial privacy.â
Bitcoin privacy depends on using new addresses, which often requires sender to receiver interaction. Existing static address methods use notifications that increase costs and leak metadata. Silent Payments avoids both interaction and notifications but requires wallets to scan the blockchain. Multi-party input use is not yet proven secure.
Silent Payments aim to implement:
- Zero transaction cost overhead
- No linkability between payments and static addresses
- No need for sender to receiver interaction
- Compatibility with privacy tools and modern wallet features
âMy primary focus will be coordinating development and testing efforts within the growing community dedicated to integrating Silent Payments into desktop and mobile Bitcoin wallets,â stated the new grantee of Maelstrom Ron. âBy advancing Silent Payments alongside BOLT12 and BIP-353, we aim to enhance privacy and simplify the user experience, paving the way for broader adoption of Bitcoin as a payment solution.â
This post Maelstrom Announces Its Fourth Bitcoin Developer Grant Recipient first appeared on Bitcoin Magazine and is written by Oscar Zarraga Perez.
-
@ 1fdb6dac:65eb9a8a
2025-06-13 16:01:58What if art knows before I do?
There are times when I finish a piece and just stare at it, not really understanding what Iâve done. As if it had been created by another part of me⊠a part that knows things I donât yet know.
It often happens that, some time laterâwhen Iâm no longer so immersed in the processâI start to see signs, symbols, colors or shapes that speak of something Iâm going through â or was about to go through. Itâs as if my body knew it before my mind. As if art were a secret language between my soul and the world.
I donât know if this happens to other artists, but I feel that often Iâm not creating something with a clear intention. It just appears. And then, when I look at it with some distance, I realize a story was being told⊠my story. One I wasnât fully aware of.
I feel that when I create from an honest place, without trying to control, something bigger takes over. The mind quiets a little, and itâs the body that begins to speak. Thereâs a kind of trance, like a current running through me. Sometimes I enjoy it, other times it makes me uncomfortable.
When I âfinish,â Iâm left with the feeling of having been moved by something that taught me without words.
Iâve realized that art doesnât always say what I want to show, but what I need to see. And thatâs powerful, because sometimes it reveals things Iâm not ready to face. But itâs there. In front of me. Like a symbolic mirror.
It also happens that, when someone looks at my work and says, âthis made me feel something,â it often aligns with something Iâm processing insideâeven if I havenât said it out loud. As if the other person could read in the art what I didnât know how to write in words.
When weâre creating, weâre also moving energy. Not just painting, or writing, or dancing â but transforming emotions, releasing things we didnât know were stuck. Thereâs something ritualistic about art. A healing with no prescription. Alchemy.
Sometimes I feel that art heals me without me even knowing what was hurting. And that feels magical â and also very real.
Iâm starting to trust that more: that the soul knows first. That my most intuitive and wild side understands processes that my rational side still canât name. Art helps me give shape to the shapeless. And maybe, sometimes, itâs not even mine â it simply moves through me.
That when I stop trying to control, something appears that reveals me. That says:\ âThis is you, even if you donât know it yet.âÂżY si el arte sabe antes que yo?
ESPAĂOL
Hay veces que termino una obra y me quedo mirĂĄndola sin entender bien quĂ© hice. Como si la hubiese creado otra parte de mĂ⊠una parte que sabe cosas que yo todavĂa no sĂ©.
Me pasa seguido que, tiempo despuĂ©s, cuando ya no estoy tan adentro del proceso, empiezo a ver señales, sĂmbolos, colores o formas que me hablan de algo que estoy atravesando âo que estaba por atravesar. Es como si mi cuerpo lo hubiera sabido antes que mi cabeza. Como si el arte fuese un lenguaje secreto entre mi alma y el mundo.
No sĂ© si a otros artistas les pasa esto, pero yo siento que muchas veces no estoy creando algo con intenciĂłn clara. Simplemente aparece. Y despuĂ©s, al observarlo con distancia, me doy cuenta de que ahĂ se estaba contando una historia⊠mi historia. Una que ni yo tenĂa del todo consciente.
Siento que cuando creo desde un lugar honesto, sin querer controlar, algo mĂĄs grande toma el control. La mente se silencia un poco, y es el cuerpo el que empieza a hablar. Hay una especie de trance, como una corriente que me atraviesa. A veces me gusta y otras me incomoda.
Cuando "termino", quedo con la sensación de haber sido atravesada por algo que me enseñó sin palabras.
Me di cuenta de que el arte no siempre dice lo que quiero mostrar, sino lo que necesito ver. Y eso es fuerte, porque a veces revela cosas que no estoy lista para enfrentar. Pero estĂĄ ahĂ. Frente a mĂ. Como un espejo simbĂłlico.
Me pasa tambiĂ©n que, cuando alguien mira mi obra y me dice âesto me hizo sentir tal cosaâ, muchas veces coincide con algo que yo estoy procesando internamente, aunque no lo haya dicho en voz alta. Como si el otro pudiera leer en el arte lo que yo no supe escribir con palabras.
Cuando estamos creando, tambiĂ©n estamos moviendo energĂa. No solo pintando o escribiendo o bailando, sino transformando emociones, liberando cosas que no sabĂamos que estaban trabadas. El arte tiene algo de ritual. De sanaciĂłn sin receta. De alquimia.
A veces siento que el arte me cura sin que yo entienda qué me estaba enfermando. Y eso me parece mågico y también muy real.
Estoy empezando a confiar mĂĄs en eso: en que el alma sabe antes. En que mi parte mĂĄs intuitiva y salvaje entiende procesos que mi parte racional todavĂa no puede nombrar. El arte me ayuda a poner en forma lo que no tiene forma. Y quizĂĄs, a veces, ni siquiera es mĂo: simplemente pasa por mĂ.
Que cuando dejo de querer controlar, aparece algo que me revela. Que me dice:\ âEsto sos vos, aunque no lo sepas todavĂaâ.
-
@ 04c3c1a5:a94cf83d
2025-06-14 16:05:00enjoy
-
@ cae03c48:2a7d6671
2025-06-13 16:01:53Bitcoin Magazine
The Bitcoin Treasury Strategy Thatâs Reanimating Zombie CompaniesA growing number of public companies are stuck in limboâtechnically solvent, but strategically stalled. Growth has evaporated. Stock prices have languished. Reinvestment opportunities are unclear or underwhelming. These companies arenât brokenâtheyâre just drifting.
Theyâve become what markets call zombie companies: firms that generate enough to survive, but not enough to excite. And in todayâs capital environment, stagnation is no longer neutralâitâs dangerous.
This is where a Bitcoin treasury strategy comes in.
What Is a Bitcoin Treasury Strategyâand What Problem Does It Solve?
At its core, a Bitcoin treasury strategy means converting a portion of idle corporate cash into Bitcoin and treating it as a long-term treasury reserve asset. Itâs not a product pivot or a marketing stunt. Itâs a capital strategy.
The problem it solves is simple but deadly:
- Capital erosion: Fiat currencies are inflating away purchasing power.
- Inefficient reserves: Billions in cash sit idle on balance sheets, dragging down return on assets.
- Narrative decay: Companies without a growth story get ignoredâor punishedâby markets.
- Shareholder fatigue: Passive capital strategies frustrate conviction-driven investors.
A Bitcoin treasury strategy is designed to reverse that trendâby reframing cash as conviction.
Two Distinct Approaches to a Bitcoin Treasury Strategy
Thereâs no one-size-fits-all approach to building a Bitcoin treasury. Instead, companies tend to pursue one of two broad strategic paths:
1. Defensive Allocation
Companies like Tesla and Block have allocated a portion of their reserves to Bitcoin as a hedge against fiat debasement. Itâs a form of monetary insulationâprotecting cash from erosion while signaling awareness of inflationâs long-term effects. These companies arenât changing their business models, but they are acknowledging that holding cash in todayâs environment means silently bleeding purchasing power. This strategy helps improve the hurdle rate, enhances reserve productivity, and sends a forward-looking message to investors.2. Offensive Accumulation and Securitization
Strategy (formerly MicroStrategy), Semler Scientific, and Metaplanet have adopted a more aggressive model. Rather than passively holding Bitcoin, theyâve turned their balance sheets into capital enginesâsecuritizing their Bitcoin holdings through equity and debt issuance to fuel further accumulation. Their goal is to maximize BTC per share, enhance BTC yield, and create shareholder value through financial engineering that compounds exposure. These companies are rewriting the treasury playbook, showing that Bitcoin isnât just a store of valueâit can be a strategic accelerant.Why Bitcoinâand Not Gold, Equities, or Cash?
Bitcoin isnât just another asset. Itâs engineered monetary policy.
†Fixed supply: Bitcoinâs 21 million cap creates built-in scarcity, unlike fiat or equity dilution.
†24/7 liquidity: Global, permissionless markets give companies access to real-time value.
†Verifiability and portability: Itâs digital capital that canât be seized, censored, or inflated.
†Asymmetric upside: Bitcoin has consistently outperformed every major asset class over multi-year cycles.
More importantly, Bitcoin is narrative fuel. It communicates conviction, discipline, and macro-awarenessâall of which modern investors are starving for.
The Components of a Successful Bitcoin Treasury Strategy
A Bitcoin treasury strategy isnât just about buying Bitcoin. Itâs about embedding it into capital structure and governance. That requires rigor.
†Treasury governance: Establish internal guardrails on allocation, rebalancing, and reporting.
†Secure custody: Choose institutional-grade solutions, with redundancy, auditability, and oversight.
†Capital deployment strategy: Some companies use cash. Others leverage equity, debt, or ATM programs.
†Market communication: The value of Bitcoin on your balance sheet rises with clarity, transparency, and frequency of investor communication.
Companies like Strategy (formerly MicroStrategy), Semler Scientific, and Metaplanet didnât just buy Bitcoin. They built Bitcoin treasury frameworksâwith real policies, investor alignment, and governance maturity.
How Bitcoin Reframes the Shareholder Relationship
The Bitcoin treasury model isnât just a liquidity play. Itâs a credibility signal.
†Narrative magnet: Bitcoin attracts attentionânot just from retail investors, but from global institutions searching for proxy exposure.
†Alignment lever: High-conviction shareholders reward companies that act decisively and transparently.
†Shareholder base upgrade: Bitcoin introduces long-term, ideologically aligned holders who are less reactive to short-term earnings noise.
Bitcoin gives stale stories new energy. And in capital markets, momentum is everything.
Execution: What It Takes to Make This Strategy Work
Bitcoin is not a set-it-and-forget-it strategy. It requires:
†Executive conviction: Most successful strategies are driven by founders, activist chairs, or tightly aligned boardsânot committees.
†Discipline over hype: Volatility is part of the game. But the strategy must be built to endure it.
†Clarity and timing: The best entries are paired with proactive shareholder education and public clarityânot reactive announcements.
The most common failure mode? Buying Bitcoin high, with no treasury framework in place, then being forced to sell low when pressure mounts. Thatâs not a Bitcoin failureâthatâs a structure failure.
Conclusion: You Donât Need a New Business ModelâYou Need a Capital One
A Bitcoin treasury strategy isnât for everyone. But for companies with a strong cash position and weak narrative traction, it offers a clear path forward.
You donât need to change your product. You donât need to invent a new category. You need to stop leaking value through capital driftâand start signaling conviction through capital strategy.
In a market where performance is narrative, and capital is credibility, Bitcoin is the benchmark.
Zombie companies wonât survive on inertia. But with a Bitcoin treasury strategy, they might just come back to life.
Disclaimer: This content was written on behalf of Bitcoin For Corporations. This article is intended solely for informational purposes and should not be interpreted as an invitation or solicitation to acquire, purchase, or subscribe for securities.
This post The Bitcoin Treasury Strategy Thatâs Reanimating Zombie Companies first appeared on Bitcoin Magazine and is written by Nick Ward.
-
@ 04c3c1a5:a94cf83d
2025-06-14 16:01:00testttt